Added a top navbar to the mdbook output to match the main website's navigation.
21 lines
480 B
TOML
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
|