Blog Twikoo Module

On this page

This module add support for the Twikoo, a simple, safe and free comments system.

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

Site Parameters

NameTypeRequiredDefaultDescription
env_idstringY-The Tencent Cloud environment ID or self-hosted endpoint.
js_urlstringYhttps://cdn.staticfile.org/twikoo/1.6.16/twikoo.all.min.jsThe script URL.
regionstring--The Tencent Cloud region, such as ap-shanghai, ap-guangzhou.

params.toml

1[hb]
2  [hb.blog]
3    [hb.blog.twikoo]
4      env_id = 'https://twikoo.hugomods.com/'
5      js_url = 'https://cdn.staticfile.org/twikoo/1.6.16/twikoo.all.min.js'

params.yaml

1hb:
2  blog:
3    twikoo:
4      env_id: https://twikoo.hugomods.com/
5      js_url: https://cdn.staticfile.org/twikoo/1.6.16/twikoo.all.min.js

params.json

 1{
 2   "hb": {
 3      "blog": {
 4         "twikoo": {
 5            "env_id": "https://twikoo.hugomods.com/",
 6            "js_url": "https://cdn.staticfile.org/twikoo/1.6.16/twikoo.all.min.js"
 7         }
 8      }
 9   }
10}