-
Notifications
You must be signed in to change notification settings - Fork 3
/
clay.edn
34 lines (32 loc) · 1.85 KB
/
clay.edn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{:remote-repo {:git-url "https://github.com/scicloj/clojure-data-cookbook"
:branch "main"}
:kindly/options {:datatables {:paging false
:scrollY 400
:scrollX 700
:sPaginationType "full_numbers"
:order []}
:element/max-height nil}
:quarto {:format {:html {:toc true
:toc-depth 4
:theme {:light "yeti"
:dark "cyborg"}
:mainfont "-apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif"
:monofont "Menlo, Consolas, Monaco, Liberation Mono, Lucida Console, monospace"
:number-sections false
:grid {:body-width "1000px"}}}
:highlight-style "atom-one"
:code-block-background true
:base-target-path "temp"
:include-in-header {:text "<link rel = \"icon\" href = \"data:,\" />\n<script defer src=\"https://cloud.umami.is/script.js\" data-website-id=\"7612edfb-6430-4b4e-8cec-e648f6cb41cc\"></script>"}}}
;; dream config someday to specify chapter config here:
;; :chapters ["index.md"
;; "book/why-clojure.md"
;; "book/introduction.md"
;; {:part "book/part_1_data_import/0_data_import.md"
;; :chapters ["book/part_1_data_import/1_tabular_data.clj"]}
;; ;; {:part "end-to-end.qmd"
;; ;; :chapters ["workflow.qmd"
;; ;; "tidy-data.qmd"
;; ;; "data-transformation.qmd"]
;; ;; }
;; ]