From e8f7f1dda5c0e1f27f9f225d281993142d0cc971 Mon Sep 17 00:00:00 2001 From: ppoffice Date: Sat, 20 Aug 2022 17:00:39 -0400 Subject: [PATCH] chore(doc): add Twikoo demo --- source/_posts/demo/comment/Twikoo.md | 18 ++++++++++++++++++ source/_posts/en/Comment-Plugins.md | 4 +++- source/_posts/zh-CN/Comment-Plugins.md | 4 +++- 3 files changed, 24 insertions(+), 2 deletions(-) create mode 100644 source/_posts/demo/comment/Twikoo.md diff --git a/source/_posts/demo/comment/Twikoo.md b/source/_posts/demo/comment/Twikoo.md new file mode 100644 index 0000000..3a48501 --- /dev/null +++ b/source/_posts/demo/comment/Twikoo.md @@ -0,0 +1,18 @@ +title: Twikoo Comment Plugin +date: 2015-01-01 +tags: +- Demo +comment: + type: twikoo + env_id: https://icarus-twikoo-comment.vercel.app + region: + lang: en-US +--- + +
+
+This page is for demonstration only. +Please report your issues with this plugin to +ppoffice/hexo-component-inferno. +
+
diff --git a/source/_posts/en/Comment-Plugins.md b/source/_posts/en/Comment-Plugins.md index 5e5df6b..4a13b60 100644 --- a/source/_posts/en/Comment-Plugins.md +++ b/source/_posts/en/Comment-Plugins.md @@ -378,7 +378,9 @@ Twikoo is a self-hosted comment system based on cloud functions. Unlike other third-party comment services, the Twikoo backend needs to be deployed to a cloud environment before being configured and used by Icarus. -**Installation Guide** +
+Installation GuidePreview +
1. Follow the [Twikoo documentation](https://twikoo.js.org/en/) to deploy the Twikoo cloud function to a cloud service provider of your choice. diff --git a/source/_posts/zh-CN/Comment-Plugins.md b/source/_posts/zh-CN/Comment-Plugins.md index abebf75..1b1d3b7 100644 --- a/source/_posts/zh-CN/Comment-Plugins.md +++ b/source/_posts/zh-CN/Comment-Plugins.md @@ -376,7 +376,9 @@ providers: Twikoo是一个基于云函数的自建评论系统。 不同于其他第三方评论服务,在Icarus中设置和使用Twikoo之前,你需要将它的后端部署到云环境上。 -**安装指南** +
+安装指南在线预览 +
1. 按照[Twikoo文档](https://twikoo.js.org/),将Twikoo云函数部署到你指定的云服务商之上。