Imported Abby's Binning Family Menu and created a minimal diner-style menu page on the main website with a curated selection of items from the recipe book.
23 lines
514 B
TOML
23 lines
514 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
|
|
fold.enable = true
|
|
fold.level = 0
|
|
|
|
[output.html.search]
|
|
enable = true
|