blob: ddfcc8f967bcfe2c2f5d09ce3c4dc6b4b742235e (
plain)
1
2
3
4
5
6
7
8
|
* tdback.net
Source code for my personal website/blog.
To build and deploy to my web server:
#+begin_src shell
nix build ".?submodules=1#" -L
rsync -avz --delete result/ thor:/var/www/tdback.net/
#+end_src
|