aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2024-06-06 12:39:13 -0300
committerSilvio Rhatto <rhatto@riseup.net>2024-06-06 12:39:13 -0300
commit468c36e959fd69c9dd2d344b6eec7b7b390a2db2 (patch)
tree5ba9bf628b52bef445ac1a8005666c6571694f8e
parent222114d8ad75455b461b7e8bd458072d56429b78 (diff)
downloadbookup-468c36e959fd69c9dd2d344b6eec7b7b390a2db2.tar.gz
bookup-468c36e959fd69c9dd2d344b6eec7b7b390a2db2.tar.bz2
Feat: output: adds tufte:tufte_html options
-rw-r--r--_output.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/_output.yml b/_output.yml
index f6ff4b2..b8e5d79 100644
--- a/_output.yml
+++ b/_output.yml
@@ -15,6 +15,18 @@ epub_book:
# Check ChangeLog entry from 2024-03-24
md_extensions: -example_lists
+# Tufte HTML
+tufte:tufte_html
+ toc: true
+ toc_depth: 3
+ chapter_level: 2
+ cover_image: images/cover.png
+
+ # Make sure to disable Pandoc's example_lists extension
+ # It conflicts with bibliographical citations
+ # Check ChangeLog entry from 2024-03-24
+ md_extensions: -example_lists
+
# Gitbook
# See https://rdrr.io/cran/bookdown/man/gitbook.html
bookdown::gitbook: