How I optimised my blog's search performance
By now you are already aware that at this point in time, this blog is using Hugo-PaperMod as its theme. This theme, as I have repeatedly mentioned, is pretty minimalistic yet full of necessary features. One such feature is search. As this is a static website, search is implemented on the client-side. When hugo builds the website, it generates a certain index.json that is indexed for this very purpose. PaperMod uses Fuse....