Exporting to Hugo's Blackfriday Markdown from Orgmode

ox-hugo is an Emacs package for Org mode that produces input for the static content generator Hugo, which I use for this website. Today I integrated its expectations about file structure into the Speedy theme for this blog, allowing me to keep all blog contents in a single Org mode file and export markdown content for Hugo’s excellent blackfriday markdown parser (a markdown format with many added features). Hugo does support limited parsing of org files internally, but Org mode features like inline spreadsheets and system communication are beyond the scope of most external tools, so Org mode is best used as an exporter. As an Emacs user, this allows me to instantly capture interesting information I come across and publish it within seconds. Now I have no excuses!

[ #blog #org #emacs #hugo ]
Last modified April 20 2018 13:47 -0700