We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 071cefa commit 57ded3bCopy full SHA for 57ded3b
deps.edn
@@ -1,5 +1,5 @@
1
{:paths ["dev" "notebooks" "resources"]
2
- :deps {io.github.nextjournal/clerk {:mvn/version "0.10.560"}
+ :deps {io.github.nextjournal/clerk {:mvn/version "0.10.562"}
3
io.github.nextjournal/clerk-slideshow {:git/sha "82b3b83ca456995250bdb99deceb5a24fdd75439"}
4
5
;; input various external data formats
dev/user.clj
@@ -3,7 +3,7 @@
(comment
;; start without file watcher, open browser when started
6
- (clerk/serve! {:browse? true})
+ (clerk/serve! {:browse? true :port 6677})
7
8
;; start with file watcher for these sub-directory paths
9
(clerk/serve! {:watch-paths ["notebooks" "src" "index.md"]})
0 commit comments