-
Notifications
You must be signed in to change notification settings - Fork 182
/
book.toml
41 lines (36 loc) · 880 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
40
41
[book]
authors = ["The Void Linux Team"]
multilingual = false
src = "src"
title = "Void Linux Handbook"
[output.html]
theme = "src/theme"
default-theme = "void-light"
preferred-dark-theme = "void-dark"
edit-url-template = "https://github.com/void-linux/void-docs/edit/master/{path}"
[output.html.redirect]
"/about-this-handbook.html" = "/about/about-this-handbook.html"
"/config/man.html" = "/config/package-documentation/man.html"
"/config/gnupg.html" = "/config/openpgp.html#gnupg"
[output.latex]
optional = true
[output.gemini]
optional = true
[output.linkcheck]
optional = true
follow-web-links = true
exclude = [
'kernel\.org',
'ntp\.org',
'\.onion',
'localhost',
'userbase\.kde\.org',
'sjtu\.edu\.cn',
'mirrors\.cnnic\.cn',
'void\.webconverger\.org',
'mirror\.vofr\.net',
'void\.chililinux\.com',
'voidlinux\.com\.br',
'reddit\.com',
'raspberrypi\.com',
]