-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathbook.toml
More file actions
42 lines (36 loc) · 1.02 KB
/
book.toml
File metadata and controls
42 lines (36 loc) · 1.02 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
[book]
authors = ["the rustic authors"]
description = "rustic - fast, encrypted, and deduplicated backups"
language = "en"
multilingual = false
src = "src"
title = "rustic 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/rustic-rs/docs"
git-repository-icon = "fa-github"
edit-url-template = "https://github.com/rustic-rs/docs/edit/main/{path}"
cname = "rustic.cli.rs"
additional-css = ["./styles/last-changed.css"]
[output.html.fold]
enable = true
level = 0
# [output.pandoc]
# optional = true
# hosted-html = "https://rustic.cli.rs/docs/"
# [output.pandoc.profile.pdf]
# output-file = "rustic-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"