Ask HN: Any blog platforms with support for Org files? #1 Post by diceduckmonk » Sun, Sep 25, 2022, 2:03 PM UTC Not a fan of using the Emacs UI. Do like the Org syntax.What are your favorite managed blog platforms with support for Org?
Re: Ask HN: Any blog platforms with support for Org files? #2 Post by curious_tenet » Sun, Sep 25, 2022, 2:04 PM UTC You can probably write a parser that converts org to markdown, which is usually supported in most blogging platforms.
Re: Ask HN: Any blog platforms with support for Org files? #3 Post by Tomte » Sun, Sep 25, 2022, 2:06 PM UTC jekyll-org (there are at least two other org plugins for Jekyll).
Re: Ask HN: Any blog platforms with support for Org files? #4 Post by Tomte » Sun, Sep 25, 2022, 2:07 PM UTC soupault (https://soupault.app) can use any preprocessor that spits out HTML, so you could pair it with pandoc.