fix: Remove unsupported book.toml keys
Some checks failed
Build and Deploy / deploy (push) Failing after 2s

This commit is contained in:
Matthew Binning 2026-03-22 15:41:29 -07:00
parent 7cf4300d0d
commit 45a7a642ce

View file

@ -1,8 +1,7 @@
[book]
title = "The Bin"
authors = ["Matthew Binning"]
language = "en"
multilingual = false
title = "The Bin"
[build]
build-dir = "blog"
@ -14,7 +13,6 @@ 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