Add content/layouts/search.md

This commit is contained in:
Will Faught
2023-02-12 21:35:16 -08:00
parent 7cd0bde0a4
commit c7e69a1069
2 changed files with 36 additions and 4 deletions

View File

@@ -0,0 +1,28 @@
---
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: