mirror of
https://github.com/tiennm99/hugoDocs.git
synced 2026-09-11 20:18:35 +00:00
986 B
986 B
title, linktitle, description, date, publishdate, lastmod, weight, categories, tags, draft, aliases, toc
| title | linktitle | description | date | publishdate | lastmod | weight | categories | tags | draft | aliases | toc | |||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Themes | Overview | Install, use, and create Hugo themes. | 2017-02-01 | 2017-02-01 | 2017-02-01 | 01 |
|
|
false |
|
false |
Hugo provides a robust theming system that is easy to implement but capable of producing even the most complicated websites. They are the perfect balance between simplicity and functionality.
The Hugo community has created a large number of diverse themes, all of which are featured in a separate Hugo themes website.
Hugo themes are powered by the excellent Go template library. If you are new to Go templates, see our primer on Go templates and are structured in such a way to eliminate code duplication. They are easy to simultaneously customize while retaining upgradability with the upstream theme.