~tardypad/tardypad.me

Personal websites
main resume: rename "tasks" to "responsibilities"
main resume: move Leaseweb Full-Stack term in job title
main resume: remove underline on link and summary in print version

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~tardypad/tardypad.me
read/write
git@git.sr.ht:~tardypad/tardypad.me

You can also use your local clone with git send-email.

#*.tardypad.me

Personal websites

  • carl: CardDAV/CalDAV server (reverse proxy)
  • check: checklists
  • files: files sharing
  • main: general website
  • pkgs: packages repositories
  • status: current work status

We list here info common to all websites, extra details are explained in each website README.

#Web server

Nginx is used as a web server (version 1.22.1).

Each website specific config is found in its nginx.conf file

#Sites repository structure

The root folder contain the files to be put in their respective document root folder /srv/http/{website}/ on the server.

#Setup

Dependencies:

  • rsync (currently using version 3.2.7)
# Deploy files to server
# Warning: Nginx config not included
make deploy