github.com/lyeb/hugo@v0.47.1/docs/content/en/tools/editors.md (about)

     1  ---
     2  title: Editor Plug-ins for Hugo
     3  linktitle: Editor Plug-ins
     4  description: 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.
     5  date: 2017-02-01
     6  publishdate: 2017-02-01
     7  lastmod: 2017-02-01
     8  categories: [developer tools]
     9  keywords: [editor, plug-ins]
    10  menu:
    11    docs:
    12      parent: "tools"
    13      weight: 50
    14  weight: 50
    15  sections_weight: 50
    16  draft: false
    17  aliases: []
    18  toc: false
    19  ---
    20  
    21  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.
    22  
    23  ## Sublime Text
    24  
    25  * [Hugofy](https://github.com/akmittal/Hugofy). Hugofy is a plugin for Sublime Text 3 to make life easier to use Hugo static site generator.
    26  
    27  ## Visual Studio Code
    28  
    29  * [Hugofy](https://marketplace.visualstudio.com/items?itemName=akmittal.hugofy). Hugofy is a plugin for Visual Studio Code to "make life easier" when developing with Hugo. The source code can be found [here](https://github.com/akmittal/hugofy-vscode).
    30  
    31  ## Emacs
    32  
    33  * [emacs-easy-hugo](https://github.com/masasam/emacs-easy-hugo). Emacs major mode for managing hugo blogs. Note that Hugo also supports [Org-mode][formats].
    34  * [ox-hugo.el](https://ox-hugo.scripter.co). 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.scripter.co/doc/why-ox-hugo/) for more.
    35  
    36  ## Vim
    37  
    38  * [Vim Hugo Helper](https://github.com/robertbasic/vim-hugo-helper). A small Vim plugin to help me with writing posts with Hugo.
    39  
    40  ## Atom
    41  
    42  * [Hugofy](https://atom.io/packages/hugofy). A Hugo Static Website Generator package for Atom.
    43  * [language-hugo](https://atom.io/packages/language-hugo). Adds syntax highlighting to Hugo files.
    44  
    45  [formats]: /content-management/formats/