blog/book.toml
Matthew Binning b06d431139 feat: Add navbar to blog/mdbook
Added a top navbar to the mdbook output to match the main website's
navigation.
2026-01-02 07:59:43 -08:00

21 lines
480 B
TOML

[book]
authors = ["Matthew Binning"]
language = "en"
multilingual = false
src = "content"
title = "The Bin"
[build]
build-dir = "blog"
[output.html]
default-theme = "light"
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}"
additional-css = ["theme/sepia.css"]
no-section-label = true
copy-fonts = false
[output.html.search]
enable = true