for importing, must use python 3.9!
-
python3 import-notes.py- import notes, fix frontmatter, skipprivatefiles, etc. Check the paths in this script before running! -
nix runto get a live server (if you re-import, you have to restart this command because directories are destroyed and recreated) -
nix build -o ./resultto build the static site to./result -
nix run nixpkgs#nodePackages.live-server -- ./resultto spin up a server on the generated site to verify things.
Deploys happen on pushes to github master (see .github/workflows/publish.yml)