Dropped the custom HTML navbar in favor of mdbook's built-in navigation. This also resolved an issue where relative anchor links were incorrectly appearing as entries in the mdbook sidebar.
20 lines
458 B
TOML
20 lines
458 B
TOML
[book]
|
|
title = "The Bin"
|
|
authors = ["Matthew Binning"]
|
|
language = "en"
|
|
|
|
[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
|
|
fold.enable = true
|
|
fold.level = 0
|
|
|
|
[output.html.search]
|
|
enable = true
|