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
feat: add global keyboard shortcut for search functionality
- Introduced `/zoeken` shortcut (`Ctrl/Cmd + K`) using `search-shortcut.js` for improved navigation.
- Enhanced `/zoeken` integration with metadata support in JSON-LD for `SearchAction`.
- Refined query handling in `pagefind-search.js` to update search parameters dynamically.
- Removed redundant "Zoeken" link in the header for a cleaner UI.
- Updated build and deployment scripts to align with changes.
"dev": "pagefind --site public && hugo server --buildFuture --disableFastRender --buildDrafts --cleanDestinationDir"
7
+
"pagefind": "pagefind --site public",
8
+
"dev": "hugo --cleanDestinationDir --buildFuture --buildDrafts && pagefind --site public && hugo server --buildFuture --disableFastRender --buildDrafts"
0 commit comments