Skip to content

Commit dccd0f8

Browse files
make use of the new quarto-target-path feature
1 parent a62ddba commit dccd0f8

2 files changed

Lines changed: 15 additions & 17 deletions

File tree

clay.edn

Lines changed: 14 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,18 @@
1-
{:base-target-path "temp"
2-
:base-source-path "src"
3-
:subdirs-to-sync ["src"]
4-
:remote-repo {:git-url "https://github.com/ClojureCivitas/clojurecivitas.github.io"
5-
:branch "main"}
6-
:hide-info-line true
7-
:hide-ui-header true
8-
:config/transform civitas.db/expand-authors
1+
{:base-target-path "temp"
2+
:base-source-path "src"
3+
:quarto-target-path "site"
4+
:quarto []
5+
:subdirs-to-sync ["src"]
6+
:keep-sync-root false
7+
:flatten-targets false
8+
:remote-repo {:git-url "https://github.com/ClojureCivitas/clojurecivitas.github.io"
9+
:branch "main"}
10+
:hide-ui-header true
11+
:config/transform civitas.db/expand-authors
912
;; :use-kindly-render true
1013

1114
;; aliases
1215
:markdown
13-
{:render true
14-
:base-target-path "site"
15-
:format [:quarto :html]
16-
:run-quarto false
17-
:hide-info-line false
18-
:quarto []
19-
:flatten-targets false
20-
:keep-sync-root false}}
16+
{:render true
17+
:format [:quarto :html]
18+
:run-quarto false}}

site/scicloj/clay/skip_if_unchanged_example.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ image: skip-if-unchanged.jpg
2626
.clay-side-by-side .sourceCode {margin: 0}
2727
.clay-side-by-side {margin: 1em 0}
2828
</style>
29-
<script src="skip_if_unchanged_example.qmd_files/md-default0.js" type="text/javascript"></script><script src="skip_if_unchanged_example.qmd_files/md-default1.js" type="text/javascript"></script>
29+
<script src="skip_if_unchanged_example_files/md-default0.js" type="text/javascript"></script><script src="skip_if_unchanged_example_files/md-default1.js" type="text/javascript"></script>
3030

3131
::: {.sourceClojure}
3232
```clojure

0 commit comments

Comments
 (0)