about summary refs log tree commit diff
path: root/users/fcuny/notes/README.org
diff options
context:
space:
mode:
Diffstat (limited to 'users/fcuny/notes/README.org')
-rw-r--r--users/fcuny/notes/README.org10
1 files changed, 10 insertions, 0 deletions
diff --git a/users/fcuny/notes/README.org b/users/fcuny/notes/README.org
new file mode 100644
index 0000000..9b8ac98
--- /dev/null
+++ b/users/fcuny/notes/README.org
@@ -0,0 +1,10 @@
+#+TITLE: notes.fcuny.net
+
+A collection of notes.
+
+* Build
+To build the site, run =nix build .#users.fcuny.notes -o users/fcuny/notes/result=.
+* Run
+The dependencies are managed with nix. Running =nix run .#users.fcuny.notes.server= will start the hugo server.
+* Deploy
+You can deploy the site by running [[file:scripts/deploy.sh][scripts/deploy.sh]].