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,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: