Add search

This commit is contained in:
Will Faught
2022-12-12 19:29:19 -08:00
parent 038f020aee
commit 11561c1853
6 changed files with 134 additions and 0 deletions

View File

@@ -48,6 +48,7 @@ Term page:
- Minimal design
- Responsive
- Safari and Firefox Reader View support
- Search
- Sections
- Single column
- Social links
@@ -91,6 +92,9 @@ Single pages use the `link` page parameter, if any, as the reference for
an anchor around the page title, if any. If the page or site parameter
`math` is set to true, math typesetting is enabled with KaTeX.
The `paige_search` layout provides full site search. It requires setting
`outputs.home` to `["html", "json", "rss"]` in `config.yaml`.
If `partials/paige_head_last.html` exists in the site, it is included at
the end of the head tag. If `partials/paige_body_last.html` exists in
the site, it is included at the end of the body tag.