博客 Twikoo 模块

本页内容

该模块为 Twikoo 提供支持,其为一个简单、安全和免费的评论系统。

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.

站点参数

NameTypeRequiredDefaultDescription
env_idstringY-腾讯云环境 ID 或自搭建服务器 URL。
js_urlstringYhttps://cdn.staticfile.org/twikoo/1.6.16/twikoo.all.min.jsJS 脚本 URL。
regionstring--腾讯云环境地域,如:ap-shanghaiap-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}