~tardypad/tardypad.me

Personal websites
Add styling for selection
check: fix block focus size
Rename common colors.css file to base.css

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
  • social: ActivityPub social network server (reverse proxy)
  • 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.26.2).

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
# Deploy files to server
# Warning: Nginx config not included
make deploy