hugo-mods: discussions WIP Go get it Initialize Hugo's mod system on your site: hugo mod init github.com/<username>/<your-repo> Add module to site's config (e.g. config.yaml): module: imports: - path: github.com/hugo-mods/discussions Configuration Take a look at the exampleSite for now.