Skip to content

nextjournal/garden-clerk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

nextjournal.garden-clerk

A helper library for serving clerk notebooks on application.garden.

Usage

To create a static build for a clerk notebook and serve it using a simple webserver, use something like this deps.edn:

{:deps {io.github.nextjournal/garden-clerk {:git/sha "<version>"}}
 :aliases
 {:nextjournal/garden {:exec-fn nextjournal.garden-clerk/serve-static!
                       :exec-args {:paths ["hello.md" "world.clj"]
                                   :index "hello.md"}}}}

Arguments passed in exec-args are passed through to nextjournal.clerk/build!.

About

Ease integration of Clerk with application.garden

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published