blob: 01f48564f8922fbf1c4ec0211c35b2b07737de42 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
* tdback.net
Source code for my personal website/blog.
Build the site:
#+begin_src shell :results output
nix build ".?submodules=1#" -L
#+end_src
#+RESULTS:
Deploy to my web server:
#+begin_src shell :results output
rsync -qavz --delete result/ thor:/var/www/tdback.net/
#+end_src
#+RESULTS:
|