Skip to content

Commit 89a5a52

Browse files
authored
Merge pull request #35 from ClojureCivitas/flatten-only-in-alias
moved some clay options under the alias part of the config
2 parents d190b0c + 791d136 commit 89a5a52

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

clay.edn

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
{:base-target-path "temp"
22
:base-source-path "src"
33
:subdirs-to-sync ["src"]
4-
:keep-sync-root false
5-
:flatten-targets false
64
:remote-repo {:git-url "https://github.com/ClojureCivitas/clojurecivitas.github.io"
75
:branch "main"}
86
:hide-info-line true
@@ -17,4 +15,7 @@
1715
:format [:quarto :html]
1816
:run-quarto false
1917
:hide-info-line false
20-
:quarto []}}
18+
:quarto []
19+
:flatten-targets false
20+
:keep-sync-root false}}
21+

0 commit comments

Comments
 (0)