You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
451 B
Markdown
32 lines
451 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
|
|
---
|
|
|
|
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:
|