feat: Add navbar to blog/mdbook
Added a top navbar to the mdbook output to match the main website's navigation.
This commit is contained in:
parent
edcb1a9059
commit
b06d431139
28 changed files with 2860 additions and 18 deletions
23
book.toml
23
book.toml
|
|
@ -1,30 +1,21 @@
|
|||
[book]
|
||||
title = "Blog"
|
||||
description = "Stories, adventures, and reflections from life's journey"
|
||||
authors = ["Matthew Binning"]
|
||||
language = "en"
|
||||
multilingual = false
|
||||
src = "content"
|
||||
title = "The Bin"
|
||||
|
||||
[build]
|
||||
build-dir = "blog"
|
||||
create-missing = false
|
||||
|
||||
[output.html]
|
||||
no-section-label = true
|
||||
git-repository-url = "https://forgejo.binning.net/matthew.binning/www"
|
||||
site-url = "/blog/"
|
||||
default-theme = "light"
|
||||
preferred-dark-theme = "light"
|
||||
curly-quotes = true
|
||||
mathjax-support = false
|
||||
copy-fonts = false
|
||||
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.fold]
|
||||
[output.html.search]
|
||||
enable = true
|
||||
level = 0
|
||||
|
||||
[output.html.playground]
|
||||
editable = false
|
||||
copyable = false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue