summaryrefslogtreecommitdiff
path: root/themes/CodeIT/exampleSite/content/posts/theme-documentation-basics/index.zh-cn.md
diff options
context:
space:
mode:
authorChristoph Cullmann <cullmann@kde.org>2021-08-29 11:48:16 +0200
committerChristoph Cullmann <cullmann@kde.org>2021-08-29 11:48:16 +0200
commit0321812a29e6ec32663556fa7abe2bf2880e5762 (patch)
treeabe0294bd63c046d2b5a164d987d67a64db2c2f6 /themes/CodeIT/exampleSite/content/posts/theme-documentation-basics/index.zh-cn.md
parentf2375511935010a1aeee5683c30b3efb928bef2e (diff)
update to https://github.com/sunt-programator/CodeIT/releases/tag/v0.2.0
Diffstat (limited to 'themes/CodeIT/exampleSite/content/posts/theme-documentation-basics/index.zh-cn.md')
-rw-r--r--themes/CodeIT/exampleSite/content/posts/theme-documentation-basics/index.zh-cn.md18
1 files changed, 17 insertions, 1 deletions
diff --git a/themes/CodeIT/exampleSite/content/posts/theme-documentation-basics/index.zh-cn.md b/themes/CodeIT/exampleSite/content/posts/theme-documentation-basics/index.zh-cn.md
index 06029e5..f77fa54 100644
--- a/themes/CodeIT/exampleSite/content/posts/theme-documentation-basics/index.zh-cn.md
+++ b/themes/CodeIT/exampleSite/content/posts/theme-documentation-basics/index.zh-cn.md
@@ -319,6 +319,7 @@ hugo
title = ""
# 主页显示的网站副标题
subtitle = "这是我的全新 Hugo 网站"
+ # {{< version 0.1.1 changed >}} (HTML format is supported)
# 是否为副标题显示打字机动画
typeit = true
# 是否显示社交账号
@@ -399,7 +400,9 @@ hugo
Matrix = ""
Bilibili = ""
Email = "xxxx@xxxx.com"
- RSS = true #
+ RSS = true
+ # {{< version 0.1.2 >}} Open Researcher and Contributor ID
+ Orcid = ""
# 文章页面配置
[params.page]
@@ -494,6 +497,8 @@ hugo
Skype = false
Trello = false
Mix = false
+ # {{< version 0.1.2 >}}
+ Telegram = false
# 评论系统设置
[params.page.comment]
enable = true
@@ -559,6 +564,17 @@ hugo
label = ""
lightTheme = "github-light"
darkTheme = "github-dark"
+ # {{< version 0.2.0 >}} {{< link "https://waline.js.org/" "Waline" >}} 评论系统设置
+ [params.page.comment.waline]
+ enable = false
+ serverURL = "https://xxx.vercel.com"
+ visitor = true
+ dark = 'auto'
+ # {{< version 0.2.0 >}} {{< link "https://twikoo.js.org" "Twikoo" >}} 评论系统设置
+ [params.page.comment.twikoo]
+ enable = false
+ evnId = "https://xxx.vercel.com"
+
# 第三方库配置
[params.page.library]
[params.page.library.css]