aboutsummaryrefslogtreecommitdiff
path: root/structure
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2024-06-09 12:18:06 +0100
committerSilvio Rhatto <rhatto@riseup.net>2024-06-09 12:18:06 +0100
commita45b39d7995e4c0b57272d4fc286eb54e02b9c70 (patch)
tree46f3a8bafc32df8b02d5c1906137c2881e9d8ce1 /structure
parentab90f9241d0867206858c306c8d7fb08ee7f0275 (diff)
downloadbookup-a45b39d7995e4c0b57272d4fc286eb54e02b9c70.tar.gz
bookup-a45b39d7995e4c0b57272d4fc286eb54e02b9c70.tar.bz2
Unified configuration for book and notes
Diffstat (limited to 'structure')
-rw-r--r--structure/book/00-header.tex (renamed from structure/00-header.tex)0
-rw-r--r--structure/book/00-header.yml (renamed from structure/00-header.yml)0
-rw-r--r--structure/book/00-preamble.md (renamed from structure/00-preamble.md)0
-rw-r--r--structure/book/00-preamble.tex (renamed from structure/00-preamble.tex)0
-rw-r--r--structure/book/99-biblio.md (renamed from structure/99-biblio.md)0
-rw-r--r--structure/book/99-end.tex (renamed from structure/99-end.tex)0
-rw-r--r--structure/notes/00-header.yml20
7 files changed, 20 insertions, 0 deletions
diff --git a/structure/00-header.tex b/structure/book/00-header.tex
index ded10bd..ded10bd 100644
--- a/structure/00-header.tex
+++ b/structure/book/00-header.tex
diff --git a/structure/00-header.yml b/structure/book/00-header.yml
index 2ad19fe..2ad19fe 100644
--- a/structure/00-header.yml
+++ b/structure/book/00-header.yml
diff --git a/structure/00-preamble.md b/structure/book/00-preamble.md
index fea2bc0..fea2bc0 100644
--- a/structure/00-preamble.md
+++ b/structure/book/00-preamble.md
diff --git a/structure/00-preamble.tex b/structure/book/00-preamble.tex
index d558cc1..d558cc1 100644
--- a/structure/00-preamble.tex
+++ b/structure/book/00-preamble.tex
diff --git a/structure/99-biblio.md b/structure/book/99-biblio.md
index c5385cb..c5385cb 100644
--- a/structure/99-biblio.md
+++ b/structure/book/99-biblio.md
diff --git a/structure/99-end.tex b/structure/book/99-end.tex
index 1959646..1959646 100644
--- a/structure/99-end.tex
+++ b/structure/book/99-end.tex
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