File tree Expand file tree Collapse file tree 2 files changed +14
-15
lines changed Expand file tree Collapse file tree 2 files changed +14
-15
lines changed Original file line number Diff line number Diff line change @@ -70,25 +70,24 @@ unless a different image is listed in the metadata.
70
70
:many-others [" see the examples" " creative uses" " visual variety" ]}
71
71
```
72
72
73
- ## Preview the Website ** (Optional)**
73
+ ## Preview a Webpage ** (Optional, Recommended )**
74
74
75
75
[ Use Clay REPL commands] ( https://scicloj.github.io/clay/#setup ) to visualize the namespace as you write.
76
+ When using Clay interactively it renders directly to HTML for speed.
76
77
77
- Building is delegated to Clay and Quarto.
78
+ ## Previewing the Website with Quarto ** (Optional, Not Recommended) **
78
79
79
- When using Clay interactively it renders directly to HTML for speed.
80
80
The published site goes through a longer process of producing markdown then HTML.
81
+ [ Quarto] ( https://quarto.org/ ) is the markdown publishing tool.
81
82
82
83
``` sh
83
- clojure -M:clay -a [ :markdown]
84
+ clojure -M:clay -A :markdown
84
85
```
85
86
86
87
``` sh
87
88
quarto preview site
88
89
```
89
90
90
- [ Quarto] ( https://quarto.org/ ) is the markdown publishing tool.
91
-
92
91
### Publish
93
92
94
93
Create a pull request:
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
- :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
9
- :hide-ui-header true
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
9
+ :hide-ui-header true
10
10
:config/transform civitas.db/expand-authors
11
11
12
12
; ; aliases
You can’t perform that action at this time.
0 commit comments