fix: Remove unsupported book.toml keys
Some checks failed
Build and Deploy / deploy (push) Failing after 2s
Some checks failed
Build and Deploy / deploy (push) Failing after 2s
This commit is contained in:
parent
7cf4300d0d
commit
45a7a642ce
1 changed files with 1 additions and 3 deletions
|
|
@ -1,8 +1,7 @@
|
||||||
[book]
|
[book]
|
||||||
|
title = "The Bin"
|
||||||
authors = ["Matthew Binning"]
|
authors = ["Matthew Binning"]
|
||||||
language = "en"
|
language = "en"
|
||||||
multilingual = false
|
|
||||||
title = "The Bin"
|
|
||||||
|
|
||||||
[build]
|
[build]
|
||||||
build-dir = "blog"
|
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}"
|
edit-url-template = "https://forgejo.binning.net/matthew.binning/www/src/branch/main/{path}"
|
||||||
additional-css = ["theme/sepia.css"]
|
additional-css = ["theme/sepia.css"]
|
||||||
no-section-label = true
|
no-section-label = true
|
||||||
copy-fonts = false
|
|
||||||
fold.enable = true
|
fold.enable = true
|
||||||
fold.level = 0
|
fold.level = 0
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue