Skip to content

Instantly share code, notes, and snippets.

@J8088
J8088 / hugofastsearch.md
Created June 14, 2020 16:13 — forked from cmod/hugofastsearch.md
Fast, instant client side search for Hugo static site generator

Super fast, keyboard-optimized, client side Hugo search

This is a fork of and builds upon the work of Eddie Webb's search and Matthew Daly's search explorations.

It's built for the Hugo static site generator, but could be adopted to function with any json index compatible with Fuse fuzzy search library.

To see it in action, go to craigmod.com and press CMD-/ and start typing.

Fast Search

@J8088
J8088 / readme.md
Created June 14, 2020 16:10 — forked from eddiewebb/readme.md
Hugo JS Searching with Fuse.js