mirror of
https://github.com/gohugoio/hugo.git
synced 2026-09-03 12:12:37 +00:00
6896947058
* add generic menu declaration * update about section * commands * update content management section * update contribute section * functions * update getting started section * update hosting and deployment section * fix mailing list entry (no menu) * update news section * update Templates section * update tools section * update themes section * troubleshooting * update variables section Fixes rdwatters/hugo-docs-concept#45 See PR rdwatters/hugo-docs-concept#62
3.1 KiB
3.1 KiB
title, linktitle, description, date, publishdate, lastmod, menu, weight, draft, aliases, toc
| title | linktitle | description | date | publishdate | lastmod | menu | weight | draft | aliases | toc | |||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Hugo Features | Hugo Features | Hugo boasts blistering speed, robust content management, and a powerful templating language that make it appropriate for all kinds of static websites. | 2017-02-01 | 2017-02-01 | 2017-02-01 |
|
20 | false |
|
true |
General
- Extremely fast build times (< .7 ms per page)
- Completely cross platform, with easy installation on macOS, Linux, Windows, and more
- Renders changes on the fly with LiveReload as you develop
- Powerful theming
- Host your site anywhere
Organization
- Straightforward organization for your projects, including website sections
- Customizable URLs
- Support for configurable taxonomies, including categories and tags
- Ability to sort content as you desire through powerful template functions
- Automatic table of contents generation
- Dynamic menu creation
- Pretty URLs support
- Permalink pattern support
- Redirects via aliases
Content
- Native Markdown support, as well as other languages through external helpers (see supported formats)
- Support for TOML, YAML, and JSON metadata in front matter
- Customizable homepage
- Multiple content types
- Automatic and user defined content summaries
- Shortcodes to enable rich content inside of Markdown
- "Minutes to Read" functionality
- "Wordcount" functionality
Additional Features
- Integrated Disqus comment support
- Integrated Google Analytics support
- Automatic RSS creation
- Support for Golang, Amber, and Ace HTML templates
- Syntax highlighting powered by Pygments
See what's coming next in the Hugo roadmap.