Add exampleSite/content/layouts/cloud
This commit is contained in:
21
exampleSite/content/layouts/cloud/_index.md
Normal file
21
exampleSite/content/layouts/cloud/_index.md
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
---
|
||||||
|
authors: ["will-faught"]
|
||||||
|
categories: ["layouts", "paige"]
|
||||||
|
description: "Demonstration of the Paige cloud layout."
|
||||||
|
layout: "paige/cloud"
|
||||||
|
tags: ["cloud"]
|
||||||
|
title: "Cloud Layout"
|
||||||
|
weight: 20
|
||||||
|
---
|
||||||
|
|
||||||
|
Paige provides a `paige/cloud` layout for taxonomy pages with lots of terms.
|
||||||
|
|
||||||
|
<!--more-->
|
||||||
|
|
||||||
|
This page has the following parameters:
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
layout: "paige/cloud"
|
||||||
|
```
|
||||||
|
|
||||||
|
Result:
|
3
exampleSite/content/layouts/cloud/apple.md
Normal file
3
exampleSite/content/layouts/cloud/apple.md
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
---
|
||||||
|
title: Apple
|
||||||
|
---
|
3
exampleSite/content/layouts/cloud/banana.md
Normal file
3
exampleSite/content/layouts/cloud/banana.md
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
---
|
||||||
|
title: Banana
|
||||||
|
---
|
3
exampleSite/content/layouts/cloud/cantaloupe.md
Normal file
3
exampleSite/content/layouts/cloud/cantaloupe.md
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
---
|
||||||
|
title: Cantaloupe
|
||||||
|
---
|
Reference in New Issue
Block a user