chore(doc): add Twikoo demo

pull/1299/head
ppoffice 2022-08-20 17:00:39 -04:00
parent ada18ab317
commit e8f7f1dda5
No known key found for this signature in database
GPG Key ID: D872802C1F2A16AA
3 changed files with 24 additions and 2 deletions

View File

@ -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
---
<article class="message message-immersive is-warning">
<div class="message-body">
<i class="fas fa-exclamation-triangle mr-2"></i>This page is for demonstration only.
Please report your issues with this plugin to
<a href="https://github.com/ppoffice/hexo-component-inferno">ppoffice/hexo-component-inferno</a>.
</div>
</article>

View File

@ -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**
<div>
<strong>Installation Guide</strong><a class="tag is-success ml-2" href="{% post_path demo/comment/Twikoo %}">Preview</a>
</div>
1. Follow the [Twikoo documentation](https://twikoo.js.org/en/) to deploy the Twikoo cloud function
to a cloud service provider of your choice.

View File

@ -376,7 +376,9 @@ providers:
Twikoo是一个基于云函数的自建评论系统。
不同于其他第三方评论服务在Icarus中设置和使用Twikoo之前你需要将它的后端部署到云环境上。
**安装指南**
<div>
<strong>安装指南</strong><a class="tag is-success ml-2" href="{% post_path demo/comment/Twikoo %}">在线预览</a>
</div>
1. 按照[Twikoo文档](https://twikoo.js.org/)将Twikoo云函数部署到你指定的云服务商之上。