nextjournal

mkvlr 2021-12-13T12:30:18.247300Z

just pushed io.github.nextjournal/clerk {:mvn/version "0.4.305"} to https://clojars.org/io.github.nextjournal/clerk, a big update (https://github.com/nextjournal/clerk/blob/main/CHANGELOG.md#04305-2021-12-13). Plan to announce it later unless we missed a blocker. Would be great if folks could take it for a spin.

👍 1
❤️ 2
4
Ash 2021-12-14T10:47:07.249300Z

Hi Martin, I don’t have a sound understanding of all the parts in play so this report will only be useful if backed-up by someone else experiencing the same... For me, with an index.md file, 0.4.305's build-static-app! doesn’t generate separate .html files per notebook, nor is it bundling the notebooks together into a single .html such that I can #/<...> navigate to them. Whereas the 37d3686f8f475a7aef1d34b147f043b31dfd50a7 commit (from 2nd Dec) does generate these files (fairly much) ok. Anyway, just saying in case it helps in the light of additional, firmer evidence. 🤷‍♂️ (If no-one else experiences the above issue then it’s prob just my set-up.)

mkvlr 2021-12-14T14:49:05.254700Z

hi @ashley_mcclenaghan, yeah there’s some issues with a user-supplied index.md file that we’re looking into right now, thanks! Will keep you posted. It does work without an user-supplied index file thought, right?

Ash 2021-12-14T14:54:52.255Z

Hi @mkvlr, …yes it works fine without an index.md file. I’ll watch-out for updates that might allow an index.md to work. Thanks 😃