We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d190b0c + 791d136 commit 89a5a52Copy full SHA for 89a5a52
clay.edn
@@ -1,8 +1,6 @@
1
{:base-target-path "temp"
2
:base-source-path "src"
3
:subdirs-to-sync ["src"]
4
- :keep-sync-root false
5
- :flatten-targets false
6
:remote-repo {:git-url "https://github.com/ClojureCivitas/clojurecivitas.github.io"
7
:branch "main"}
8
:hide-info-line true
@@ -17,4 +15,7 @@
17
15
:format [:quarto :html]
18
16
:run-quarto false
19
:hide-info-line false
20
- :quarto []}}
+ :quarto []
+ :flatten-targets false
+ :keep-sync-root false}}
21
+
0 commit comments