We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
bb site-preview
1 parent 86d63d1 commit 7dfdf03Copy full SHA for 7dfdf03
2 files changed
README.md
@@ -138,6 +138,8 @@ clojure -M:clay -A:markdown
138
quarto preview site
139
```
140
141
+(`bb site-preview` will run these two commands for you.)
142
+
143
This will open a browser displaying the site locally.
144
145
If you would like to preview a single file, then add the path relative to `src`:
bb.edn
@@ -0,0 +1,4 @@
1
+{:tasks
2
+ {site-preview {:doc "Build site with Quarto and preview"
3
+ :task (do (clojure "-M:clay -A:markdown")
4
+ (shell "quarto preview site"))}}}
0 commit comments