-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathclay.edn
19 lines (19 loc) · 1.16 KB
/
clay.edn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{:remote-repo {:git-url "https://github.com/kiramclean/clojure-tidy-tuesdays"
:branch "main"}
:kindly/options {:datatables {:paging false
:scrollY 400
: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 async data-id=\"101441463\" src=\"//static.getclicky.com/js\"></script>"}}}