You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Integrate Algolia's Netlify crawler frontend. A magnifying-glass icon in
the header (desktop) and a Search item in the mobile menu open a modal
dialog hosting the Algolia autocomplete widget, giving a roomy, site-wide
search experience.
- Add params.algolia (appId, search-only apiKey, siteId, branch) to hugo.yaml
- New partials: search.html (widget init) and search-modal.html (Alpine modal)
- Load widget CSS and mount the modal + init in baseof.html; add [x-cloak] rule
- Replace the per-section client-side filters on the articles, podcast, and
author list views (they only matched the current page) with the global modal
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
{{ with .Site.Params.algolia }}<linkrel="stylesheet" href="https://cdn.jsdelivr.net/npm/@algolia/algoliasearch-netlify-frontend@1/dist/algoliasearchNetlify.css" />{{ end }}
0 commit comments