Moved the Copper Chronicle and resume into a private git submodule (src/private), visible only to authenticated users. Added a lock symbol to the mdbook sidebar for restricted sections. Reorganized nginx/nix configuration files into a dedicated folder. Removed one-line descriptions from the menu. Reduced custom CSS to better align the main website's theme with mdbook's native styling. Personalized the index and blog introduction pages.
16 lines
392 B
TOML
16 lines
392 B
TOML
[book]
|
|
title = "The Bin"
|
|
authors = ["Matthew Binning"]
|
|
language = "en"
|
|
|
|
[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
|