From 296ec01ffbc4bb357dbe661cc042c5f5449ff64a Mon Sep 17 00:00:00 2001 From: Kaushal Modi Date: Tue, 26 Sep 2017 06:10:00 -0400 Subject: [PATCH] Add ox-hugo Emacs package to the tools section --- content/tools/editors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/tools/editors.md b/content/tools/editors.md index 351ee84c7..0a4c34951 100644 --- a/content/tools/editors.md +++ b/content/tools/editors.md @@ -31,6 +31,7 @@ The Hugo community uses a wide range of preferred tools and has developed plug-i ## Emacs * [hugo.el](https://github.com/yewton/hugo.el). Some helper functions for creating a Website with Hugo. Note that Hugo also supports [Org-mode][formats]. +* [ox-hugo.el](https://ox-hugo.netlify.com). Native Org-mode exporter that exports to Blackfriday Markdown with Hugo front-matter. `ox-hugo` supports two common Org blogging flows --- exporting multiple Org sub-trees in a single file to multiple Hugo posts, and exporting a single Org file to a single Hugo post. It also leverages the Org tag and property inheritance features. See [*Why ox-hugo?*](https://ox-hugo.netlify.com/doc/why-ox-hugo/) for more. ## Vim @@ -41,4 +42,4 @@ The Hugo community uses a wide range of preferred tools and has developed plug-i * [Hugofy](https://atom.io/packages/hugofy). A Hugo Static Website Generator package for Atom. * [language-hugo](https://atom.io/packages/language-hugo). Adds syntax highlighting to Hugo files. -[formats]: /content-management/formats/ \ No newline at end of file +[formats]: /content-management/formats/