Minimal Blogging Setup with Orgmode and ssg5 Published 2020-07-21 on Anjan's Homepage My Old Setup I prefer orgmode over markdown because already I use orgmode for appointments, reminders, notes, etc. However, most static website generators only support Markdown. Luckily, orgmode has an html export function: M-x org-publish. org-publish is much more powerful and reliable than any markdown converter I have used. Since 2016, I have been using jekyll which is bloated and requires a lot of ruby d...