Hacker News new | ask | show | jobs
by mc_ 2870 days ago
Nikola[0] has an orgmode plugin[1] that works fine for my blog. After I write something up, nikola builds the site (incremental build), I can view it locally to verify the rendering, and finally rsync the changes up to the web server.

[0] https://getnikola.com/

[1] https://plugins.getnikola.com/v8/orgmode/

1 comments

I use Pelican[0] which also has an org-mode plugin[1]. I tend to use markdown for my blog but I do use org-mode for other organising stuff.

[0] https://blog.getpelican.com/

[1] https://github.com/getpelican/pelican-plugins/tree/master/or...