Skip to content

Commit a62ddba

Browse files
bump clay version
1 parent 5251d14 commit a62ddba

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff 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
8888
quarto 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

93101
Create a pull request:

deps.edn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
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"}

0 commit comments

Comments
 (0)