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:
authorspf13 <steve.francia@gmail.com>2014-05-30 02:42:05 +0400
committerspf13 <steve.francia@gmail.com>2014-05-30 02:45:22 +0400
commit05875153bcc56e9ee25532e9afd5a575a3e95938 (patch)
tree427e29840d74a74122d5d5d2b12554d4eb654592 /docs/content/overview/introduction.md
parent2b90779f0fe5dc9a852a840ec8f00d9ecdfc2413 (diff)
Converting front matter to YAMLv0.11
Diffstat (limited to 'docs/content/overview/introduction.md')
-rw-r--r--docs/content/overview/introduction.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/content/overview/introduction.md b/docs/content/overview/introduction.md
index eaea859f0..bd5ecdd40 100644
--- a/docs/content/overview/introduction.md
+++ b/docs/content/overview/introduction.md
@@ -1,12 +1,12 @@
---
-title: "Introduction to Hugo"
-date: "2013-07-01"
-linktitle: "Introduction"
-weight: 5
+date: 2013-07-01
+linktitle: Introduction
menu:
main:
- parent: 'getting started'
-next: '/overview/quickstart'
+ parent: getting started
+next: /overview/quickstart
+title: Introduction to Hugo
+weight: 5
---
## What is Hugo?