HACKER Q&A
📣 diceduckmonk

Any blog platforms with support for Org files?


Not a fan of using the Emacs UI. Do like the Org syntax.

What are your favorite managed blog platforms with support for Org?


  👤 curious_tenet Accepted Answer ✓
You can probably write a parser that converts org to markdown, which is usually supported in most blogging platforms.

👤 Tomte
soupault (https://soupault.app) can use any preprocessor that spits out HTML, so you could pair it with pandoc.

👤 Tomte
jekyll-org (there are at least two other org plugins for Jekyll).