-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbook.toml
39 lines (31 loc) · 883 Bytes
/
book.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
[book]
title = "Coz-E"
language = "en"
multilingual = false
authors = ["Rachel Brindle"]
src = "src"
description = "Electric Canard Airplane Build"
[build]
preprocess = ["links", "index"]
[output.html]
curly-quotes = true
no-section-label = true
mathjax-support = true
additional-css = ["css/custom.css"]
git-repository-url = "https://github.com/younata/coz-e/tree/main"
edit-url-template = "https://github.com/younata/coz-e/edit/main/{path}"
[output.html.fold]
enable = true
level = 0
[output.api]
[preprocessor.section-validator]
hide_invalid = false
invalid_message = "🚨 Warning, this content is out of date and is included for historical reasons."
[preprocessor.chapter-path]
after = ["section-validator"]
strict = true
[preprocessor.git-atom]
after = ["chapter-path"]
base_url = "https://coz-e.rachelbrindle.com"
article_preview_lines = -1
[preprocessor.git-updated]