mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-14 20:37:55 -05:00
3c1deaf201
85befbb4d Update plainify.md 56e137043 Update comparison operators (#2104) 4241135e0 Front matter docu: improve link to TOML spec (#2102) 5115de3c0 netlify: Hugo 0.113.0 99b74a053 Merge branch 'temp01130' 1622d5d1a docs: Regenerate CLI docs adb4297eb netlify: Hugo 0.112.7 cd6813309 Update editors.md to include vim-hugo (#2098) f7c2406dd netlify: Hugo 0.112.6 b891028c3 docs: Regenerate CLI docs git-subtree-dir: docs git-subtree-split: 85befbb4dc2f526da99fa9f47d54a12e6282d36e
3.6 KiB
3.6 KiB
title | linktitle | description | categories | keywords | menu | weight | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Editor Plug-ins for Hugo | Editor Plug-ins | The Hugo community uses a wide range of preferred tools and has developed plug-ins for some of the most popular text editors to help automate parts of your workflow. |
|
|
|
50 |
The Hugo community uses a wide range of preferred tools and has developed plug-ins for some of the most popular text editors to help automate parts of your workflow.
Sublime Text
- Hugofy. Hugofy is a plugin for Sublime Text 3 to make life easier to use Hugo static site generator.
- Hugo Snippets. Hugo Snippets is a useful plugin for adding automatic snippets to Sublime Text 3.
Visual Studio Code
- Hugofy. Hugofy is a plugin for Visual Studio Code to "make life easier" when developing with Hugo. The source code can be found here.
- Hugo Helper. Hugo Helper is a plugin for Visual Studio Code that has some useful commands for Hugo. The source code can be found here.
- Hugo Language and Syntax Support. Hugo Language and Syntax Support is a Visual Studio Code plugin for Hugo syntax highlighting and snippets. The source code can be found here.
- Hugo Themer. Hugo Themer is an extension to help you while developing themes. It allows you to easily navigate through your theme files.
- Front Matter. Once you go for a static site, you need to think about how you are going to manage your articles. Front matter is a tool that helps you maintain the metadata/front matter of your articles like: creation date, modified date, slug, tile, SEO check, and many more...
- Syntax Highlighting for Hugo Shortcodes. This extension add some syntax highlighting for Shortcodes, making visual identification of individual pieces easier.
Emacs
- emacs-easy-hugo. Emacs major mode for managing hugo blogs. Note that Hugo also supports Org-mode.
- ox-hugo.el. Native Org-mode exporter that exports to Blackfriday Markdown with Hugo front-matter.
ox-hugo
supports two common Org blogging flows --- exporting multiple Org subtrees 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? for more.
Vim
- Vim Hugo Helper. A small Vim plugin to help me with writing posts with Hugo.
- vim-hugo. A Vim plugin with syntax highlighting for templates and a few other features.
Atom
- Hugofy. A Hugo Static Website Generator package for Atom.
- language-hugo. Adds syntax highlighting to Hugo files.