-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathbook.toml
More file actions
49 lines (40 loc) · 1.29 KB
/
Copy pathbook.toml
File metadata and controls
49 lines (40 loc) · 1.29 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
43
44
45
46
47
48
49
[book]
authors = ["Alex Nodeland"]
language = "en"
src = "src"
title = "Fugue Docs"
multilingual = false
text-direction = "ltr"
[build]
create-missing = true
[output.html]
# "navy" is mdbook's dark theme; the previous value "dark" is not a real
# mdbook theme name, so light-OS visitors silently got the light CSS fallback
# while the html class still claimed dark.
default-theme = "navy"
preferred-dark-theme = "navy"
git-repository-url = "https://github.com/alexnodeland/fugue"
site-url = "/fugue/"
additional-css = ["./mdbook-admonish.css", "fugue-viz.css"]
additional-js = ["mermaid.min.js", "mermaid-init.js", "fugue-viz.js", "viz/anatomy.js", "viz/monad.js", "viz/metropolis.js", "viz/hmc.js", "viz/smc.js", "viz/distributions.js", "viz/inline.js", "viz/minis.js"]
[output.html.fold]
enable = true
level = 0
[output.html.print]
enable = true
page-break = true
# Linkcheck disabled due to issues with LaTeX math syntax
# [output.linkcheck]
# follow-web-links = false
# traverse-parent-directories = true
# warning-policy = "warn"
[preprocessor.admonish]
command = "mdbook-admonish"
assets_version = "3.1.0" # do not edit: managed by `mdbook-admonish install`
[preprocessor.mermaid]
command = "mdbook-mermaid"
[preprocessor.katex]
after = ["links"]
[preprocessor.toc]
command = "mdbook-toc"
renderer = ["html"]