about summary refs log tree commit diff
path: root/users/fcuny/notes/README.org
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-05-25 19:19:24 -0700
committerFranck Cuny <franck@fcuny.net>2022-05-25 19:19:24 -0700
commitc54e3a336fe460db3b4ec156beac452850838555 (patch)
tree7dca8abd153d8d21a3afa6e2bd21687c37d7d77d /users/fcuny/notes/README.org
parentref(notes): don't rely on git for modified date (diff)
downloadworld-c54e3a336fe460db3b4ec156beac452850838555.tar.gz
ref(notes): drop flake.nix
There's no need to have a flake.nix for the notes, we can use the same
mechanism as for the blog and resume.

Add a README so I remember how to use this in the future.
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]].