colmena/manual/book.toml
2022-05-08 17:43:48 -07:00

18 lines
428 B
TOML

[book]
authors = ["Zhaofeng Li"]
language = "en"
multilingual = false
src = "src"
title = "Colmena (Unstable)"
[output.html]
site-url = "/unstable/"
git-repository-url = "https://github.com/zhaofengli/colmena"
edit-url-template = "https://github.com/zhaofengli/colmena/edit/main/manual/{path}"
[output.linkcheck]
follow-web-links = false
[preprocessor.colmena]
command = "python3 preprocess.py"
renderer = [ "html", "epub" ]