ref: 723d4656b523b8fee0cc61410c6571222e9dd25b
parent: a48ac6e94514738ac9cc8f92cba89bd1f0c06a0c
author: digitalcraftsman <[email protected]>
date: Sun Sep 4 11:22:05 EDT 2016
docs: Add Vim/Emacs plugin to tools section
--- a/docs/content/tools/index.md
+++ b/docs/content/tools/index.md
@@ -32,7 +32,7 @@
- [wordpress-to-hugo-exporter](https://github.com/SchumacherFM/wordpress-to-hugo-exporter) - A one-click WordPress plugin that converts all posts, pages, taxonomies, metadata, and settings to Markdown and YAML which can be dropped into Hugo. (Note: If you have trouble using this plugin, you can [export your site for Jekyll](https://wordpress.org/plugins/jekyll-exporter/) and use Hugo's built in Jekyll converter listed above.)
-### Tumblr
+### Tumblr
- [tumblr-importr](https://github.com/carlmjohnson/tumblr-importr) - An importer that uses the Tumblr API to create a Hugo static site.
- [tumblr2hugomarkdown](https://github.com/Wysie/tumblr2hugomarkdown) - Export all your Tumblr content to Hugo Markdown files with preserved original formatting.
@@ -79,6 +79,14 @@
### Sublime Text
- [Hugofy](https://github.com/akmittal/Hugofy) - Hugofy is a plugin for Sublime Text 3 to make life easier to use Hugo static site generator.
+
+### Emacs
+
+- [hugo.el](https://github.com/yewton/hugo.el) - Some helper functions for creating a Website with Hugo.
+
+### Vim
+
+- [Vim Hugo Helper](https://github.com/robertbasic/vim-hugo-helper) - A small Vim plugin to help me with writing posts with Hugo.
----