-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbook.toml
39 lines (31 loc) · 1.11 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
[book]
authors = ["Mitchell Robert Vollger"]
language = "en"
multilingual = false
src = "src"
title = "The computational guide to Fiber-seq"
[build]
build-dir = "book" # the directory where the output is placed
create-missing = false # whether or not to create missing pages
use-default-preprocessors = true # use the default preprocessors
extra-watch-dirs = [] # directories to watch for triggering builds
[output.html]
default-theme = "ayu"
preferred-dark-theme = "navy"
git-repository-url = "https://github.com/fiberseq/fiberseq.github.io"
git-repository-icon = "fa-github"
edit-url-template = "https://github.com/fiberseq/fiberseq.github.io/edit/main/{path}"
mathjax-support = true
[output.html.fold]
enable = true # whether or not to enable section folding
level = 2 # the depth to start folding
[preprocessor.toc]
command = "mdbook-toc"
renderer = ["html"]
max-level = 4
#[preprocessor.auto-links]
#command = "python auto-links.py"
#[output.linkcheck]
#optional = true # allows passing the github actions even if not installed
#follow-web-links = true
#warning-policy = "warn"