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 we one of the trickier parts of a statically built websites because without a back-end to do the search for you then it has to be done client-side in the web browser.
Luckily solutions to this problem already exist and we show off one these solutions below which uses both FuseJS and MarkJS.