applejag / notes

My personal wiki. Or rather, my personal zettelkasten.

Home Page:https://notes.jillejr.tech

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Notes

My personal notes, rendered via Emanote

Running using Emanote

emanote run -L ./content

Running using Nix

To start the Emanote live server using Nix:

# If you using VSCode, you can also: Ctrl+Shift+B
nix run

To update Emanote version in flake.nix:

nix flake lock --update-input emanote

To build the static website via Nix:

nix build -o ./result
# Then test it:
nix run 'nixpkgs#nodePackages.live-server' -- ./result

GitHub Pages

GitHub Actions CI is responsible for deploying to GitHub Pages. See .github/workflows/publish.yaml.

About

My personal wiki. Or rather, my personal zettelkasten.

https://notes.jillejr.tech

License:Creative Commons Zero v1.0 Universal


Languages

Language:Markdown 90.2%Language:HTML 4.6%Language:Nix 4.3%Language:Makefile 1.0%