huge upgrade to theme and pagefind search bar.

This commit is contained in:
2026-04-17 13:28:48 -06:00
parent a6a38f7ea7
commit 235d40da0b
442 changed files with 18933 additions and 2893 deletions

View File

@@ -0,0 +1,22 @@
<!-- /* {{ if default true .Site.Params.BookSearch }} */ -->
<!-- /* <div class="book-search hidden"> */ -->
<!-- /* <input id="book-search-input" type="text" */ -->
<!-- /* placeholder="{{ partial "docs/text/i18n" "SearchY" }}" */ -->
<!-- /* aria-label="{{ partial "docs/text/i18n" "SearchZ" }}" */ -->
<!-- /* maxlength="64" data-hotkeys="s/" /> */ -->
<!-- /* <div class="book-search-spinner hidden"></div> */ -->
<!-- /* <ul id="book-search-results"></ul> */ -->
<!-- /* </div> */ -->
<!-- /* <script>document.querySelector(".book-search").classList.remove("hidden")</script> */ -->
<!-- /* {{ end }} */ -->
<!-- {{ if default true .Site.Params.BookSearch }} -->
<!-- <link href="/pagefind/pagefind-ui.css" rel="stylesheet"> -->
<!-- <script src="/pagefind/pagefind-ui.js"></script> -->
<!-- <div id="search"></div> -->
<!-- <script> -->
<!-- window.addEventListener('DOMContentLoaded', (event) => { -->
<!-- new PagefindUI({ element: "#search", showSubResults: true }); -->
<!-- }); -->
<!-- </script> -->
<!-- {{ end }} -->