Search and stuff

This commit is contained in:
2026-03-11 18:58:42 -05:00
parent 4665a00bc7
commit a5316f1a69
43 changed files with 422 additions and 106 deletions

11
content/search/index.njk Normal file
View File

@@ -0,0 +1,11 @@
---
layout: layouts/base.njk
search: true
title: Nathan Upchurch | Search
structuredData: none
---
<h1>Search this site</h1>
<div id="search" class="search"></div>
<script src="/pagefind/pagefind-ui.js" onload="new PagefindUI({ element: '#search', showImages: false });"></script>