summaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
authortdback <tyler@tdback.net>2025-03-03 21:20:12 -0500
committertdback <tyler@tdback.net>2025-03-03 21:20:12 -0500
commit89ec44a7d3fc46b9ff41ccb059abd2e74d5f26dd (patch)
tree1ff64a6a02f4eb8ebe48e512e4af1512b3d98729 /README.org
parentc59033510f0c872fdfddd03f453d105e9580e57e (diff)
flake: add nix build steps and README
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