Rename exampleSite to example

This commit is contained in:
Will Faught
2025-03-05 14:57:35 -08:00
parent d91748c3b9
commit 5fa83107bc
84 changed files with 5 additions and 5 deletions

View File

@@ -0,0 +1,4 @@
+++
description = "Demonstrations of layouts."
title = "Layouts"
+++

View File

@@ -0,0 +1,20 @@
+++
authors = ["author-demo"]
categories = ["layouts", "paige"]
description = "Demonstration of the cloud layout."
layout = "paige/cloud"
tags = ["cloud"]
title = "Cloud"
+++
The `paige/cloud` layout displays list page links as a link cloud.
<!--more-->
This page has the following parameters:
```yaml
layout: "paige/cloud"
```
Result:

View File

@@ -0,0 +1,3 @@
+++
title = "Apple"
+++

View File

@@ -0,0 +1,3 @@
+++
title = "Banana"
+++

View File

@@ -0,0 +1,3 @@
+++
title = "Cantaloupe"
+++

View File

@@ -0,0 +1,30 @@
+++
authors = ["author-demo"]
categories = ["layouts", "paige"]
description = "Demonstration of the search layout."
layout = "paige/search"
tags = ["search"]
title = "Search"
+++
The `paige/search` layout provides site search.
<!--more-->
Example `config.yaml`:
```yaml
outputs:
home: ["atom", "html", "paige-search", "rss"]
```
Example `content/layouts/search.md`:
```yaml
---
layout: "paige/search"
title: "Search"
---
```
Result: