Disqus

On this page

This module adds support for the Disqus comments engine.

Modulegithub.com/hbstack/blog/modules/disqus
Repository⭐ Please consider giving a star if your like it.
Stars
Version
Used by
Requirements
License
UsageSee how to use modules.

Site Configuration

ParameterTypeDefaultDescription
disqusShortnamestring-The Disqus site identifier.

hugo.toml

1disqusShortname = 'XXXXX'

hugo.yaml

1disqusShortname: XXXXX

hugo.json

1{
2   "disqusShortname": "XXXXX"
3}