From 9a0146cc0d22f34bf8f5c696e1f76b70d6554d97 Mon Sep 17 00:00:00 2001 From: Kaushal Modi Date: Wed, 24 Jan 2018 13:27:49 -0500 Subject: [PATCH] Switch front-matter format of Bundles doc to yaml; add front-matter --- content/content-management/bundles/_index.md | 21 +++++++++++++++---- .../bundles/image-processing/index.md | 14 +++++++++---- .../bundles/page-bundles/index.md | 14 +++++++++---- .../bundles/resources/index.md | 14 +++++++++---- .../bundles/section-bundles/index.md | 14 +++++++++---- 5 files changed, 57 insertions(+), 20 deletions(-) diff --git a/content/content-management/bundles/_index.md b/content/content-management/bundles/_index.md index 0a127b19f..29373fe16 100644 --- a/content/content-management/bundles/_index.md +++ b/content/content-management/bundles/_index.md @@ -1,4 +1,17 @@ -+++ -title = "Bundles" -draft = false -+++ +--- +title : "Bundles" +description : "Content organization using Bundles" +date : 2018-01-24T13:09:00-05:00 +lastmod : 2018-01-24T13:27:22-05:00 +categories : ["content management", "bundles"] +draft : false +toc : true +linktitle : "Bundles" +menu : + docs: + identifier : "bundles" + parent : "content-management" + weight : 9 +--- + +Content in "Bundles" branch. diff --git a/content/content-management/bundles/image-processing/index.md b/content/content-management/bundles/image-processing/index.md index 217bd871c..3cf2dcd66 100644 --- a/content/content-management/bundles/image-processing/index.md +++ b/content/content-management/bundles/image-processing/index.md @@ -1,6 +1,12 @@ -+++ -title = "Image Processing" -draft = false -+++ +--- +title : "Image Processing" +description : "Hugo API for processing images that are part of page, section or branch bundles" +date : 2018-01-24T13:10:00-05:00 +lastmod : 2018-01-24T13:27:24-05:00 +categories : ["content management", "bundles"] +draft : false +toc : true +linktitle : "Image Processing" +--- Content in "Image Processing" diff --git a/content/content-management/bundles/page-bundles/index.md b/content/content-management/bundles/page-bundles/index.md index 98e2389a9..8834ffcb9 100644 --- a/content/content-management/bundles/page-bundles/index.md +++ b/content/content-management/bundles/page-bundles/index.md @@ -1,6 +1,12 @@ -+++ -title = "Page Bundles" -draft = false -+++ +--- +title : "Page Bundles" +description : "Organization of individual pages as bundles" +date : 2018-01-24T13:10:00-05:00 +lastmod : 2018-01-24T13:27:23-05:00 +categories : ["content management", "bundles"] +draft : false +toc : true +linktitle : "Page Bundles" +--- Content in "Page Bundles" diff --git a/content/content-management/bundles/resources/index.md b/content/content-management/bundles/resources/index.md index 14a204a6e..defb95d67 100644 --- a/content/content-management/bundles/resources/index.md +++ b/content/content-management/bundles/resources/index.md @@ -1,6 +1,12 @@ -+++ -title = "Resources" -draft = false -+++ +--- +title : "Resources" +description : "Resources allows one to access content and meta-data from page, section and branch bundles, including images." +date : 2018-01-24T13:10:00-05:00 +lastmod : 2018-01-24T13:27:24-05:00 +categories : ["content management", "bundles"] +draft : false +toc : true +linktitle : "Resources" +--- Content in "Resources" diff --git a/content/content-management/bundles/section-bundles/index.md b/content/content-management/bundles/section-bundles/index.md index e45d8c7b5..a3dd66bc4 100644 --- a/content/content-management/bundles/section-bundles/index.md +++ b/content/content-management/bundles/section-bundles/index.md @@ -1,6 +1,12 @@ -+++ -title = "Section Bundles" -draft = false -+++ +--- +title : "Section Bundles" +description : "Organization of sections and branches as bundles" +date : 2018-01-24T13:10:00-05:00 +lastmod : 2018-01-24T13:27:23-05:00 +categories : ["content management", "bundles"] +draft : false +toc : true +linktitle : "Section Bundles" +--- Content in "Section Bundles"