Converting front matter to YAML

This commit is contained in:
spf13 2014-05-29 18:42:05 -04:00
parent 2b90779f0f
commit 05875153bc
66 changed files with 625 additions and 560 deletions

View file

@ -1,15 +1,16 @@
---
title: "Example Content File"
date: "2013-07-01"
aliases: ["/doc/example/"]
linktitle: "Example"
aliases:
- /doc/example/
date: 2013-07-01
linktitle: Example
menu:
main:
parent: 'content'
weight: 70
main:
parent: content
next: /themes/overview
notoc: true
prev: '/content/ordering'
next: '/themes/overview'
prev: /content/ordering
title: Example Content File
weight: 70
---
Somethings are better shown than explained. The following is a very basic example of a content file: