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/discussionsTake a look at the exampleSite for now.
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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/discussionsTake a look at the exampleSite for now.