diff --git a/docs/.vitepress/theme/Twikoo.vue b/docs/.vitepress/theme/Twikoo.vue index ff61ecba8..9ec93b18d 100644 --- a/docs/.vitepress/theme/Twikoo.vue +++ b/docs/.vitepress/theme/Twikoo.vue @@ -70,6 +70,6 @@ onMounted(() => {
- + diff --git a/docs/backend.md b/docs/backend.md index 1f8e76677..256dd7e0c 100644 --- a/docs/backend.md +++ b/docs/backend.md @@ -42,7 +42,7 @@ exports.main = require('twikoo-func').main 8. 创建完成后,点击“twikoo"进入云函数详情页,进入“函数代码”标签,点击“文件 - 新建文件”,输入 `package.json`,回车 9. 复制以下代码、粘贴到代码框中,点击“保存并安装依赖” ``` json -{ "dependencies": { "twikoo-func": "1.6.21" } } +{ "dependencies": { "twikoo-func": "1.6.22" } } ``` ## 腾讯云命令行部署 diff --git a/docs/frontend.md b/docs/frontend.md index e38439ae0..76142baa9 100644 --- a/docs/frontend.md +++ b/docs/frontend.md @@ -67,10 +67,16 @@ twikoo: 请参考 [Redefine 官方文档 #comment](https://redefine-docs.ohevan.com/docs/configuration-guide/comment#twikoo) 进行配置 +## 在 Hugo 中使用 + ### 在 [hugo-theme-stack](https://github.com/CaiJimmy/hugo-theme-stack) 主题使用 请参考 [Comments | Stack](https://stack.jimmycai.com/config/comments) 和 [hugo-theme-stack/config.yaml#L83](https://github.com/CaiJimmy/hugo-theme-stack/blob/master/config.yaml#L83) 进行配置 +### 在 [FixIt](https://github.com/hugo-fixit/FixIt) 主题使用 + +请参考 [入门篇 - FixIt #主题配置](https://fixit.lruihao.cn/zh-cn/documentation/basics/#theme-configuration) 和 [hugo-fixit/FixIt/config.toml#L613-L624](https://github.com/hugo-fixit/FixIt/blob/8bb2a35dcc4c54fc3e0fb968df063d6be1daabf3/config.toml#L613-L624) 进行配置 + ## 通过 CDN 引入 ::: tip 提示 @@ -79,7 +85,7 @@ twikoo: ``` html
- +