mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-24 15:28:54 +00:00
337d0c5f51
dce236ad1Wrap up the bundle etc. edits for now27d058566Add the bundle tree to the organization bundlea83f750ddMove organization.md to its own bundle01ec4f462Make the image docs a bundle60de1e090Some more resources copy-edits05d763c0cSome resource copy-edits6299d6dbbUpdate the imgproc shortcode59e0fc209Add headless bundle documentationa3bbf60bfLink Page Resources page from Front Matter page830576f86Update order significance section, add counter section3b1836509Revert the recent change made to default list template886ed0e10Page Bundles draft rev 2f530d1a7aimage processing and page resources made into regular .mdec47cecdaFinalised Page Resources and Image Processing Moved Page Resources and Impage Processing out of the Bundle section and at the root of the Content Management section253092335Modified front matter metadata exemple. Added yaml version.da5e4f476Adding date in the front-matter; missed in previous commit6bc3ced13Add rough draft for page and section bundlesa0e44458fImage processing first draft, Resources second read/fix2367f0b78data: Remove duplicate layouts in tablec2f179839First draft of bundles/resources (covers resources and metadata)2a3f9a613Add weights to pages in Bundles branch9a0146cc0Switch front-matter format of Bundles doc to yaml; add front-matter1295fc083First draft for Bundles documentation organization structure5a2e52231Fix archetype paths9c2e5c063Merge commit '22cced34fc608256f8271ad591a5ccca991bb164'22cced34fSquashed 'themes/gohugoioTheme/' changes from 75da2f6b..ecad824755d16c9a1Fix broken sentence in multilingual sectionsa76895ad2Replace the outdated Emacs package with new onee6cf1dec0Remove obsolete link to hugo roadmapdd2fd145bAdd GitLab Pages to mentioned hosters (#309)a05ce6bf6Add 0.34 release notes poster5c0ebdfcaRelease 0.3413c2f3dc8Merge branch 'temp34'e6b5ffa04Add 0.34 poster1e1960496releaser: Add release notes to /docs for release of 0.34ac3efe182releaser: Bump versions for release of 0.348f91f62d8Fixes #222cca35dbe4Fix exampleeaaa21ca1Add missing params key00d0b0363Adding new Blogger utility to tools/migrations7d36d579eUpdated the line number for Dockerfile pointer852188f85Update installing.md with Fedora instructions4d151a3abUpdate search.md4c2750bfbUpdate deployment-with-nanobox.mdc3cc9cd49configuration: Remove defaultExtension from docsf7c96b4b5Update GitHub Pages documentation55787f09aMerge branch 'rmetzler-menu-link-title'2abbd9bd9Merge branch 'master' into menu-link-titlee1fd710b7Bring archetypes in from theme.daf6f51c0Mention the significance of leading 0 in int fn string input07f498755Add documentation for `cond` function.050ccd12bAdd documentation for the .HasShortcode function919af9071Correct anchor under 'Add custom metadata to a Taxonomy Term'55600b4ffMore layouts work201cf4f67Add some more single page layout variantsd5e7c03e2Rework the layouts doc84622e67cCleans up the code samplec231c9bd5Add a new note to 0.33 relnotes328ec9930Release 0.33b108fcc7bMerge branch 'temp33' into nextab9d9ee65releaser: Prepare repository for 0.34-DEVe20c75320releaser: Add release notes to /docs for release of 0.3349f24dcd1releaser: Bump versions for release of 0.339c8e5e207Update 0.33 poster7655603c8Regenerate the docshelper data16dc99583Add Hugo 0.33 posterce40cc197Merge commit '3cf4300097610bb8b5bd0686d96d1df5db641895'9a3085523releaser: Prepare repository for 0.33-DEVa52db97d8fixing typos and syntax for consistency64525670fádd title to some menu entries. This needs hugo >= v0.3285d415ab2ádd examples for menu .Title and .Page git-subtree-dir: docs git-subtree-split:dce236ad12
2.0 KiB
2.0 KiB
title, linktitle, description, date, publishdate, lastmod, categories, keywords, menu, weight, sections_weight, draft, aliases, toc
| title | linktitle | description | date | publishdate | lastmod | categories | keywords | menu | weight | sections_weight | draft | aliases | toc | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 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. | 2017-02-01 | 2017-02-01 | 2017-02-01 |
|
|
|
50 | 50 | false | 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. Hugofy is a plugin for Sublime Text 3 to make life easier to use Hugo static site generator.
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.
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-hugosupports 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? for more.
Vim
- Vim Hugo Helper. A small Vim plugin to help me with writing posts with Hugo.
Atom
- Hugofy. A Hugo Static Website Generator package for Atom.
- language-hugo. Adds syntax highlighting to Hugo files.