WIP
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
Take a look at the exampleSite
for now.