https://github.com/nextjournal/garden-clerk
Ease integration of Clerk with application.garden
https://github.com/nextjournal/garden-clerk
application-garden
Last synced: 12 months ago
JSON representation
Ease integration of Clerk with application.garden
- Host: GitHub
- URL: https://github.com/nextjournal/garden-clerk
- Owner: nextjournal
- Created: 2024-01-24T13:56:03.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-14T15:31:43.000Z (over 2 years ago)
- Last Synced: 2025-07-03T19:53:58.321Z (12 months ago)
- Topics: application-garden
- Language: Clojure
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nextjournal.garden-clerk
A helper library for serving [clerk](https://clerk.vision) notebooks on [application.garden](https://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`:
```edn
{:deps {io.github.nextjournal/garden-clerk {:git/sha ""}}
: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!`.