Become a backer or sponsor to support our work.
This module adds support for the Disqus comments engine.
Module | github.com/hbstack/blog/modules/disqus |
---|---|
Repository | ⭐ Please consider giving a star if your like it. |
Stars | |
Version | |
Used by | |
Requirements | |
License | |
Usage | See how to use modules. |
Parameter | Type | Default | Description |
---|---|---|---|
disqusShortname | string | - | The Disqus site identifier. |
hugo.toml
1disqusShortname = 'XXXXX'
hugo.yaml
1disqusShortname: XXXXX
hugo.json
1{
2 "disqusShortname": "XXXXX"
3}