mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-14 20:37:55 -05:00
44 lines
1.6 KiB
Markdown
44 lines
1.6 KiB
Markdown
---
|
|||
title: Editor Plug-ins for Hugo
|
|||
linktitle: Editor Plug-ins
|
|||
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.
|
|||
date: 2017-02-01
|
|||
publishdate: 2017-02-01
|
|||
lastmod: 2017-02-01
|
|||
categories: [developer tools]
|
|||
#tags: [editor, plug-ins]
|
|||
menu:
|
|||
docs:
|
|||
parent: "tools"
|
|||
weight: 50
|
|||
weight: 50
|
|||
sections_weight: 50
|
|||
draft: false
|
|||
aliases: []
|
|||
toc: false
|
|||
---
|
|||
|
|||
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](https://github.com/akmittal/Hugofy). Hugofy is a plugin for Sublime Text 3 to make life easier to use Hugo static site generator.
|
|||
|
|||
## Visual Studio Code
|
|||
|
|||
* [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).
|
|||
|
|||
## 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].
|
|||
|
|||
## Vim
|
|||
|
|||
* [Vim Hugo Helper](https://github.com/robertbasic/vim-hugo-helper). A small Vim plugin to help me with writing posts with Hugo.
|
|||
|
|||
## Atom
|
|||
|
|||
* [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/
|