I am working on a couple blog posts right now, and I was hoping to get some insight from the many wonderful Julia bloggers about how you put together a post.
I’d love to know:
- What tool do you use for turning text into HTML? (Franklin, Weave, Pluto, etc.)
- Where do you host it? (Personal GitHub.io, Julia Bloggers, Forem)
For my purposes, I’d love to write mostly in Markdown, be able to evaluate code examples and display results, and keep the infrastructure piece as simple as possible (I’m not a regular blogger, so the cost won’t be amortized very well over many posts).
I’ve currently explored –
- Forem: Basically no infrastructure cost, but I’d have to manually execute code and then paste in the results (right?).
- Weave: Produces basically what I want, but there are no advanced Markdown features like foldable “hidden” sections, footnotes, etc. I’d need to host it in GitHub or a personal website.
- Franklin: Checks lots of the boxes, but more of a learning curve for setting up the project in the right away. Same hosting as Weave.
My ideal would be if Weave.jl would output Markdown with the evaluation results, and then, I could just copy that into Forem, but I’m hoping that the community can help me find an even better solution