Searching baty.net
š”This applies to the Eleventy version of the blog.
Iāve added aĀ search page. It usesĀ Pagefind. It turns out Iād already begun work on this with the original site. The clue was a commented-out line in my Makefile:
index:
npx -y pagefind --site ${SITE_DIR}
All I