This is a Zola site using the abridge theme
More details later, but the flake included can be used like this:
-
Build the project (to
./result/public/)nix build
-
Test the project
nix check
-
Enter a dev shell
nix develop
-
Once the enviroment is built, a hot reload server is availble with
zola serve
-
-
Format the project
nix fmt
If not using Nix, install zola and nodejs seperately
-
Build the project (to
./public/)npm run build
-
Hot reload server
zola serve
-
And uhhh, idk figure out formatting equivalent to the
treefmt-nixsettings and just make sure it builds this site is silly