Files
paige-hugo/example/content/layouts/search.md
2025-03-05 16:07:24 -08:00

442 B

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

The paige/search layout provides site search.

Example config.yaml:

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

Example content/layouts/search.md:

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

Result: