Files
paige-hugo/exampleSite/content/layouts/search.md
2023-02-12 21:35:48 -08:00

29 lines
382 B
Markdown

---
authors: [michael_bluth]
categories: [paige]
date: "2023-02-12"
description: Demonstration of the Paige search layout.
layout: paige/search
tags: [layouts, search]
title: Search Layout
---
Example `config.yaml`:
```yaml
outputs:
home: ["html", "json", "rss"]
```
Example `content/layouts/search.md`:
```yaml
---
layout: paige/search
title: Search Layout
---
```
Result: