Notes on the Hugo PaperMod theme

Summary This website uses the Hugo PaperMod theme. You can find few debugging and research notes below. Search Debugging When setting up the website, we had a few bugs with PaperMod’s search functionality. There is a small wiki section on search. If you use languages in your config.yaml (or hugo.yaml), make sure you name the search file content/search.en.md. Related post Search calibration and algorithm Current parameters for search: fuseOpts: isCaseSensitive: false includeScore: false shouldSort: true location: 0 distance: 1000 threshold: 0....

January 23, 2024 · 2 min · DefJM