forked from RustMagazine/rust_magazine_2021
-
Notifications
You must be signed in to change notification settings - Fork 0
/
book.toml
37 lines (29 loc) · 831 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
[book]
title = "Rust精选"
authors = ["blackanger"]
description = "The roots aren't deep but the seeds are planted!"
language = "zh_CN"
multilingual = false
src = "src"
[preprocessor.mermaid]
command = "mdbook-mermaid"
[output.html]
theme = "mytheme"
default-theme = "rust"
google-analytics = "UA-188947685-1"
git-repository-url = "https://github.com/RustMagazine/rust_magazine_2021"
additional-js = ["mermaid.min.js", "mermaid-init.js", "smart-anchor.js"]
mathjax-support = true
[output.html.playground]
editable = true
copy-js = true
[output.html.fold]
enable = true
level = 0
[preprocessor.rss]
files-glob = "chapter_*/**/*.md"
url-base = "https://rustmagazine.github.io/rust_magazine_2021/"
# [output.latex]
# latex = true # default = true
# pdf = true # default = false
# markdown = true # default = false