Added a Search feature to my #indiekit / #Eleventy powered blog/site https://rmendes.net/search/ itself powered by pagefind…
SearchSearch Search across all posts, articles, notes, and pages. window.addEventListener("DOMContentLoaded", () => { const ui = new PagefindUI({ element: "#search", showSubResults: true, showImages: false,...