-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathbook.toml
48 lines (40 loc) · 1.03 KB
/
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
42
43
44
45
46
47
48
[book]
title = "Writing Hypervisor in Zig"
authors = ["smallkirby"]
description = "Writing a baremetal hypervisor from scratch in Zig that can boot Linux"
language = "ja"
text-direction = "ltr"
multilingual = false
src = "src"
[build]
create-missing = false
build-dir = "book"
use-default-preprocessors = true
[output.html]
git-repository-url = "https://github.com/smallkirby/writing-hypervisor-in-zig"
additional-css = ["theme/pagetoc.css", "theme/custom.css"]
additional-js = ["theme/pagetoc.js", "theme/mermaid.min.js", "theme/mermaid-init.js"]
default-theme = "navy"
site-url = "/"
cname = "hv.smallkirby.com"
mathjax-support = true
[output.html.search]
enable = true
limit-results = 30
teaser-word-count = 30
use-boolean-and = false
boost-title = 2
boost-hierarchy = 1
boost-paragraph = 1
expand = true
heading-split-level = 3
copy-js = true
[output.html.print]
enable = false
[preprocessor.toc]
command = "mdbook-toc"
renderer = ["html"]
[preprocessor.callouts]
[preprocessor.codename]
[preprocessor.mermaid]
command = "mdbook-mermaid"