nextjournal / clerk

⚡️ Moldable Live Programming for Clojure
https://clerk.vision
ISC License
1.74k stars 76 forks source link

Allow to disable welcome page #561

Closed mk closed 8 months ago

mk commented 9 months ago

When passing the same :paths or :paths-fn arg as for build! to serve! Clerk will no longer the built-in welcome page and instead serve the generated or user-specified index page on root. This is a first step towards enabling easy sharing fully interactive Clerk documents including pagination &c.

zampino commented 9 months ago

Also tested static builds locally, didn't see any regressions there.