Stripped out legacy CSS overrides that were conflicting with mdbook's built-in theme, allowing the rust/sepia theme to render correctly without interference.
19 lines
420 B
TOML
19 lines
420 B
TOML
[book]
|
|
title = "The Bin"
|
|
authors = ["Matthew Binning"]
|
|
language = "en"
|
|
|
|
[build]
|
|
build-dir = "blog"
|
|
|
|
[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
|