mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-14 20:37:55 -05:00
766085c2dc
81847981f Add notes for installing "extended" Sass/SCSS version 02da3bb58 Include usage of disqus internal template 9b53380c4 Update sitemap-template.md f3417dd52 Update sitemap-template.md aae33d9a8 Update sitemap-template.md 834edc205 Release 0.45.1 fb93ab905 Merge branch 'temp451' 79f350906 releaser: Prepare repository for 0.46-DEV 25cd2352c releaser: Add release notes to /docs for release of 0.45.1 e60377c71 releaser: Bump versions for release of 0.45.1 873f6dce2 Update features.md ecc116642 Update link for Azure cb88c3185 Added .Site.Home to Site Variiables (#541) 975a88791 Document includePaths 56c4e332f Release Hugo 0.45 c22b25210 Merge branch 'temp45' 0ffad3ada releaser: Prepare repository for 0.46-DEV 08d494cc3 releaser: Add release notes to /docs for release of 0.45 ad546ba45 releaser: Bump versions for release of 0.45 971c46bb2 Fixed "Sratch" to become "Scratch" on line 44 a28255bf3 Clarify the meaning of .Pages vs .Site.Pages 127aeee09 docs: Update ref, relref, GetPage docs 350d674ec resources.Concat doesn't have an alias 1fd1219b0 docs: Document refLinksErrorLevel and refLinksNotFoundURL af2252ff6 Merge commit 'a3535c8486b2ce762b1a8a9c30b03985c3e02cee' a11486805 Merge commit 'b6b37a1f00f808f3c0d2715f65ca2d3091f36495' 1c8896cb1 Fix addkit link to account for i18n 468aef3fc releaser: Prepare repository for 0.45-DEV c6f4b97a2 releaser: Add release notes to /docs for release of 0.44 d3985afb7 releaser: Bump versions for release of 0.44 2c59a330c Adjust release notes 83966769a releaser: Prepare repository for 0.44-DEV e539613f7 releaser: Add release notes to /docs for release of 0.43 2bf648944 releaser: Bump versions for release of 0.43 d9d6e4bf7 Fix typos d6798afda Merge commit '98293eaa1570b5aff4452021c8b6d6c8560b3f06' 37cc52261 Add a newScratch template func 1f7f09613 Merge branch 'release-0.42.2' 857b0b26a releaser: Prepare repository for 0.43-DEV git-subtree-dir: docs git-subtree-split: 81847981f1f2cb1ebc83d42d275a2afb2bb22df1
88 lines
3 KiB
Markdown
88 lines
3 KiB
Markdown
---
|
|
title: Hugo Features
|
|
linktitle: Hugo Features
|
|
description: Hugo boasts blistering speed, robust content management, and a powerful templating language making it a great fit for all kinds of static websites.
|
|
date: 2017-02-01
|
|
publishdate: 2017-02-01
|
|
lastmod: 2017-02-01
|
|
menu:
|
|
docs:
|
|
parent: "about"
|
|
weight: 20
|
|
weight: 20
|
|
sections_weight: 20
|
|
draft: false
|
|
aliases: [/about/features]
|
|
toc: true
|
|
---
|
|
|
|
## General
|
|
|
|
* [Extremely fast][] build times (< 1 ms per page)
|
|
* Completely cross platform, with [easy installation][install] on macOS, Linux, Windows, and more
|
|
* Renders changes on the fly with [LiveReload][] as you develop
|
|
* [Powerful theming][]
|
|
* [Host your site anywhere][hostanywhere]
|
|
|
|
## Organization
|
|
|
|
* Straightforward [organization for your projects][], including website sections
|
|
* Customizable [URLs][]
|
|
* Support for configurable [taxonomies][], including categories and tags
|
|
* [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 and Emacs Org-Mode support, as well as other languages via *external helpers* (see [supported formats][])
|
|
* TOML, YAML, and JSON metadata support 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"][pagevars] functionality
|
|
* ["Wordcount"][pagevars] functionality
|
|
|
|
## Additional Features
|
|
|
|
* Integrated [Disqus][] comment support
|
|
* Integrated [Google Analytics][] support
|
|
* Automatic [RSS][] creation
|
|
* Support for [Go][], [Amber], and [Ace][] HTML templates
|
|
* [Syntax highlighting][] powered by [Chroma][] (partly compatible with Pygments)
|
|
|
|
|
|
[Ace]: /templates/alternatives/
|
|
[aliases]: /content-management/urls/#aliases
|
|
[Amber]: https://github.com/eknkc/amber
|
|
[Chroma]: https://github.com/alecthomas/chroma
|
|
[content summaries]: /content-management/summaries/
|
|
[content types]: /content-management/types/
|
|
[Disqus]: https://disqus.com/
|
|
[Dynamic menu]: /templates/menus/
|
|
[Extremely fast]: https://github.com/bep/hugo-benchmark
|
|
[front matter]: /content-management/front-matter/
|
|
[functions]: /functions/
|
|
[Go]: http://golang.org/pkg/html/template/
|
|
[Google Analytics]: https://google-analytics.com/
|
|
[homepage]: /templates/homepage/
|
|
[hostanywhere]: /hosting-and-deployment/
|
|
[install]: /getting-started/installing/
|
|
[LiveReload]: /getting-started/usage/
|
|
[organization for your projects]: /getting-started/directory-structure/
|
|
[pagevars]: /variables/page/
|
|
[Permalink]: /content-management/urls/#permalinks
|
|
[Powerful theming]: /themes/
|
|
[Pretty URLs]: /content-management/urls/
|
|
[RSS]: /templates/rss/
|
|
[Shortcodes]: /content-management/shortcodes/
|
|
[sort content]: /templates/
|
|
[supported formats]: /content-management/formats/
|
|
[Syntax highlighting]: /tools/syntax-highlighting/
|
|
[table of contents]: /content-management/toc/
|
|
[taxonomies]: /content-management/taxonomies/
|
|
[URLs]: /content-management/urls/
|