summaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
Diffstat (limited to 'README.org')
-rw-r--r--README.org8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.org b/README.org
new file mode 100644
index 0000000..ddfcc8f
--- /dev/null
+++ b/README.org
@@ -0,0 +1,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