My personal notes, rendered via Emanote
emanote run -L ./contentTo start the Emanote live server using Nix:
# If you using VSCode, you can also: Ctrl+Shift+B
nix runTo update Emanote version in flake.nix:
nix flake lock --update-input emanoteTo build the static website via Nix:
nix build -o ./result
# Then test it:
nix run 'nixpkgs#nodePackages.live-server' -- ./resultGitHub Actions CI is responsible for deploying to GitHub Pages. See .github/workflows/publish.yaml.