Add exampleSite/content/layouts/cloud
parent
d0c51f017d
commit
3761f480d5
@ -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:
|
@ -0,0 +1,3 @@
|
|||||||
|
---
|
||||||
|
title: Apple
|
||||||
|
---
|
@ -0,0 +1,3 @@
|
|||||||
|
---
|
||||||
|
title: Banana
|
||||||
|
---
|
@ -0,0 +1,3 @@
|
|||||||
|
---
|
||||||
|
title: Cantaloupe
|
||||||
|
---
|
Loading…
Reference in New Issue