mirror of
https://github.com/gohugoio/hugo.git
synced 2024-05-11 05:54:58 +00:00
Converting front matter to YAML
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
---
|
||||
title: "Hugo Quickstart Guide"
|
||||
date: "2013-07-01"
|
||||
linktitle: "Quickstart"
|
||||
weight: 10
|
||||
date: 2013-07-01
|
||||
linktitle: Quickstart
|
||||
menu:
|
||||
main:
|
||||
parent: 'getting started'
|
||||
prev: '/overview/introduction'
|
||||
next: '/overview/installing'
|
||||
parent: getting started
|
||||
next: /overview/installing
|
||||
prev: /overview/introduction
|
||||
title: Hugo Quickstart Guide
|
||||
weight: 10
|
||||
---
|
||||
|
||||
_This quickstart depends on features introduced in hugo v0.11. If you
|
||||
|
Reference in New Issue
Block a user