github.com/rabbouni145/gg@v0.47.1/docs/content/en/about/features.md (about) 1 --- 2 title: Hugo Features 3 linktitle: Hugo Features 4 description: Hugo boasts blistering speed, robust content management, and a powerful templating language making it a great fit for all kinds of static websites. 5 date: 2017-02-01 6 publishdate: 2017-02-01 7 lastmod: 2017-02-01 8 menu: 9 docs: 10 parent: "about" 11 weight: 20 12 weight: 20 13 sections_weight: 20 14 draft: false 15 toc: true 16 --- 17 18 ## General 19 20 * [Extremely fast][] build times (< 1 ms per page) 21 * Completely cross platform, with [easy installation][install] on macOS, Linux, Windows, and more 22 * Renders changes on the fly with [LiveReload][] as you develop 23 * [Powerful theming][] 24 * [Host your site anywhere][hostanywhere] 25 26 ## Organization 27 28 * Straightforward [organization for your projects][], including website sections 29 * Customizable [URLs][] 30 * Support for configurable [taxonomies][], including categories and tags 31 * [Sort content][] as you desire through powerful template [functions][] 32 * Automatic [table of contents][] generation 33 * [Dynamic menu][] creation 34 * [Pretty URLs][] support 35 * [Permalink][] pattern support 36 * Redirects via [aliases][] 37 38 ## Content 39 40 * Native Markdown and Emacs Org-Mode support, as well as other languages via *external helpers* (see [supported formats][]) 41 * TOML, YAML, and JSON metadata support in [front matter][] 42 * Customizable [homepage][] 43 * Multiple [content types][] 44 * Automatic and user defined [content summaries][] 45 * [Shortcodes][] to enable rich content inside of Markdown 46 * ["Minutes to Read"][pagevars] functionality 47 * ["Wordcount"][pagevars] functionality 48 49 ## Additional Features 50 51 * Integrated [Disqus][] comment support 52 * Integrated [Google Analytics][] support 53 * Automatic [RSS][] creation 54 * Support for [Go][], [Amber], and [Ace][] HTML templates 55 * [Syntax highlighting][] powered by [Chroma][] (partly compatible with Pygments) 56 57 58 [Ace]: /templates/alternatives/ 59 [aliases]: /content-management/urls/#aliases 60 [Amber]: https://github.com/eknkc/amber 61 [Chroma]: https://github.com/alecthomas/chroma 62 [content summaries]: /content-management/summaries/ 63 [content types]: /content-management/types/ 64 [Disqus]: https://disqus.com/ 65 [Dynamic menu]: /templates/menus/ 66 [Extremely fast]: https://github.com/bep/hugo-benchmark 67 [front matter]: /content-management/front-matter/ 68 [functions]: /functions/ 69 [Go]: http://golang.org/pkg/html/template/ 70 [Google Analytics]: https://google-analytics.com/ 71 [homepage]: /templates/homepage/ 72 [hostanywhere]: /hosting-and-deployment/ 73 [install]: /getting-started/installing/ 74 [LiveReload]: /getting-started/usage/ 75 [organization for your projects]: /getting-started/directory-structure/ 76 [pagevars]: /variables/page/ 77 [Permalink]: /content-management/urls/#permalinks 78 [Powerful theming]: /themes/ 79 [Pretty URLs]: /content-management/urls/ 80 [RSS]: /templates/rss/ 81 [Shortcodes]: /content-management/shortcodes/ 82 [sort content]: /templates/ 83 [supported formats]: /content-management/formats/ 84 [Syntax highlighting]: /tools/syntax-highlighting/ 85 [table of contents]: /content-management/toc/ 86 [taxonomies]: /content-management/taxonomies/ 87 [URLs]: /content-management/urls/