UP | HOME

Blogging with Emacs and org-mode

Setting up blogging with Emacs is tricky compared to some other solutions, like metalsmith in my case. I wanted to have a simple solution from writing to publishing. With metalsmith I write the blog in org format, export it to markdown then publish with npm. It is not too bad, and I figured out some things as I was converting that workflow from Javascript. It is likely not worth the effort, I spent way too much time on it. But now I can write something quickly and export directly to html with a few key presses.

Here are some of the tradeoffs that I ran into:

References

  1. Publishing Org-mode files to HTML - Org tutorials
  2. Blogging with Emacs - Basti's Scratchpad on the Internet
  3. Org to blog using org-publish - Zhao Wei
  4. Using Org-mode to Publish a Web Site - Pavel Panchekha
  5. Personal website in org - thibaultmarin
  6. Migrating to an org-mode website - Vincent Demeester
  7. Made with Org-Mode - Daniel Liden's Home Page
  8. Static site generation with Org Mode - Richard Kallos
  9. Create An Org Mode Blog (Static Site Blog) - Christopher Maiorana, inmotion hosting
  10. org-mode for Static Website Generation - Dan DaCosta