From aa0c2bd6b7ba19941305327429db2667e5572fff Mon Sep 17 00:00:00 2001 From: Ryan Watters Date: Mon, 10 Apr 2017 23:11:26 -0500 Subject: [PATCH] Add Emacs Easy Hugo to "other tools" page Closes rdwatters/hugo-docs-concept#81 See PR gohugoio/hugo#3306 --- content/tools/other.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/tools/other.md b/content/tools/other.md index 9002a2bba..d57d380c1 100644 --- a/content/tools/other.md +++ b/content/tools/other.md @@ -24,4 +24,5 @@ And for all the other small things around Hugo: * [flickr-hugo-embed](https://github.com/nikhilm/flickr-hugo-embed) prints shortcodes to embed a set of images from an album on Flickr into Hugo. * [hugo-openapispec-shortcode](https://github.com/tenfourty/hugo-openapispec-shortcode) A shortcode that allows you to include [Open API Spec](https://openapis.org) (formerly known as Swagger Spec) in a page. * [HugoPhotoSwipe](https://github.com/GjjvdBurg/HugoPhotoSwipe) makes it easy to create image galleries using PhotoSwipe. -* [Hugo SFTP Upload](https://github.com/thomasmey/HugoSftpUpload) Syncs the local build of your Hugo website with your remote webserver via SFTP. \ No newline at end of file +* [Hugo SFTP Upload](https://github.com/thomasmey/HugoSftpUpload) Syncs the local build of your Hugo website with your remote webserver via SFTP. +* [Emacs Easy Hugo](https://github.com/masasam/emacs-easy-hugo) Emacs package for writing blog posts in markdown or org-mode and building your site with Hugo. \ No newline at end of file