2019-10-21 04:22:28 -04:00
---
title: 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.
menu:
docs:
2023-05-22 10:43:12 -04:00
parent: about
2019-10-21 04:22:28 -04:00
weight: 20
weight: 20
toc: true
---
## General
2022-12-20 05:04:41 -05:00
* [Extremely fast] build times (< 1 ms per page)
2019-10-21 04:22:28 -04:00
* Completely cross platform, with [easy installation][install] on macOS, Linux, Windows, and more
2022-12-20 05:04:41 -05:00
* Renders changes on the fly with [LiveReload] as you develop
* [Powerful theming]
2019-10-21 04:22:28 -04:00
* [Host your site anywhere][hostanywhere]
## Organization
2022-12-20 05:04:41 -05:00
* 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]
2019-10-21 04:22:28 -04:00
## Content
2022-12-20 05:04:41 -05:00
* 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
2019-10-21 04:22:28 -04:00
* ["Minutes to Read"][pagevars] functionality
2020-06-16 08:18:51 -04:00
* ["WordCount"][pagevars] functionality
2019-10-21 04:22:28 -04:00
## Additional Features
2022-12-20 05:04:41 -05:00
* Integrated [Disqus] comment support
* Integrated [Google Analytics] support
* Automatic [RSS] creation
* Support for [Go] HTML templates
* [Syntax highlighting] powered by [Chroma]
2019-10-21 04:22:28 -04:00
[aliases]: /content-management/urls/#aliases
[Chroma]: https://github.com/alecthomas/chroma
[content summaries]: /content-management/summaries/
[content types]: /content-management/types/
[Disqus]: https://disqus.com/
2022-04-28 05:52:15 -04:00
[Dynamic menu]: /templates/menu-templates/
2019-10-21 04:22:28 -04:00
[Extremely fast]: https://github.com/bep/hugo-benchmark
[front matter]: /content-management/front-matter/
[functions]: /functions/
2022-11-17 10:14:29 -05:00
[Go]: https://pkg.go.dev/html/template
2019-10-21 04:22:28 -04:00
[Google Analytics]: https://google-analytics.com/
[homepage]: /templates/homepage/
[hostanywhere]: /hosting-and-deployment/
2022-11-17 10:14:29 -05:00
[install]: /installation/
2019-10-21 04:22:28 -04:00
[LiveReload]: /getting-started/usage/
[organization for your projects]: /getting-started/directory-structure/
[pagevars]: /variables/page/
[Permalink]: /content-management/urls/#permalinks
2022-04-28 05:52:15 -04:00
[Powerful theming]: /hugo-modules/theme-components/
2019-10-21 04:22:28 -04:00
[Pretty URLs]: /content-management/urls/
[RSS]: /templates/rss/
[Shortcodes]: /content-management/shortcodes/
[sort content]: /templates/
[supported formats]: /content-management/formats/
2022-04-28 05:52:15 -04:00
[Syntax highlighting]: /content-management/syntax-highlighting/
2019-10-21 04:22:28 -04:00
[table of contents]: /content-management/toc/
[taxonomies]: /content-management/taxonomies/
[URLs]: /content-management/urls/