mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-14 20:37:55 -05:00
7d7771b673
d3eb97a33 Document .IsSection page variable a068bcf5c Ace and Amber support was removed with #6609 5cd9ca4b2 Mention MacPorts also on the Installing page (#1215) 0ae8f5c19 Add instructions for using Macports d50aba8f0 Revise ref and relref function pages a17e25d6f Update quick-start.md: move notice about drafts up cf87a5da2 Update macOS tarball installation instructions (#1203) 2e701f8f3 Corrected the url for index function link 736bd59e0 Clarify treatment of zero weights (#1207) 42a19f479 Fix example of output from urlize function 34f8de26d Revise content-management/cross-references 252435a95 Rewrite Translation of Strings f0882bc14 Remove note that has been outdated by v0.71.0 dfe28ceb5 Improve mounts module config 58029627d Fix erroneous example code piping to if git-subtree-dir: docs git-subtree-split: d3eb97a3328f5390801bbce017233ce895fc2d28
2.9 KiB
2.9 KiB
title | linktitle | description | date | publishdate | lastmod | menu | weight | sections_weight | draft | toc | ||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Hugo Features | Hugo Features | Hugo boasts blistering speed, robust content management, and a powerful templating language making it a great fit for all kinds of static websites. | 2017-02-01 | 2017-02-01 | 2017-02-01 |
|
20 | 20 | false | true |
General
- Extremely fast build times (< 1 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
- 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" functionality
- "WordCount" functionality
Additional Features
- Integrated Disqus comment support
- Integrated Google Analytics support
- Automatic RSS creation
- Support for Go HTML templates
- Syntax highlighting powered by Chroma