colmena/manual/book.toml

19 lines
428 B
TOML
Raw Normal View History

[book]
authors = ["Zhaofeng Li"]
language = "en"
multilingual = false
src = "src"
title = "Colmena (Unstable)"
[output.html]
2022-05-09 02:41:17 +02:00
site-url = "/unstable/"
git-repository-url = "https://github.com/zhaofengli/colmena"
edit-url-template = "https://github.com/zhaofengli/colmena/edit/main/manual/{path}"
2021-11-18 22:15:20 +01:00
2022-03-08 07:02:04 +01:00
[output.linkcheck]
follow-web-links = false
2021-11-18 22:15:20 +01:00
[preprocessor.colmena]
command = "python3 preprocess.py"
renderer = [ "html", "epub" ]