Add content/layouts/search.md
parent
7cd0bde0a4
commit
c7e69a1069
@ -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:
|
Loading…
Reference in New Issue