Files
paige-hugo/exampleSite/content/layouts/search.md
2024-06-27 16:26:10 -07:00

496 B

+++ authors = ["author-demo"] categories = ["layouts", "paige"] description = "Demonstration of the Paige search layout." layout = "paige/search" tags = ["search"] title = "Search Layout" weight = 20 [paige.feed] hide_page = true +++

Paige provides a paige/search layout for site search.

Example config.yaml:

outputs:
  home: ["html", "json", "rss"]

Example content/layouts/search.md:

---
layout: "paige/search"
title: "Search Layout"
---

Result: