Converting front matter to YAML v0.11
authorspf13 <steve.francia@gmail.com>
Thu, 29 May 2014 22:42:05 +0000 (18:42 -0400)
committerspf13 <steve.francia@gmail.com>
Thu, 29 May 2014 22:45:22 +0000 (18:45 -0400)
66 files changed:
docs/content/community/contributing.md
docs/content/community/mailing-list.md
docs/content/community/press.md
docs/content/content/archetypes.md
docs/content/content/example.md
docs/content/content/front-matter.md
docs/content/content/ordering.md
docs/content/content/organization.md
docs/content/content/sections.md
docs/content/content/types.md
docs/content/extras/aliases.md
docs/content/extras/builders.md
docs/content/extras/comments.md
docs/content/extras/highlighting.md
docs/content/extras/livereload.md
docs/content/extras/menus.md
docs/content/extras/permalinks.md
docs/content/extras/shortcodes.md
docs/content/extras/toc.md
docs/content/extras/urls.md
docs/content/meta/license.md
docs/content/meta/release-notes.md
docs/content/meta/roadmap.md
docs/content/overview/configuration.md
docs/content/overview/installing.md
docs/content/overview/introduction.md
docs/content/overview/quickstart.md
docs/content/overview/source-directory.md
docs/content/overview/usage.md
docs/content/showcase/antzucaro.md
docs/content/showcase/asc.md
docs/content/showcase/chimera-art-space.md
docs/content/showcase/cloudshark.md
docs/content/showcase/heyitsalex.md
docs/content/showcase/hugo.md
docs/content/showcase/ifup.md
docs/content/showcase/kieranhealy.md
docs/content/showcase/spf13.md
docs/content/showcase/techmadeplain.md
docs/content/showcase/yslow-rules.md
docs/content/taxonomies/displaying.md
docs/content/taxonomies/ordering.md
docs/content/taxonomies/overview.md
docs/content/taxonomies/templates.md
docs/content/taxonomies/usage.md
docs/content/templates/404.md
docs/content/templates/content.md
docs/content/templates/functions.md
docs/content/templates/go-templates.md
docs/content/templates/homepage.md
docs/content/templates/list.md
docs/content/templates/overview.md
docs/content/templates/partials.md
docs/content/templates/rss.md
docs/content/templates/sitemap.md
docs/content/templates/terms.md
docs/content/templates/variables.md
docs/content/templates/views.md
docs/content/themes/creation.md
docs/content/themes/customizing.md
docs/content/themes/installing.md
docs/content/themes/overview.md
docs/content/themes/usage.md
docs/content/tutorials/github_pages_blog.md
docs/content/tutorials/mathjax.md
docs/content/tutorials/migrate-from-jekyll.md

index 491a71658728a14ee37c70f9b5b376345b3ba85a..7945e8b034600ac997b3b87d363e1eebe548a887 100644 (file)
@@ -1,13 +1,15 @@
 ---
-title: "Contributing to Hugo"
-date: "2013-07-01"
-aliases: ["/doc/contributing/", "/meta/contributing/"]
-weight: 30
+aliases:
+- /doc/contributing/
+- /meta/contributing/
+date: 2013-07-01
 menu:
   main:
-    parent: 'community'
-prev: "/community/press"
-next: "/tutorials/github_pages_blog"
+    parent: community
+next: /tutorials/github_pages_blog
+prev: /community/press
+title: Contributing to Hugo
+weight: 30
 ---
 
 All contributions to Hugo are welcome. Whether you want to scratch an itch, or simply contribute to the project. Feel free to pick something from the roadmap
index cc9debac7d6f354f4dcb523945b9305b6d541d5c..02cb451f2ccada4d6c414dcccc20b91951e48904 100644 (file)
@@ -1,12 +1,12 @@
 ---
-title: "Mailing List"
-date: "2013-07-01"
-weight: 10
+date: 2013-07-01
 menu:
   main:
-    parent: 'community'
-prev: "/extras/urls"
-next: "/community/press"
+    parent: community
+next: /community/press
+prev: /extras/urls
+title: Mailing List
+weight: 10
 ---
 
 Hugo has two mailing lists:
index 207ebd0ab7f43fb7514d6874955c8e70cc472549..00ee0c09d72939c13f1b5df5ebda5e02ad990a49 100644 (file)
@@ -1,14 +1,15 @@
-+++
-title = "Press, Blogs and Media Coverage"
-date = 2014-03-24T20:00:00Z 
-linktitle = "Press"
-weight = 20
-notoc = true
-prev = "/community/mailing-list"
-next = "/community/contributing"
-[menu.main]
-    parent = "community"
-+++
+---
+date: 2014-03-24T20:00:00Z
+linktitle: Press
+menu:
+  main:
+    parent: community
+next: /community/contributing
+notoc: true
+prev: /community/mailing-list
+title: Press, Blogs and Media Coverage
+weight: 20
+---
 
 Hugo has been featured in the following Blog Posts, Press and Media.
 
index 59287db9b854364bab95adf122ec23211f07c9b3..9004542efb04f21513dba4e3a8567e1e152b1858 100644 (file)
@@ -1,14 +1,13 @@
-+++
-title = "Archetypes"
-date = 2014-05-14T02:13:50Z
-weight = 50
-prev = "/content/types"
-next = "/content/ordering"
-
-[menu]
-  [menu.main]
-    parent = "content"
-+++
+---
+date: 2014-05-14T02:13:50Z
+menu:
+  main:
+    parent: content
+next: /content/ordering
+prev: /content/types
+title: Archetypes
+weight: 50
+---
 
 Hugo v0.11 introduced the concept of a content builder. Using the
 command: `hugo new [relative new content path]` you can start a content file
index fb9421af7730e835ef5cc5f1a491c44d65c65d54..d4934871c3ec94eb42e098f60f9961fe4e120c01 100644 (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:
index 0319279672230f57543a46c1f48f44a517825c05..329519d793abe9138b400bb1ce17d0fce7d3e008 100644 (file)
@@ -1,15 +1,15 @@
-+++
-title = "Front Matter"
-date = "2013-07-01"
-aliases = ["/doc/front-matter/"]
-weight = 20
-prev = "/content/organization"
-next = "/content/sections"
-
-[menu.main]
-    parent = "content"
-
-+++
+---
+aliases:
+- /doc/front-matter/
+date: 2013-07-01
+menu:
+  main:
+    parent: content
+next: /content/sections
+prev: /content/organization
+title: Front Matter
+weight: 20
+---
 
 The front matter is one of the features that gives Hugo its strength. It enables
 you to include the meta data of the content right with it. Hugo supports a few
index 81fcf0e77e426908a7538c690e5cb10a7350c2d8..dd70a74175930704ae56c4a5dde94fdeaed06342 100644 (file)
@@ -1,13 +1,13 @@
 ---
-title: "Ordering Content"
-date: "2014-03-06"
-linktitle: "Ordering"
+date: 2014-03-06
+linktitle: Ordering
 menu:
   main:
-    parent: "content"
+    parent: content
+next: /content/example
+prev: /content/archetypes
+title: Ordering Content
 weight: 60
-prev: '/content/archetypes'
-next: '/content/example'
 ---
 
 Hugo provides you with all the flexibility you need to organize how your content is ordered.
index 8f1544867196caec12443e6473cc4c2c8dd762a4..7c93adaaf544ebef4a2fe01ebe20f0c8ea3ef65e 100644 (file)
@@ -1,14 +1,15 @@
 ---
-title: "Content Organization"
-date: "2013-07-01"
-aliases: ["/doc/organization/"]
-linktitle: "Organization"
-weight: 10
+aliases:
+- /doc/organization/
+date: 2013-07-01
+linktitle: Organization
 menu:
   main:
-    parent: 'content'
-prev: '/overview/source-directory'
-next: '/content/front-matter'
+    parent: content
+next: /content/front-matter
+prev: /overview/source-directory
+title: Content Organization
+weight: 10
 ---
 
 Hugo uses markdown files with headers commonly called the front matter. Hugo
index 94bb02894e81be6720bb4b99ad28956d323c58a6..261faa89b948b2a54503ab9d30c64fa7de6f86f1 100644 (file)
@@ -1,13 +1,13 @@
 ---
-title: "Sections"
-date: "2013-07-01"
+date: 2013-07-01
 menu:
-    main:
-        parent: 'content'
-weight: 30
+  main:
+    parent: content
+next: /content/types
 notoc: true
-prev: '/content/front-matter'
-next: '/content/types'
+prev: /content/front-matter
+title: Sections
+weight: 30
 ---
 
 Hugo thinks that you organize your content with a purpose. The same structure
index 563e6f7cbfda6cbd0f80e52e6e758a606e1fe550..2e8a3c8ce98adb2e56c7892770869bd2f303e25f 100644 (file)
@@ -1,13 +1,13 @@
 ---
-title: "Content Types"
-date: "2013-07-01"
-linktitle: "Types"
+date: 2013-07-01
+linktitle: Types
 menu:
-    main:
-        parent: 'content'
+  main:
+    parent: content
+next: /content/archetypes
+prev: /content/sections
+title: Content Types
 weight: 40
-prev: '/content/sections'
-next: '/content/archetypes'
 ---
 
 Hugo has full support for different types of content. A content type can have a
index 122e9981ca2049d9fdf512fb26d2405bae140174..0bf0e6c290121e9425ec40768eaf8770c1bc3dc6 100644 (file)
@@ -1,16 +1,16 @@
 ---
-title: "Aliases"
-date: "2013-07-09"
 aliases:
-    - /doc/redirects/
-    - /doc/alias/
-    - /doc/aliases/
-weight: 10
+- /doc/redirects/
+- /doc/alias/
+- /doc/aliases/
+date: 2013-07-09
 menu:
   main:
-    parent: 'extras'
-prev: "/taxonomies/ordering"
-next: "/extras/builders"
+    parent: extras
+next: /extras/builders
+prev: /taxonomies/ordering
+title: Aliases
+weight: 10
 ---
 
 For people migrating existing published content to Hugo theres a good chance
index 4fdae9418d333a49217cc6f2c3e5432b201924c5..981671f8efdd4f710455db66c4e79017e1eac6d5 100644 (file)
@@ -1,13 +1,13 @@
 ---
-title: "Hugo Builders"
-linktitle: "Builders"
-date: "2014-05-26"
-weight: 12
+date: 2014-05-26
+linktitle: Builders
 menu:
   main:
-    parent: 'extras'
-prev: "/extras/aliases"
-next: "/extras/comments"
+    parent: extras
+next: /extras/comments
+prev: /extras/aliases
+title: Hugo Builders
+weight: 12
 ---
 
 Hugo provides the functionality to quickly get a site, theme or page
index 3ff95134be6e524c982720e9627cab1bff51b5dc..a0f881c514001958a1366323703fd212c92597c9 100644 (file)
@@ -1,13 +1,13 @@
 ---
-title: "Comments in Hugo"
-linktitle: "Comments"
-date: "2014-05-26"
-weight: 14
+date: 2014-05-26
+linktitle: Comments
 menu:
   main:
-    parent: 'extras'
-prev: "/extras/builders"
-next: "/extras/livereload"
+    parent: extras
+next: /extras/livereload
+prev: /extras/builders
+title: Comments in Hugo
+weight: 14
 ---
 
 As Hugo is a static site generator, the content produced is static and
index de9812d00b305dc8165425546cb582dd22f3f7e0..c568fd01f0bb3d35991e73d66cf5c6546c11869a 100644 (file)
@@ -1,12 +1,12 @@
 ---
-title: "Syntax Highlighting"
-date: "2013-07-01"
-weight: 50
+date: 2013-07-01
 menu:
   main:
-    parent: 'extras'
-prev: "/extras/shortcodes"
-next: "/extras/toc"
+    parent: extras
+next: /extras/toc
+prev: /extras/shortcodes
+title: Syntax Highlighting
+weight: 50
 ---
 
 Hugo provides the ability for you to highlight source code in two different
index ee2a586b72b17a013b766530e44de69af175bb04..aded2d09313d05ef2912132fb16f8722b47cc95f 100644 (file)
@@ -1,12 +1,12 @@
 ---
-title: "Live Reload"
-date: "2014-05-26"
-weight: 15
+date: 2014-05-26
 menu:
   main:
-    parent: 'extras'
-prev: "/extras/comments"
-next: "/extras/menus"
+    parent: extras
+next: /extras/menus
+prev: /extras/comments
+title: Live Reload
+weight: 15
 ---
 
 Hugo may not be the first static site generator to utilize live reload
index d557451d416bb291df8a4079693ed8d7548e9ed7..24b24b775fe68180d61dbef244b3c5c400753299 100644 (file)
@@ -1,13 +1,13 @@
-+++
-title = "Menus"
-weight = 20
-prev = "/extras/livereload"
-next = "/extras/permalinks"
-date = 2014-05-14T02:36:37Z
-[menu]
-  [menu.main]
-    parent = "extras"
-+++
+---
+date: 2014-05-14T02:36:37Z
+menu:
+  main:
+    parent: extras
+next: /extras/permalinks
+prev: /extras/livereload
+title: Menus
+weight: 20
+---
 
 Hugo has a simple yet powerful menu system that permits content to be
 placed in menus with a good degree of control without a lot of work. 
index 6282e61c67c1dc67026a127b09afd7246da02049..54b4c6104a9566303e0e7fca6f6915237a6efbf0 100644 (file)
@@ -1,15 +1,15 @@
 ---
-title: "Permalinks"
-date: "2013-11-18"
 aliases:
-  - "/doc/permalinks/"
-weight: 30
-notoc: true
+- /doc/permalinks/
+date: 2013-11-18
 menu:
   main:
-    parent: 'extras'
-prev: "/extras/menus"
-next: "/extras/shortcodes"
+    parent: extras
+next: /extras/shortcodes
+notoc: true
+prev: /extras/menus
+title: Permalinks
+weight: 30
 ---
 
 By default, content is laid out into the target `publishdir` (public)
index a9b2a31ca69004d639d00c3229dbb31126445208..0589b5801ff5cac9a4a19a1fe2fc7b9f905f85cd 100644 (file)
@@ -1,13 +1,14 @@
 ---
-title: "Shortcodes"
-date: "2013-07-01"
-aliases: ["/doc/shortcodes/"]
-weight: 40
+aliases:
+- /doc/shortcodes/
+date: 2013-07-01
 menu:
   main:
-    parent: 'extras'
-prev: "/extras/permalinks"
-next: "/extras/highlighting"
+    parent: extras
+next: /extras/highlighting
+prev: /extras/permalinks
+title: Shortcodes
+weight: 40
 ---
 
 Because Hugo uses markdown for its simple content format, however there's a lot
index f91511c2ad769e759d1bf8cd776efd56d064cb37..d50e37f2e1073382dd6eee26150855365dcce8bb 100644 (file)
@@ -1,12 +1,12 @@
 ---
-title: "Table of Contents"
-date: "2013-07-09"
-weight: 60
+date: 2013-07-09
 menu:
   main:
-    parent: 'extras'
-prev: "/extras/highlighting"
-next: "/extras/urls"
+    parent: extras
+next: /extras/urls
+prev: /extras/highlighting
+title: Table of Contents
+weight: 60
 ---
 
 Hugo will automatically parse the markdown for your content and create
index 123bc87d76c835f2de453de00d32fcf57750237d..1d4ab3403b36088ac151d962d67f4729d5782580 100644 (file)
@@ -1,15 +1,15 @@
 ---
-title: "URLs"
-date: "2014-01-03"
 aliases:
-  - "/doc/urls/"
-weight: 70
-notoc: true
+- /doc/urls/
+date: 2014-01-03
 menu:
   main:
-    parent: 'extras'
-prev: "/extras/toc"
-next: "/community/mailing-list"
+    parent: extras
+next: /community/mailing-list
+notoc: true
+prev: /extras/toc
+title: URLs
+weight: 70
 ---
 
 ## Pretty Urls
index 41372c13c2db8f1254f42b04841e755d7baac05a..5e71de60af6b3d8cc9c1355a1a869d21e9192864 100644 (file)
@@ -1,11 +1,14 @@
 ---
-title: "License"
-date: "2013-07-01"
-aliases: ["/doc/license/", "/license/", "/meta/license/"]
-weight: 50
+aliases:
+- /doc/license/
+- /license/
+- /meta/license/
+date: 2013-07-01
 menu:
   main:
-    parent: 'about'
+    parent: about
+title: License
+weight: 50
 ---
 
 Hugo is released under the Simple Public License.
index 5d29dea4b4c5c5fea5198bd04cd3004f03286583..d41b83e2db4a62b30c566f7cd105e25ba0a9d408 100644 (file)
@@ -1,11 +1,13 @@
 ---
-title: "Release Notes"
-date: "2013-07-01"
-aliases: ["/doc/release-notes/", "/meta/release-notes/"]
-weight: 10
+aliases:
+- /doc/release-notes/
+- /meta/release-notes/
+date: 2013-07-01
 menu:
   main:
-    parent: 'about'
+    parent: about
+title: Release Notes
+weight: 10
 ---
 
 ## **0.11.0** May 28, 2014
index d60290f11e5388ac7958702b99ca6ca1c648b1c8..5b9fe11db60403cfc710aff6657ceb12a6153ca0 100644 (file)
@@ -1,12 +1,14 @@
 ---
-title: "Hugo Roadmap"
-date: "2013-07-01"
-aliases: ["/doc/roadmap/","/meta/roadmap/"]
-weight: 20
-notoc: true
+aliases:
+- /doc/roadmap/
+- /meta/roadmap/
+date: 2013-07-01
 menu:
   main:
-    parent: 'about'
+    parent: about
+notoc: true
+title: Hugo Roadmap
+weight: 20
 ---
 
 In no particular order, here is what we are working on:
index 799e3746eebce89a565322d0bb062ba47bf857e8..4942a02b783f406a9655ac22b0c1bb5175dba149 100644 (file)
@@ -1,15 +1,16 @@
 ---
-title: "Configuring Hugo"
-date: "2013-07-01"
-aliases: ["/doc/configuration/"]
-linktitle: "Configuration"
-weight: 40
-notoc: true
+aliases:
+- /doc/configuration/
+date: 2013-07-01
+linktitle: Configuration
 menu:
   main:
-    parent: 'getting started'
-prev: '/overview/usage'
-next: '/overview/source-directory'
+    parent: getting started
+next: /overview/source-directory
+notoc: true
+prev: /overview/usage
+title: Configuring Hugo
+weight: 40
 ---
 
 The directory structure and templates provide the majority of the
index 69d55425fd3bff2c6b5475c20c56b17638b561a9..ea5df30ba685e09f25c5ec3a5a1907dd6f2c369d 100644 (file)
@@ -1,15 +1,14 @@
 ---
-title: "Installing Hugo"
-date: "2013-07-01"
-aliases: ["/doc/installing/"]
-weight: 20
+aliases:
+- /doc/installing/
+date: 2013-07-01
 menu:
   main:
-    parent: 'getting started'
-
-prev: '/overview/quickstart'
-next: '/overview/usage'
-
+    parent: getting started
+next: /overview/usage
+prev: /overview/quickstart
+title: Installing Hugo
+weight: 20
 ---
 
 Hugo is written in Go with support for Windows, Linux, FreeBSD and OSX.
index eaea859f0e0d7c5d92c332ccea96080878535341..bd5ecdd4082e9db9e1666bf5b3beef2c9cf1d877 100644 (file)
@@ -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?
index 68d5fb4419073a5fcdf324579339a2d9a0581f6a..7f09f3c7ebf98bf470b4ff83d07816637ed6d2bd 100644 (file)
@@ -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
index 2731afd151548bd8d5e64e24d0f74278229f3a9b..4acbc6b3cfda31ea2b349074d51fd5c531275e94 100644 (file)
@@ -1,14 +1,15 @@
 ---
-title: "Source Organization"
-date: "2013-07-01"
-aliases: ["/doc/source-directory/"]
-weight: 50
-notoc: true
+aliases:
+- /doc/source-directory/
+date: 2013-07-01
 menu:
   main:
-    parent: 'getting started'
-prev: '/overview/configuration'
-next: '/content/organization'
+    parent: getting started
+next: /content/organization
+notoc: true
+prev: /overview/configuration
+title: Source Organization
+weight: 50
 ---
 
 Hugo takes a single directory and uses it as the input for creating a complete
index 38df28f05e92593e71e42efc481e7ec502b9de3c..d9f6e746b8fbb5ff59660d461418e2c55ab24e23 100644 (file)
@@ -1,14 +1,15 @@
 ---
-title: "Using Hugo"
-date: "2013-07-01"
-aliases: ["/doc/usage/"]
-weight: 30
-notoc: true
+aliases:
+- /doc/usage/
+date: 2013-07-01
 menu:
   main:
-    parent: 'getting started'
-prev: '/overview/installing'
-next: '/overview/configuration'
+    parent: getting started
+next: /overview/configuration
+notoc: true
+prev: /overview/installing
+title: Using Hugo
+weight: 30
 ---
 
 Make sure either hugo is in your path or provide a path to it.
index 85cb5043ff3e2bc178aadf80a8a3e430b66572ee..eb5d7ed32c297c83505b5841e064c5c56d29a861 100644 (file)
@@ -1,11 +1,15 @@
-+++
-title = "Ant Zucaro"
-date = 2014-02-03T20:00:00Z 
-description = "Ant Zucaro's Blog"
-license = "GPL"
-licenseLink = ""
-sourceLink = "http://github.com/antzucaro/az.com"
-sitelink = "http://antzucaro.com"
-thumbnail = "/static/img/antzucaro-tn.jpg"
-tags = ["personal", "blog", "foundation"]
-+++
+---
+date: 2014-02-03T20:00:00Z
+description: Ant Zucaro's Blog
+license: GPL
+licenseLink: ""
+sitelink: http://antzucaro.com
+sourceLink: http://github.com/antzucaro/az.com
+tags:
+- personal
+- blog
+- foundation
+thumbnail: /static/img/antzucaro-tn.jpg
+title: Ant Zucaro
+---
+
index be73d2e654d333003f7975a541009a8f48cd59fe..7be2470e99a44d275cf78dd7f00704908940bdc8 100644 (file)
@@ -1,11 +1,14 @@
-+++
-title = "Andrew S Codispoti"
-date = 2014-01-22T07:32:00Z
-description = ""
-license = "CC-BY-SA"
-licenseLink = ""
-sourceLink = "https://gitlab.com/acodispo/andrewcodispoti-com"
-sitelink = "http://andrewcodispoti.com"
-thumbnail = "/static/img/asc-tn.jpg"
-tags = [ "personal", "bootstrap" ]
-+++
+---
+date: 2014-01-22T07:32:00Z
+description: ""
+license: CC-BY-SA
+licenseLink: ""
+sitelink: http://andrewcodispoti.com
+sourceLink: https://gitlab.com/acodispo/andrewcodispoti-com
+tags:
+- personal
+- bootstrap
+thumbnail: /static/img/asc-tn.jpg
+title: Andrew S Codispoti
+---
+
index 06e12abe73bb6f4d567213a377969ed4f8f293a9..d0145b996c9b48fc80d8ad2fc014ffe52b001435 100644 (file)
@@ -1,11 +1,14 @@
-+++
-title = "Chimera Art Space"
-date = 2013-10-02T07:32:00Z 
-description = ""
-license = "CC-SA"
-licenseLink = ""
-sourceLink = "https://github.com/chimera/chimeraarts.org"
-sitelink = "http://chimeraarts.org"
-thumbnail = "/static/img/chimera-tn.jpg"
-tags = ["company", "bootstrap" ]
-+++
+---
+date: 2013-10-02T07:32:00Z
+description: ""
+license: CC-SA
+licenseLink: ""
+sitelink: http://chimeraarts.org
+sourceLink: https://github.com/chimera/chimeraarts.org
+tags:
+- company
+- bootstrap
+thumbnail: /static/img/chimera-tn.jpg
+title: Chimera Art Space
+---
+
index a8cf645246d55ad099c351989d3ebde32694ca97..0a9e015f3a2863a6d5e6771ebfe9536349ea1533 100644 (file)
@@ -1,11 +1,14 @@
-+++
-title = "CloudShark"
-date = 2014-03-27T09:45:00Z 
-description = "CloudShark Appliance homepage and documentation"
-license = ""
-licenseLink = ""
-sitelink = "https://appliance.cloudshark.org"
-thumbnail = "/static/img/cloudshark-tn.jpg"
-tags = ["company", "documentation", "foundation"]
-+++
+---
+date: 2014-03-27T09:45:00Z
+description: CloudShark Appliance homepage and documentation
+license: ""
+licenseLink: ""
+sitelink: https://appliance.cloudshark.org
+tags:
+- company
+- documentation
+- foundation
+thumbnail: /static/img/cloudshark-tn.jpg
+title: CloudShark
+---
 
index b72d6d8090bcf81041faadf74ac0740bad03dabe..c617d307e63965689cdb18977659a72d1b5fa354 100644 (file)
@@ -1,11 +1,14 @@
-+++
-title = "Hey, it's Alex"
-date = 2014-03-09T06:00:00Z 
-description = ""
-license = "MIT"
-licenseLink = ""
-sourceLink = "https://github.com/alexandre-normand/alexandre-normand"
-sitelink = "http://heyitsalex.net"
-thumbnail = "/static/img/heyitsalex-tn.jpg"
-tags = [ "personal", "blog" ]
-+++
+---
+date: 2014-03-09T06:00:00Z
+description: ""
+license: MIT
+licenseLink: ""
+sitelink: http://heyitsalex.net
+sourceLink: https://github.com/alexandre-normand/alexandre-normand
+tags:
+- personal
+- blog
+thumbnail: /static/img/heyitsalex-tn.jpg
+title: Hey, it's Alex
+---
+
index bf006d9a9eb31cd3979be6b25e58f7e87deac84e..3a6fb4271116c08a7fc898bff65e1af16cf07ee1 100644 (file)
@@ -1,12 +1,14 @@
-+++
-title = "Hugo"
-date = 2013-07-01T07:32:00Z 
-description = "This site"
-license = "Simpl"
-licenseLink = ""
-sourceLink = "http://github.com/spf13/hugo/docs"
-sitelink = "http://hugo.spf13.com"
-thumbnail = "/static/img/hugo-tn.jpg"
-tags = ["documentation", "bootstrap"]
-+++
+---
+date: 2013-07-01T07:32:00Z
+description: This site
+license: Simpl
+licenseLink: ""
+sitelink: http://hugo.spf13.com
+sourceLink: http://github.com/spf13/hugo/docs
+tags:
+- documentation
+- bootstrap
+thumbnail: /static/img/hugo-tn.jpg
+title: Hugo
+---
 
index 7c88054e82d327de8ae837caf5443ca5f624346b..a477fa9150818347b6ad8f3eb700807f30811468 100644 (file)
@@ -1,11 +1,14 @@
-+++
-title = "ifup"
-date = 2013-11-02T07:32:00Z 
-description = ""
-license = "MIT"
-licenseLink = ""
-sourceLink = "http://www.ifup.org"
-sitelink = "http://ifup.org"
-thumbnail = "/static/img/ifup-tn.jpg"
-tags = [ "personal", "blog" ]
-+++
+---
+date: 2013-11-02T07:32:00Z
+description: ""
+license: MIT
+licenseLink: ""
+sitelink: http://ifup.org
+sourceLink: http://www.ifup.org
+tags:
+- personal
+- blog
+thumbnail: /static/img/ifup-tn.jpg
+title: ifup
+---
+
index 25a9d1103cce096bbea7817b5ef5fb5a10bc710d..25c02500d7ff05f596d622394dba120633a15f97 100644 (file)
@@ -1,11 +1,15 @@
-+++
-title = "Kieran Healy"
-date = 2014-02-27T20:35:00Z 
-description = "Kieran Healy's Website"
-license = ""
-licenseLink = ""
-sourceLink = "http://github.com/kjhealy/kieranhealy.hugo"
-sitelink = "http://kieranhealy.org"
-thumbnail = "/static/img/kjhealy-tn.jpg"
-tags = ["personal", "blog", "academic"]
-+++
+---
+date: 2014-02-27T20:35:00Z
+description: Kieran Healy's Website
+license: ""
+licenseLink: ""
+sitelink: http://kieranhealy.org
+sourceLink: http://github.com/kjhealy/kieranhealy.hugo
+tags:
+- personal
+- blog
+- academic
+thumbnail: /static/img/kjhealy-tn.jpg
+title: Kieran Healy
+---
+
index 6a54b2b53ccf17052845b9f805b5d367ebfbf409..b7121ed1e4d5a939c1d31673652885c6881d5299 100644 (file)
@@ -1,11 +1,14 @@
-+++
-title = "spf13.com"
-date = 2013-07-01T07:32:00Z 
-description = "The first Hugo powered website."
-license = "MIT"
-licenseLink = ""
-sourceLink = "http://github.com/spf13/spf13.com"
-sitelink = "http://spf13.com"
-thumbnail = "/static/img/spf13-tn.jpg"
-tags = ["personal", "blog"]
-+++
+---
+date: 2013-07-01T07:32:00Z
+description: The first Hugo powered website.
+license: MIT
+licenseLink: ""
+sitelink: http://spf13.com
+sourceLink: http://github.com/spf13/spf13.com
+tags:
+- personal
+- blog
+thumbnail: /static/img/spf13-tn.jpg
+title: spf13.com
+---
+
index 2a22d0b7069d824070ed73ae5f54e8355e972a8a..84f5e071455ee4b44637a5d7d3874ac524ca91a5 100644 (file)
@@ -1,11 +1,13 @@
-+++
-title = "Tech Made Plain"
-date = 2014-05-22T19:54:00Z 
-description = "Tech Coaching site"
-license = ""
-licenseLink = ""
-sitelink = "http://techmadeplain.com"
-thumbnail = "/static/img/techmadeplain-tn.jpg"
-tags = ["personal", "blog"]
-+++
+---
+date: 2014-05-22T19:54:00Z
+description: Tech Coaching site
+license: ""
+licenseLink: ""
+sitelink: http://techmadeplain.com
+tags:
+- personal
+- blog
+thumbnail: /static/img/techmadeplain-tn.jpg
+title: Tech Made Plain
+---
 
index d77694e464f12e692424c8f5a2bfb79ec5a0e5d5..ac2bf14a22040ccf2e13007edaa21df0e66a5b20 100644 (file)
@@ -1,12 +1,15 @@
-+++
-title = "YSlow Rules"
-date = 2014-04-07T10:45:00Z 
-description = "Community project of YSlow rules translations"
-sourceLink = "https://github.com/checkmyws/yslow-rules"
-license = "MIT License"
-licenseLink = "https://raw.github.com/checkmyws/yslow-rules/master/LICENSE"
-sitelink = "http://checkmyws.github.io/yslow-rules/"
-thumbnail = "/static/img/yslow-rules.jpg"
-tags = ["community", "documentation", "translation"]
-+++
+---
+date: 2014-04-07T10:45:00Z
+description: Community project of YSlow rules translations
+license: MIT License
+licenseLink: https://raw.github.com/checkmyws/yslow-rules/master/LICENSE
+sitelink: http://checkmyws.github.io/yslow-rules/
+sourceLink: https://github.com/checkmyws/yslow-rules
+tags:
+- community
+- documentation
+- translation
+thumbnail: /static/img/yslow-rules.jpg
+title: YSlow Rules
+---
 
index 118fc8f23b45e64c2739c909f80f77b23e56b5d9..3abe6bed2b3ed51df8a60bf1bdbe6dabdf701dcc 100644 (file)
@@ -1,14 +1,15 @@
 ---
-title:  "Displaying Taxonomies"
-date: "2013-07-01"
-linktitle: "Displaying"
-aliases: ["/indexes/displaying/"]
-weight: 20
+aliases:
+- /indexes/displaying/
+date: 2013-07-01
+linktitle: Displaying
 menu:
   main:
-    parent: 'taxonomy'
-prev: "/taxonomies/usage"
-next: "/taxonomies/templates"
+    parent: taxonomy
+next: /taxonomies/templates
+prev: /taxonomies/usage
+title: Displaying Taxonomies
+weight: 20
 ---
 
 There are four common ways you can display the data in your
index 632bd1dc866c666ab28fc1d702af0f83a72fc3ee..b5e178d9832954648d21da7c7dbd8313d086abae 100644 (file)
@@ -1,15 +1,16 @@
 ---
-title: "Ordering Taxonomies"
-date: "2013-07-01"
-linktitle: "Ordering"
-aliases: ["/indexes/ordering/"]
-weight: 60
+aliases:
+- /indexes/ordering/
+date: 2013-07-01
+linktitle: Ordering
 menu:
   main:
-    identifier: "Ordering Taxonomies"
-    parent: 'taxonomy'
-prev: "/taxonomies/templates"
-next: "/extras/aliases"
+    identifier: Ordering Taxonomies
+    parent: taxonomy
+next: /extras/aliases
+prev: /taxonomies/templates
+title: Ordering Taxonomies
+weight: 60
 ---
 
 Hugo provides the ability to both:
index b9244ef59d236c20b0d96b84d8079ae15b4ac0c6..472159d2865902cabf8920af0a2e2b477c7a8b07 100644 (file)
@@ -1,15 +1,18 @@
 ---
-title: "Taxonomy Overview"
-linktitle: "Overview"
-date: "2013-07-01"
-aliases: ["/indexes/overview/","/doc/indexes/", "/extras/indexes"]
-weight: 10
+aliases:
+- /indexes/overview/
+- /doc/indexes/
+- /extras/indexes
+date: 2013-07-01
+linktitle: Overview
 menu:
   main:
-    parent: 'taxonomy'
-    identifier: 'taxonomy overview'
-prev: "/templates/404"
-next: "/taxonomies/usage"
+    identifier: taxonomy overview
+    parent: taxonomy
+next: /taxonomies/usage
+prev: /templates/404
+title: Taxonomy Overview
+weight: 10
 ---
 
 Hugo includes support for user defined groupings of content called
index 969d27a1a8c48206eef2454aa4d28a3db2add7fb..43e27a6aae8bef5c7007fb15154be3dfc8a5f02a 100644 (file)
@@ -1,14 +1,15 @@
 ---
-title: "Taxonomy Templates"
-date: "2013-07-01"
-linktitle: "Templates"
-aliases: ["/indexes/templates/"]
-weight: 30
+aliases:
+- /indexes/templates/
+date: 2013-07-01
+linktitle: Templates
 menu:
   main:
-    parent: 'taxonomy'
-prev: "/templates/displaying"
-next: "/taxonomies/ordering"
+    parent: taxonomy
+next: /taxonomies/ordering
+prev: /templates/displaying
+title: Taxonomy Templates
+weight: 30
 ---
 
 There are two different templates that the use of taxonomies will require you to provide.
index 49ac2b06fa75151cc84639f4a0c0cecccb4f05b9..1b16e5580823f4aa70eabfac39be14a70ba7c9e4 100644 (file)
@@ -1,13 +1,13 @@
 ---
-title: "Using Taxonomies"
-linktitle: "Usage"
-date: "2014-05-26"
-weight: 15
+date: 2014-05-26
+linktitle: Usage
 menu:
   main:
-    parent: 'taxonomy'
-prev: "/taxonomies/overview"
-next: "/taxonomies/displaying"
+    parent: taxonomy
+next: /taxonomies/displaying
+prev: /taxonomies/overview
+title: Using Taxonomies
+weight: 15
 ---
 
 ## Defining taxonomies for a site
index fd3ff04a527ce03f24399d5c6eaff43c768d42b3..6c8d8b4195f15987fbdc7d59b56498a0b68a76bb 100644 (file)
@@ -1,15 +1,16 @@
 ---
-title: "404.html Templates"
+aliases:
+- /layout/404/
+date: 2013-08-21
 linktitle: "404"
-date: "2013-08-21"
-notoc: true
-weight: 100
 menu:
   main:
-    parent: 'layout'
-aliases: ["/layout/404/"]
-prev: "/templates/sitemap"
-next: "/taxonomies/overview"
+    parent: layout
+next: /taxonomies/overview
+notoc: true
+prev: /templates/sitemap
+title: 404.html Templates
+weight: 100
 ---
 
 When using Hugo with [github pages](http://pages.github.com/) you can provide
index e4ac4c43ef25d7d1563734cf77a2f131295ec4d1..3764103f5ba3843c28357e8f0ffed92ae83538e4 100644 (file)
@@ -1,14 +1,15 @@
 ---
-title: "Single Content Template"
-linktitle: "Single"
-date: "2013-07-01"
-weight: 30
+aliases:
+- /layout/functions/
+date: 2013-07-01
+linktitle: Single
 menu:
   main:
-    parent: 'layout'
-aliases: ["/layout/functions/"]
-prev: "/templates/variables"
-next: "/templates/list"
+    parent: layout
+next: /templates/list
+prev: /templates/variables
+title: Single Content Template
+weight: 30
 ---
 
 The primary view of content in hugo is the single view. Hugo for every
index 307a0cffd9d80c41e9495635324eab23b6d8f050..a9297294d3b6899fe1b92da720635c232a10523d 100644 (file)
@@ -1,14 +1,15 @@
 ---
-title: "Hugo Template Functions"
-date: "2013-07-01"
-linktitle: "Functions"
-aliases: ["/layout/functions/"]
-weight: 20
+aliases:
+- /layout/functions/
+date: 2013-07-01
+linktitle: Functions
 menu:
   main:
-    parent: 'layout'
-prev: "/templates/go-templates"
-next: "/templates/variables"
+    parent: layout
+next: /templates/variables
+prev: /templates/go-templates
+title: Hugo Template Functions
+weight: 20
 ---
 
 Hugo uses the excellent go html/template library for its template engine.
index 32031a2ccb26235f5e7d82936f33aac07382d492..03783e16e5e1d42d6fb3d511c501beb98aa10a40 100644 (file)
@@ -1,13 +1,14 @@
 ---
-title: "Go Template Primer"
-date: "2013-07-01"
-aliases: ["/layout/go-templates/"]
-weight: 15
+aliases:
+- /layout/go-templates/
+date: 2013-07-01
 menu:
   main:
-    parent: 'layout'
-prev: "/templates/overview"
-next: "/templates/functions"
+    parent: layout
+next: /templates/functions
+prev: /templates/overview
+title: Go Template Primer
+weight: 15
 ---
 
 Hugo uses the excellent [go][] [html/template][gohtmltemplate] library for
index 8f5e1ab443297f6b0d2a091d427b07b36ac8ada7..874a9c6b788ed1ef8b4a630d508d51079a95fc41 100644 (file)
@@ -1,14 +1,15 @@
 ---
-title: "Homepage"
-date: "2013-07-01"
-weight: 50
-notoc: true
+aliases:
+- /layout/homepage/
+date: 2013-07-01
 menu:
   main:
-    parent: 'layout'
-aliases: ["/layout/homepage/"]
-prev: "/templates/list"
-next: "/templates/terms"
+    parent: layout
+next: /templates/terms
+notoc: true
+prev: /templates/list
+title: Homepage
+weight: 50
 ---
 
 The home page of a website is often formatted differently than the other
index 05ac3c100b4b10c5d56d9e3f3109d66b5225c2dc..c86245afebc7dda0175e8ed25b74a412a2a9525c 100644 (file)
@@ -1,14 +1,15 @@
 ---
-title: "Content List Template"
-linktitle: "List"
-date: "2013-07-01"
-weight: 40
+aliases:
+- /layout/indexes/
+date: 2013-07-01
+linktitle: List
 menu:
   main:
-    parent: 'layout'
-aliases: ["/layout/indexes/"]
-prev: "/templates/content"
-next: "/templates/homepage"
+    parent: layout
+next: /templates/homepage
+prev: /templates/content
+title: Content List Template
+weight: 40
 ---
 
 A list template is any template that will be used to render multiple pieces of
index 711dfed45c77fc1ac132668d1c44e554f0b38fa7..d04db7a9d8dc9202c069354198cf21aef45ac5c5 100644 (file)
@@ -1,14 +1,16 @@
 ---
-title: "Hugo Templates"
-date: "2013-07-01"
-aliases: ["/doc/templates/", "/layout/templates/"]
-linktitle: "Overview"
-weight: 10
+aliases:
+- /doc/templates/
+- /layout/templates/
+date: 2013-07-01
+linktitle: Overview
 menu:
   main:
-    parent: 'layout'
-prev: "/themes/creation"
-next: "/templates/go-templates"
+    parent: layout
+next: /templates/go-templates
+prev: /themes/creation
+title: Hugo Templates
+weight: 10
 ---
 
 Hugo uses the excellent go html/template library for its template engine.
index d213592ffa472b0901598494ce509d9d7ad86863..e4766ffe51b8e3260ab7d1f75bd52b334e34cc9a 100644 (file)
@@ -1,13 +1,14 @@
 ---
-title: "Partial Templates"
-date: "2013-07-01"
-weight: 80
+aliases:
+- /layout/chrome/
+date: 2013-07-01
 menu:
   main:
-    parent: 'layout'
-aliases: ["/layout/chrome/"]
-prev: "/templates/views"
-next: "/templates/rss"
+    parent: layout
+next: /templates/rss
+prev: /templates/views
+title: Partial Templates
+weight: 80
 ---
 
 It's not a requirement to have this, but in practice it's very
index 7799c0e4938aa90060ed0e719b3cb9cf2823e782..8d39520b16ac3fe283722063754d89c8f655a5b1 100644 (file)
@@ -1,15 +1,16 @@
 ---
-title: "RSS (feed) Templates"
-linktitle: "RSS"
-date: "2013-07-01"
-weight: 90
-notoc: "one"
+aliases:
+- /layout/rss/
+date: 2013-07-01
+linktitle: RSS
 menu:
   main:
-    parent: 'layout'
-aliases: ["/layout/rss/"]
-prev: "/templates/partials"
-next: "/templates/sitemap"
+    parent: layout
+next: /templates/sitemap
+notoc: one
+prev: /templates/partials
+title: RSS (feed) Templates
+weight: 90
 ---
 
 Like all other templates, you can use a single RSS template to generate
index 6d3645022756643e22c1115d946cd5605780f126..a225df19d62b43219ff553a60efa55bd8727da31 100644 (file)
@@ -1,15 +1,16 @@
 ---
-title: "Sitemap Template"
-linktitle: "Sitemap"
-date: "2014-05-07"
-weight: 95
-notoc: true
+aliases:
+- /layout/sitemap/
+date: 2014-05-07
+linktitle: Sitemap
 menu:
   main:
-    parent: 'layout'
-aliases: ["/layout/sitemap/"]
-prev: "/templates/rss"
-next: "/templates/404"
+    parent: layout
+next: /templates/404
+notoc: true
+prev: /templates/rss
+title: Sitemap Template
+weight: 95
 ---
 
 A single Sitemap template is used to generate the `sitemap.xml` file.
index c3c1937875db770e3766afdff416f4fa597e0b9c..a927c7189c82f740f0bf26d0c21137db0e3fc6ad 100644 (file)
@@ -1,14 +1,17 @@
 ---
-title: "Taxonomy Terms Template"
-linktitle: "Taxonomy Terms"
-date: "2014-05-21"
-weight: 60
-aliases: ["/indexes/lists/","/doc/indexes/", "/extras/indexes"]
+aliases:
+- /indexes/lists/
+- /doc/indexes/
+- /extras/indexes
+date: 2014-05-21
+linktitle: Taxonomy Terms
 menu:
   main:
-    parent: 'layout'
-prev: "/templates/homepage"
-next: "/templates/views"
+    parent: layout
+next: /templates/views
+prev: /templates/homepage
+title: Taxonomy Terms Template
+weight: 60
 ---
 
 A unique template is needed to create a list of the terms for a given
index b64c7989dc4ec819a3c8883f143bec085a4a0e24..3cecf2169a453a4f76187fe3b9a4294fb390996c 100644 (file)
@@ -1,14 +1,16 @@
 ---
-title: "Template Variables"
-linktitle: "Variables"
-date: "2013-07-01"
-aliases: ["/doc/variables/","/layout/variables/"]
-weight: 20
+aliases:
+- /doc/variables/
+- /layout/variables/
+date: 2013-07-01
+linktitle: Variables
 menu:
   main:
-    parent: 'layout'
-prev: "/templates/functions"
-next: "/templates/content"
+    parent: layout
+next: /templates/content
+prev: /templates/functions
+title: Template Variables
+weight: 20
 ---
 
 Hugo makes a set of values available to the templates. Go templates are context based. The following
index 34af2e807a090539839173209f353dbc37b08d39..ab86711d7ef8a0d0e3a4d546b6cde8ba25e1aed8 100644 (file)
@@ -1,13 +1,14 @@
 ---
-title: "Content Views"
-date: "2013-07-01"
-weight: 70
+aliases:
+- /templates/views/
+date: 2013-07-01
 menu:
   main:
-    parent: 'layout'
-aliases: ["/templates/views/"]
-prev: "/templates/terms"
-next: "/templates/partials"
+    parent: layout
+next: /templates/partials
+prev: /templates/terms
+title: Content Views
+weight: 70
 ---
 
 In addition to the [single content template](/templates/content/), Hugo can render alternative views of
index de679db6ef9667da94035c499580a75118a02a8a..515fed987e91dbdb03d7be077fd2ed3fff5775ec 100644 (file)
@@ -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.
index e21496d9bfe6246f0d84398c060eda50362fb931..d63f3541b59fe671b4a573ae4a2d591786000bf1 100644 (file)
@@ -1,14 +1,13 @@
-+++
-title = "Customizing a Theme"
-weight = 40
-date = 2014-05-12T10:09:34Z
-prev = "/themes/usage"
-next = "/themes/creation"
-
-[menu]
-  [menu.main]
-    parent = "themes"
-+++
+---
+date: 2014-05-12T10:09:34Z
+menu:
+  main:
+    parent: themes
+next: /themes/creation
+prev: /themes/usage
+title: Customizing a Theme
+weight: 40
+---
 
 Hugo themes permit you to supplement or override any template or file
 from within your working directory.
index c4a0f9e432764ff70c539a5418840e3a5241bbf2..4ad81a48211810b688aa1a88ce5d9adad996ef4c 100644 (file)
@@ -1,14 +1,13 @@
-+++
-title = "Installing Themes"
-weight = 20
-date = 2014-05-12T10:09:49Z
-prev = "/themes/overview"
-next = "/themes/usage"
-
-[menu]
-  [menu.main]
-    parent = "themes"
-+++
+---
+date: 2014-05-12T10:09:49Z
+menu:
+  main:
+    parent: themes
+next: /themes/usage
+prev: /themes/overview
+title: Installing Themes
+weight: 20
+---
 
 Hugo themes are located in a centralized github repository. [Hugo Themes
 Repo](http://github.com/spf13/hugoThemes) itself is really a meta
index 086bcaeb18b0b6095a89ddb9da4e34e8c7bdfd20..393213e0fba0d1cc3db8480fef4cec1f6544af90 100644 (file)
@@ -1,14 +1,13 @@
-+++
-title = "Themes Overview"
-weight = 10
-date = 2014-05-12T10:03:52Z
-prev = "/content/example"
-next = "/themes/installing"
-
-[menu]
-  [menu.main]
-    parent = "themes"
-+++
+---
+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.
index 9cdc4637dc644480ab47977ef500e75b9226dede..71cf43a92037e0969b14adb886fd54d12a37281b 100644 (file)
@@ -1,14 +1,13 @@
-+++
-title = "Using a Theme"
-weight = 30
-date = 2014-05-12T10:09:27Z
-prev = "/themes/installing"
-next = "/themes/customizing"
-
-[menu]
-  [menu.main]
-    parent = "themes"
-+++
+---
+date: 2014-05-12T10:09:27Z
+menu:
+  main:
+    parent: themes
+next: /themes/customizing
+prev: /themes/installing
+title: Using a Theme
+weight: 30
+---
 
 Please make certain you have installed the themes you want to use in the
 /themes directory.
index 4df0524fac31590c4bfd5a5bf8263677ffd37640..f01d3c2147f6634db2ef092e29f13f0d488f5099 100644 (file)
@@ -1,14 +1,14 @@
 ---
-title: "Hosting on GitHub Pages"
-linktitle: "Hosting on GitHub"
-date: "2014-03-21"
-weight: 10
-author: "Spencer Lyon"
+author: Spencer Lyon
+date: 2014-03-21
+linktitle: Hosting on GitHub
 menu:
   main:
-    parent: 'tutorials'
-prev: "/community/contributing"
-next: "/tutorials/mathjax"
+    parent: tutorials
+next: /tutorials/mathjax
+prev: /community/contributing
+title: Hosting on GitHub Pages
+weight: 10
 ---
 
 ## Intro
index 249505ee34f62434e35229bf4b3b3abdfe431ea2..038feea4a064e7baae6359a2b299885ed17daa20 100644 (file)
@@ -1,13 +1,13 @@
 ---
-title: "MathJax Support"
-date: "2014-03-20"
-weight: 10
-author: "Spencer Lyon"
+author: Spencer Lyon
+date: 2014-03-20
 menu:
   main:
-    parent: 'tutorials'
-prev: "/tutorials/github_pages_blog"
-next: "/tutorials/migrate-from-jekyll"
+    parent: tutorials
+next: /tutorials/migrate-from-jekyll
+prev: /tutorials/github_pages_blog
+title: MathJax Support
+weight: 10
 ---
 
 ## What is MathJax?
index b17427739e52a9e93fbe80add4e5aada5569a9e2..9d682217ef2f8161360124a056a5a96f11238447 100644 (file)
@@ -1,12 +1,12 @@
 ---
-title: "Migrate to Hugo from Jekyll"
-linktitle: "Migrating from Jekyll"
-date: "2014-03-10"
-weight: 10
+date: 2014-03-10
+linktitle: Migrating from Jekyll
 menu:
   main:
-    parent: 'tutorials'
-prev: "/tutorials/mathjax"
+    parent: tutorials
+prev: /tutorials/mathjax
+title: Migrate to Hugo from Jekyll
+weight: 10
 ---
 
 ## Move static content to `static`