Skip to content

Commit 57ded3b

Browse files
committed
Bump clerk
1 parent 071cefa commit 57ded3b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deps.edn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{:paths ["dev" "notebooks" "resources"]
2-
:deps {io.github.nextjournal/clerk {:mvn/version "0.10.560"}
2+
:deps {io.github.nextjournal/clerk {:mvn/version "0.10.562"}
33
io.github.nextjournal/clerk-slideshow {:git/sha "82b3b83ca456995250bdb99deceb5a24fdd75439"}
44

55
;; input various external data formats

dev/user.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
(comment
55
;; start without file watcher, open browser when started
6-
(clerk/serve! {:browse? true})
6+
(clerk/serve! {:browse? true :port 6677})
77

88
;; start with file watcher for these sub-directory paths
99
(clerk/serve! {:watch-paths ["notebooks" "src" "index.md"]})

0 commit comments

Comments
 (0)