18 lines
448 B
TOML
18 lines
448 B
TOML
[book]
|
||
authors = ["Lucien Cartier-Tilet"]
|
||
language = "en"
|
||
multilingual = false
|
||
src = "src"
|
||
title = "Phundrak’s Interesting Links"
|
||
|
||
[output.html]
|
||
default-theme = "dark"
|
||
curly-quotes = true
|
||
git-repository-url = "https://github.com/Phundrak/interesting-links"
|
||
edit-url-template = "https://github.com/Phundrak/interesting-links/edit/master/{path}"
|
||
site-url = "https://phundrak.github.io/interesting-links"
|
||
|
||
[output.html.fold]
|
||
enable = true
|
||
level = 1
|