hugo/docs/content/themes/overview.md
Anthony Fok ba44e860a3 [Docs] Copyediting
* Add meta author, description and generator tags
 * Add Hugo version beside the logo and in the footer
 * Suggest the user to run `go get -u -v` to update dependencies
 * Requires Go 1.3+ rather than Go 1.1+
 * Improve rendering/formatting in some places
 * Add trailing slash to URLs where appropriate
 * GitHub redirects all http requests to https, update accordingly
2015-01-28 18:02:40 -07:00

31 lines
1 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
date: 2014-05-12T10:03:52Z
menu:
main:
parent: themes
next: /themes/installing
prev: /content/example
title: Themes Overview
weight: 10
---
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](/templates/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 doesnt 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.