This is my personal website. It's a work in progress, currently being rebuilt and redesigned with Hugo.
https://themes.gohugo.io/themes/hugo-bare-min-theme/
https://themes.gohugo.io/themes/hugo-theme-nostyleplease/
https://themes.gohugo.io/themes/hugo-theme-terminal/
https://themes.gohugo.io/themes/accessible-minimalism-hugo-theme/
https://themes.gohugo.io/themes/hugo-tufte/
https://solar.lowtechmagazine.com/
https://github.com/kaushalmodi/ox-hugo
https://indieweb.org/Webmention are a standard for enabling cross-site conversations. Users can send mentions to other sites when the link to them, the other site can choose how to display the mention on their page.
- [https://www.jayeless.net/2021/02/integrating-webmentions-into-hugo.html](Guided Steps for setup with Hugo)
- [https://anaulin.org/blog/adding-webmentions/](another example)
- [https://discourse.gohugo.io/t/anyone-for-webmention/10411/5](Hugo Discourse discussion)
- [https://berk.es/2022/10/12/blog-comments-on-a-static-site-via-social-networks/](Alternative using discu.eu)
This seems like the best solution, as Fuse.js is more recently updated.
Uses Rust/WASM to index site after it's built. Newer than Fuse, with less examples.
This has the most examples, but the libary has been stale since 2020.
- [https://www.npmjs.com/package/hugo-lunr](hugo-lunar npm package)
- [https://lunrjs.com/](lunar.js site)
- [https://gist.github.com/sebz/efddfc8fdcb6b480f567](gist using lunar.js with hugo and grunt)