~williamvds/website

The source for my website: williamvds.me
blog: add C++ module system
defra-pet-database: init
blog: add nix-drama

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~williamvds/website
read/write
git@git.sr.ht:~williamvds/website

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

#williamvds.me

Source files for my website, williamvds.me.

This is a static site generated with Zola.

#Building

$ zola build

#Server setup

Adjust the provided nginx.conf with to use your own domain and root path, then add it to the enabled sites:
$ ln -s $(readlink -f nginx.conf) /etc/nginx/sites-enabled/<website>

The provided post-receive command will rebuild the site when changes are pushed, which is useful when using Git to deploy changes to a live server. Install this hook by creating a link to it within the .git directory:
$ ln -s ../../post-receive .git/hooks