mirror of
https://github.com/tiennm99/hugoDocs.git
synced 2026-09-15 18:20:54 +00:00
24 lines
986 B
Markdown
24 lines
986 B
Markdown
---
|
|
title: Themes
|
|
linktitle: Overview
|
|
description: Install, use, and create Hugo themes.
|
|
date: 2017-02-01
|
|
publishdate: 2017-02-01
|
|
lastmod: 2017-02-01
|
|
weight: 01
|
|
categories: [themes]
|
|
tags: [themes,introduction,overview]
|
|
draft: false
|
|
aliases: [/themes/overview/]
|
|
toc: 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][hugothemes].
|
|
|
|
Hugo themes are powered by the excellent Go template library. If you are new to Go templates, see our [primer on Go templates][goprimer] and are structured in such a way to eliminate code duplication. They are easy to simultaneously customize while retaining upgradability with the upstream theme.
|
|
|
|
[goprimer]: /templates/go-templates/
|
|
[hugothemes]: http://themes.gohugo.io/
|