Enter a GitHub repo to build and publish.
or click here to try an example: nextjournal/clerk-demo
:nextjournal.clerk
to :aliases
in your deps.edn
file:{:deps ... :aliases {:nextjournal/clerk {:exec-fn nextjournal.clerk/build! :exec-args {:paths ["notebooks/hello_garden.clj"]} ;; TODO: add all notebooks you want to have built ☝️ ;; if you just want to build one notebook, set `:index` ;; optional list of aliases to include in the build :nextjournal.clerk/aliases [:dev]}}}
Entering the following command into your terminal should build your notebooks and open an index page in your browser.
clj -X:nextjournal/clerk :browse true
Prepend any extra aliases: clj -X:dev:nextjournal/clerk
Clerk Garden mirrors your GitHub URLs, so:
?update=1
)