File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments