github.com/shohhei1126/hugo@v0.42.2-0.20180623210752-3d5928889ad7/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 aliases: [/about/features] 16 toc: true 17 --- 18 19 ## General 20 21 * [Extremely fast][] build times (< 1 ms per page) 22 * Completely cross platform, with [easy installation][install] on macOS, Linux, Windows, and more 23 * Renders changes on the fly with [LiveReload][] as you develop 24 * [Powerful theming][] 25 * [Host your site anywhere][hostanywhere] 26 27 ## Organization 28 29 * Straightforward [organization for your projects][], including website sections 30 * Customizable [URLs][] 31 * Support for configurable [taxonomies][], including categories and tags 32 * [Sort content][] as you desire through powerful template [functions][] 33 * Automatic [table of contents][] generation 34 * [Dynamic menu][] creation 35 * [Pretty URLs][] support 36 * [Permalink][] pattern support 37 * Redirects via [aliases][] 38 39 ## Content 40 41 * Native Markdown and Emacs Org-Mode support, as well as other languages via *external helpers* (see [supported formats][]) 42 * TOML, YAML, and JSON metadata support in [front matter][] 43 * Customizable [homepage][] 44 * Multiple [content types][] 45 * Automatic and user defined [content summaries][] 46 * [Shortcodes][] to enable rich content inside of Markdown 47 * ["Minutes to Read"][pagevars] functionality 48 * ["Wordcount"][pagevars] functionality 49 50 ## Additional Features 51 52 * Integrated [Disqus][] comment support 53 * Integrated [Google Analytics][] support 54 * Automatic [RSS][] creation 55 * Support for [Go][], [Amber], and [Ace][] HTML templates 56 * [Syntax highlighting][] powered by [Pygments][] 57 58 59 [Ace]: /templates/alternatives/ 60 [aliases]: /content-management/urls/#aliases 61 [Amber]: https://github.com/eknkc/amber 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 [Pygments]: http://pygments.org/ 81 [RSS]: /templates/rss/ 82 [Shortcodes]: /content-management/shortcodes/ 83 [sort content]: /templates/ 84 [supported formats]: /content-management/formats/ 85 [Syntax highlighting]: /tools/syntax-highlighting/ 86 [table of contents]: /content-management/toc/ 87 [taxonomies]: /content-management/taxonomies/ 88 [URLs]: /content-management/urls/