forked from ClojureCivitas/clojurecivitas.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathclay.edn
More file actions
42 lines (42 loc) · 1.63 KB
/
Copy pathclay.edn
File metadata and controls
42 lines (42 loc) · 1.63 KB
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
35
36
37
38
39
40
41
42
{:base-target-path "temp"
:base-source-path "notebooks"
:subdirs-to-sync ["notebooks"]
:sync-as-subdirs false
:flatten-targets false
:remote-repo {:git-url "https://github.com/ClojureCivitas/clojurecivitas.github.io"
:branch "main"}
:hide-info-line true
:hide-ui-header true
:aliases
{:markdown
{:render true
:base-target-path "site"
:format [:quarto :html]
:run-quarto false
:hide-info-line false
:quarto {:format {:html nil}}
:quarto/expansions
{:affiliation
{:clojure.core {:name "Clojure.core" :url "https://clojure.org"}
:scicloj {:name "Scicloj" :url "https://scicloj.github.io/"}
:clojurecamp {:name "Clojure Camp" :url "https://clojure.camp/"}
:hummi {:name "Hummi" :url "https://hummi.app"}}
:author
{:chouser
{:name "Chris Houser"
:url "https://chouser.us/"
:links [{:icon "github" :text "GitHub" :href "https://github.com/chouser"}]}
:daslu
{:name "Daniel Slutsky"
:affiliation [:scicloj]
:links [{:icon "github" :text "GitHub" :href "https://github.com/daslu"}]}
:alexmiller
{:name "Alex Miller"
:affiliation [:clojure.core]
:links [{:icon "github" :text "GitHub" :href "https://github.com/puredanger"}]}
:timothypratley
{:name "Timothy Pratley"
:email "timothypratley@gmail.com"
:url "https://timothypratley.blogspot.com/p/httpswww.html"
:affiliation [:hummi :scicloj]
:links [{:icon "github" :text "GitHub" :href "https://github.com/timothypratley"}]}}}}}}