mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-14 20:37:55 -05:00
3a44bf182f
d88477eb3 Fix some more redirect alias loops 209735670 Update features.md d4ec6ef87 Remove redirect loop from functions/default ce14da435 Fix the AlternativeOutputFormats/OutputFormats examples f64a22469 Update cond.md 357a70a32 Remove redirect loop from templates/404 4ad7b01ba Remove some aliases that were causing infinite redirect loops fd378e66a Fix alias redirect loop ec3629f6f Revert "Set code background to white" ffc56b880 Revert "Make inline code gray" 2a964e261 Make inline code gray 44069e09c Set code background to white d39c790d0 Linked my own blog2md migration script 3e55267be Release 0.46 7b6cfdd8b releaser: Prepare repository for 0.47-DEV d4cb54806 releaser: Add release notes to /docs for release of 0.46 6518ac7e7 releaser: Bump versions for release of 0.46 e54334d5c Merge commit '766085c2dc6fc95ac30fda2a9ebde2355fc12554' git-subtree-dir: docs git-subtree-split: d88477eb3a1959e2764d6025f5aa7a57a4a611e7
3 KiB
3 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, Amber, and Ace HTML templates
- Syntax highlighting powered by Chroma (partly compatible with Pygments)