blob: 9b8ac984cb80fba14ca14c390f8f43653e3e8e5a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
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]].
|