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

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/themes/creation.md')
-rw-r--r--docs/content/themes/creation.md21
1 files changed, 10 insertions, 11 deletions
diff --git a/docs/content/themes/creation.md b/docs/content/themes/creation.md
index de679db6e..515fed987 100644
--- a/docs/content/themes/creation.md
+++ b/docs/content/themes/creation.md
@@ -1,14 +1,13 @@
-+++
-title = "Creating a Theme"
-weight = 50
-date = 2014-05-12T10:09:17Z
-prev = "/themes/customizing"
-next = "/templates/overview"
-
-[menu]
- [menu.main]
- parent = "themes"
-+++
+---
+date: 2014-05-12T10:09:17Z
+menu:
+ main:
+ parent: themes
+next: /templates/overview
+prev: /themes/customizing
+title: Creating a Theme
+weight: 50
+---
Hugo has the ability to create a new theme in your themes directory for you
using the `hugo new` command.