From c54e3a336fe460db3b4ec156beac452850838555 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Wed, 25 May 2022 19:19:24 -0700 Subject: 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. --- users/fcuny/notes/README.org | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 users/fcuny/notes/README.org (limited to 'users/fcuny/notes/README.org') 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]]. -- cgit v1.2.3