mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-25 07:48:52 +00:00
Update multilingual page
This commit is contained in:
@@ -0,0 +1,39 @@
|
||||
---
|
||||
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]
|
||||
weight: 50
|
||||
draft: false
|
||||
aliases: []
|
||||
toc: false
|
||||
needsreview: true
|
||||
---
|
||||
|
||||
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 to use Hugo static site generator. 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.
|
||||
|
||||
[formats]: /content-management/formats/
|
||||
Reference in New Issue
Block a user