Files
paige-hugo/exampleSite/content/layouts/search.md
2024-07-08 12:20:34 -07:00

480 B

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

Paige provides a paige/search layout for site search.

Example config.yaml:

outputs:
  home: ["atom", "html", "paige-search", "rss"]

Example content/layouts/search.md:

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

Result: