mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-13 13:16:50 -04:00
Switch front-matter format of Bundles doc to yaml; add front-matter
This commit is contained in:
parent
1295fc0837
commit
9a0146cc0d
@ -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.
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user