diff options
Diffstat (limited to 'structure/notes')
-rw-r--r-- | structure/notes/00-header.yml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/structure/notes/00-header.yml b/structure/notes/00-header.yml new file mode 100644 index 0000000..1404cad --- /dev/null +++ b/structure/notes/00-header.yml @@ -0,0 +1,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 |