blob: 4c9540992d2ce5749497eea335abe2bd060e1792 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
#+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:
|