about summary refs log tree commit diff
path: root/users/fcuny/blog/README.org
blob: 5d271213d5dab99726e7c0304d111ac4fdc6ec26 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#+TITLE: fcuny.net

My personal blog.

* Build
To build the site, run =nix build .#users.fcuny.blog -o users/fcuny/blog/result=.
* Run
The dependencies are managed with nix. Running =nix run .#users.fcuny.blog.server= will start the hugo server.
* Deploy
You can deploy the site by running [[file:scripts/deploy.sh][scripts/deploy.sh]].