-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbook.toml
More file actions
50 lines (43 loc) · 1.35 KB
/
book.toml
File metadata and controls
50 lines (43 loc) · 1.35 KB
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
40
41
42
43
44
45
46
47
48
49
50
[book]
authors = ["the pace authors"]
description = "pace - Mindful Time Tracking: Simplify Your Focus and Boost Productivity Effortlessly."
language = "en"
multilingual = false
src = "src"
title = "pace user documentation"
[preprocessor.last-changed]
command = "mdbook-last-changed"
renderer = ["html"]
[output.html]
curly-quotes = true
default-theme = "ayu"
site-url = "/docs/"
git-repository-url = "https://github.com/pace-rs/docs"
git-repository-icon = "fa-github"
edit-url-template = "https://github.com/pace-rs/docs/edit/main/{path}"
cname = "pace.cli.rs"
additional-css = ["./styles/last-changed.css"]
[output.html.fold]
enable = true
level = 0
[output.html.redirect]
# Redirects in the form of "old-path" = "new-path", where the new path
# is relative to the old path.
"getting_started.html" = "user_guide/getting_started.html"
"FAQ.html" = "user_guide/FAQ.html"
"installation.html" = "user_guide/installation.html"
"advanced_features/review-generation.html" = "reflections_generation.html"
[output.pandoc]
optional = true
hosted-html = "https://pace.cli.rs/docs/"
[output.pandoc.profile.pdf]
output-file = "pace-user-docs.pdf"
pdf-engine = "lualatex"
[output.pandoc.profile.pdf.variables]
mainfont = "Noto Serif"
sansfont = "Noto Sans"
monofont = "Noto Sans Mono"
mainfontfallback = ["NotoSerifCJKSC:"]
geometry = ["margin=1in"]
linkcolor = "blue"
urlcolor = "red"