Kieran's opinionated (and probably slightly dumb) nix config
1[book]
2title = "dunkirk.sh"
3authors = ["Kieran Klukas"]
4src = "src"
5
6[build]
7build-dir = "./dist"
8create-missing = false
9
10[output.html]
11default-theme = "latte"
12preferred-dark-theme = "mocha"
13git-repository-url = "https://github.com/taciturnaxolotl/dots"
14additional-css = ["./theme/catppuccin.css"]