forked from scicloj/clay
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathclay.edn1
More file actions
12 lines (12 loc) · 750 Bytes
/
Copy pathclay.edn1
File metadata and controls
12 lines (12 loc) · 750 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
{:modes {:html {:toc true}
:quarto-book {:quarto {:format {:html {:toc true}}
:embed-resources false}}
:quarto-standalone {:quarto {:format {:html {:toc true}}
:embed-resources true}}
:quarto-reveal {:quarto {:format {:revealjs {:theme :serif
:navigation-mode :vertical
:transition :slide
:background-transition :fade
:incremental true
:embed-resources false}}}}}
:default-mode {}}