Writing Hugo Posts in Org-mode
Table of Contents Limits to Hugo’s Native Org Support Enter Ox-Hugo Why Did I Change? The Experience So Far The Final Question For the past year I’ve written almost all of my posts here in Emacs. My workflow has typically been to create a new file in my content/posts directory with the command ```hugo new posts/filename.md```. Notice that the file has a “.md” extension. I prefer writing in markdown which is one of the reasons I settled on Hugo to start with. It made sense, then, to create a markdown file to write my posts. ...