We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b491cb commit 6d10d97Copy full SHA for 6d10d97
dev/user.clj
@@ -1,13 +1,9 @@
1
(ns user
2
- (:require [advent-of-clerk.index :as index]
3
- [nextjournal.clerk :as clerk]
4
- [clojure.string :as str]
5
- [babashka.fs :as fs]))
+ (:require [nextjournal.clerk :as clerk]
+ [advent-of-clerk.index :as index]))
6
+(clerk/serve! {:port 7878 :browse true})
7
8
(comment
9
- (clerk/build! {:index "src/advent_of_clerk/index.clj"
10
- :paths (index/build-paths)
11
- :browse true}))
12
-
+ (clerk/build! {:paths (index/build-paths) :browse true}))
13
0 commit comments