blob: 1404cad67187317e9c899a7a13a33c0f3eecca35 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
site : "bookdown::bookdown_site"
output:
bookdown::gitbook:
config:
toc:
collapse: section
toolbar:
# Default search indexing is very slow: there's lots of notes to be indexed at each page load
# Because of that, it may be better to disable search by default
#search: no
# Fuse search engine is faster
search:
engine: fuse
sharing: no
fontsettings:
theme: night
family: sans
size: 2
#split_by: chapter+number
#split_by: section
|