le_francais/book.toml

28 lines
607 B
TOML
Raw Normal View History

2023-01-21 21:23:12 +00:00
[book]
authors = ["Arthur M. Jensen"]
language = "fr"
multilingual = false
src = "src"
title = "Le Français par la Méthode Nature"
[build]
extra-watch-dirs = ["src/images"] # directories to watch for triggering builds
[output.html]
site-url = "ju1ius.xyz/le_français/"
no-section-label = true
2023-01-21 21:23:12 +00:00
additional-js = ["jquery.min.js","popupfootnotes.js"]
git-repository-url = "git@ju1ius.xyz:le_français.git"
git-repository-icon = "fa-git"
2023-01-21 21:23:12 +00:00
[output.html.search]
before = ["fixes"]
2023-01-21 21:23:12 +00:00
[output.epub]
cover-image = "titlepage.svg"
after = ["html"]
2023-01-21 21:23:12 +00:00
[output.zfixes]
command = "./fixes.sh"
after = ["html", "epub"]