Just to add a few more to the discussion that don’t seem to have been linked directly, there’s:
- GitHub - tlienart/Franklin.jl: (yet another) static site generator. Simple, customisable, fast, maths with KaTeX, code evaluation, optional pre-rendering, in Julia.
- https://github.com/tlienart/PkgPage.jl
- https://github.com/JunoLab/Weave.jl
- https://github.com/fredrikekre/Literate.jl
- https://github.com/rikhuijzer/Books.jl
-
https://github.com/MichaelHatherly/Publish.jl (self-promotion) which, to my knowledge, is one of the few that doesn’t make use of
Markdown
for it’s markdown parsing, and instead uses the fully common-mark-compliant https://github.com/MichaelHatherly/CommonMark.jl. There’s a couple of issues withMarkdown
that cause it to parse and render in a non-standard way.
I’ve probably missed off a couple, but there’s a lot of options, and since generating documents is a pretty broad area, it’s great that we have so many options.