File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -81,13 +81,21 @@ The published site goes through a longer process of producing markdown then HTML
8181[ Quarto] ( https://quarto.org/ ) is the markdown publishing tool.
8282
8383``` sh
84- clojure -M:clay -A:markdown:ci
84+ clojure -M:clay -A:markdown
8585```
8686
8787``` sh
8888quarto preview site
8989```
9090
91+ This will open a browser displaying the site locally.
92+
93+ If you would like to preview a single file, then add the path relative to ` src ` :
94+
95+ ``` sh
96+ clojure -M:clay -A:markdown games/beginning_to_build_a_browser_game.clj
97+ ```
98+
9199### Publish
92100
93101Create a pull request:
Original file line number Diff line number Diff line change 1313 clj-thamil/clj-thamil {:mvn/version " 0.2.0" }
1414 org.scicloj/clay {#_#_:mvn/version " 2-beta46"
1515 :git/url " https://github.com/scicloj/clay.git"
16- :git/sha " 58010a02e85fa897886f0277b806d4956926ab13 " }
16+ :git/sha " 759d5e56b8e754623d9f33e58cfcc15d22543f28 " }
1717 org.eclipse.elk/org.eclipse.elk.core {:mvn/version " 0.10.0" }
1818 org.eclipse.elk/org.eclipse.elk.graph {:mvn/version " 0.10.0" }
1919 org.eclipse.elk/org.eclipse.elk.graph.json {:mvn/version " 0.10.0" }
You can’t perform that action at this time.
0 commit comments