Live data from Hacker News

Ask HN: What is the best way to author blogs in 2024?

news.ycombinator.com

1–10 of 137 posts

Re: Ask HN: What is the best way to author blogs in 2024?

#3
self-host gives you flavor though (your own domain, absolute choice in what you can use, and of course 'meta content' (this is how i host this blog, vs github pages, vs medium

as for the quality of the content, it is usually a mix of personal experience (e.g. https://jvns.ca/blog/, https://folklore.org/0-index.html, https://www.filfre.net/ ) and number of hours to write.it

Re: Ask HN: What is the best way to author blogs in 2024?

#8
I love Quarto [0] and use GitHub pages for hosting.

Quarto works nicely with several IDEs, and works out of the box with both Python, R, and Observable JS. Typst support was also just added, but I haven’t explored that yet.

The documentation is also extensive. Here is the link to setting up a blog [1].

[0] https://quarto.org/

[1] https://quarto.org/docs/websites/website-blog.html

Post reply on HN