aboutsummaryrefslogtreecommitdiffstats
path: root/content/themes/overview.md
diff options
context:
space:
mode:
authoretienne <admin@MacBook-Pro-de-Admin.local>2014-10-21 23:35:24 +0200
committeretienne <admin@MacBook-Pro-de-Admin.local>2014-10-21 23:35:24 +0200
commit667e11c4ec3835d959aab1797647bd0a49869674 (patch)
tree84c6c5f20686574009f1dccc0f27a7192ff165e7 /content/themes/overview.md
Init commit
Diffstat (limited to 'content/themes/overview.md')
-rw-r--r--content/themes/overview.md31
1 files changed, 31 insertions, 0 deletions
diff --git a/content/themes/overview.md b/content/themes/overview.md
new file mode 100644
index 0000000..10ec16c
--- /dev/null
+++ b/content/themes/overview.md
@@ -0,0 +1,31 @@
+---
+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 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.