Jeff Hube

Tag: JavaScript

Implementing Search on a Static Site

I wanted to add search to this site, but since it is a static site hosted on GitHub Pages, the functionality must be implemented on the client. This is where Lunr comes in.

Read more...