Add Search To A Hugo Site
As with many sites these days, once they get beyond a certain size then search becomes an essential part of them. It can however, be one of the trickier parts of a statically built website because without a back-end to do the search for you, it has to be done client-side in the web browser using JavaScript.
Luckily, solutions to this problem already exist and we show off one these solutions below which uses both FuseJS and MarkJS.