forked from DGNum/colmena
15 lines
391 B
TOML
15 lines
391 B
TOML
[book]
|
|
authors = ["Zhaofeng Li"]
|
|
language = "en"
|
|
multilingual = false
|
|
src = "src"
|
|
title = "Colmena (Unstable)"
|
|
|
|
[output.html]
|
|
site-url = "/colmena/unstable/"
|
|
git-repository-url = "https://github.com/zhaofengli/colmena"
|
|
edit-url-template = "https://github.com/zhaofengli/colmena/edit/main/manual/{path}"
|
|
|
|
[preprocessor.colmena]
|
|
command = "python3 preprocess.py"
|
|
renderer = [ "html", "epub" ]
|