chore(doc): add Twikoo demo
parent
ada18ab317
commit
e8f7f1dda5
|
@ -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>
|
|
@ -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.
|
||||
|
|
|
@ -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云函数部署到你指定的云服务商之上。
|
||||
|
||||
|
|
Loading…
Reference in New Issue