-
Notifications
You must be signed in to change notification settings - Fork 0
/
book.toml
37 lines (29 loc) · 922 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
[book]
title = "Rachel Brindle - Digital Garden"
authors = ["Rachel Brindle"]
description = "Rachel's Digital Garden"
[build]
preprocess = ["links", "index"]
[output.html]
curly-quotes = true
no-section-label = true
mathjax-support = true
additional-css = ["css/custom.css"]
additional-js = ["js/canvas-graph.js"]
git-repository-url = "https://github.com/younata/personal_knowledge/tree/main"
edit-url-template = "https://github.com/younata/personal_knowledge/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://knowledge.rachelbrindle.com"
article_preview_lines = 10
[preprocessor.git-updated]