blog/book.toml
Matthew Binning 095e0aadd8
Some checks failed
CI / build (push) Failing after 4s
CI / deploy (push) Failing after 3m12s
feat!: Separate www into www/blog and www/private
Now the private content is stored as a git submodule.
This means I can keep that repo's source private, but still use it in
the build product.
The build product (website) relies on HTTP basic authentication, so
access control is maintained throughout the SDLC.
2026-04-04 13:05:35 -07:00

16 lines
392 B
TOML

[book]
title = "The Bin"
authors = ["Matthew Binning"]
language = "en"
[output.html]
default-theme = "rust"
smart-punctuation = true
git-repository-url = "https://forgejo.binning.net/matthew.binning/www"
edit-url-template = "https://forgejo.binning.net/matthew.binning/www/src/branch/main/{path}"
no-section-label = true
fold.enable = true
fold.level = 0
[output.html.search]
enable = true