Files
paige-hugo/exampleSite/content/layouts/search.md
2023-03-05 21:28:55 -08:00

32 lines
459 B
Markdown

---
authors: ["will-faught"]
categories: ["layouts", "paige"]
description: "Demonstration of the Paige search layout."
layout: "paige/search"
tags: ["search"]
title: "Search Layout"
weight: 20
---
Paige provides a `paige/search` layout for site search.
<!--more-->
Example `config.yaml`:
```yaml
outputs:
home: ["html", "json", "rss"]
```
Example `content/layouts/search.md`:
```yaml
---
layout: "paige/search"
title: "Search Layout"
---
```
Result: