Welcome to mirror list, hosted at ThFree Co, Russian Federation.

overview.md « themes « content « docs - github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 086bcaeb18b0b6095a89ddb9da4e34e8c7bdfd20 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
+++
title = "Themes Overview"
weight = 10
date = 2014-05-12T10:03:52Z
prev = "/content/example"
next = "/themes/installing"

[menu]
  [menu.main]
    parent = "themes"
+++

Hugo provides a robust theming system which is simple, yet capable of producing
even the most complicated websites.

The Hugo community has created a set of themes ready for using in your own
site.

Hugo themes have been designed to be the perfect balance between
simplicity and functionality. Hugo themes are powered by the excellent
go template library. If you are new to go templates, see our [primer on
go templates](/layouts/go-templates).

Hugo themes support all modern features you come to expect. They are
structured in such a way to eliminate code duplication. Themes are also
designed to be very easy to customize while retaining the ability to
maintain upgradeability as the upstream theme changes.

Hugo currently doesn’t ship with a “default” theme, allowing the user to
pick whichever theme best suits their project.

We hope you will find Hugo themes perfect for your site.