#+TITLE: tdback.net #+AUTHOR: Tyler Dunneback #+OPTIONS: toc:nil 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: