-
Notifications
You must be signed in to change notification settings - Fork 0
/
book.toml
40 lines (32 loc) · 964 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
[book]
authors = [ "Le Quang Thang" ]
language = "en"
multilingual = false
src = "src"
title = "LQT's Personal Notes"
# Support GitHub Flavored Markdown's Alerts with lambdalisue/rs-mdbook-alerts
[preprocessor.alerts]
# Generate TOC in each page with slowsage/mdbook-pagetoc
[preprocessor.pagetoc]
# Remove yaml frontmatter with dvogt23/mdbook-yml-header
[preprocessor.yml-header]
[output.html]
additional-js = [
"theme/pagetoc.js",
]
additional-css = [
"theme/css/catppuccin.css",
"theme/pagetoc.css",
]
default-theme = "latte"
preferred-dark-theme = "macchiato"
smart-punctuation = true
site-url = "/notes/"
git-repository-url = "https://github.com/lethang7794/notes"
edit-url-template = "https://github.com/lethang7794/notes/edit/master{path}"
# Fold chapter listing in the navigation sidebar
[output.html.fold]
enable = true
level = 1
# Check links with Michael-F-Bryan/mdbook-linkcheck
# [output.linkcheck]