Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/uPagge/uBlogger.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoruPagge <git@upagge.ru>2021-03-03 22:30:26 +0300
committeruPagge <git@upagge.ru>2021-03-03 22:30:26 +0300
commitdf370f4ae3be096d4c4a27f9f9074e026c132d3d (patch)
tree85230fa9f173a21fad3d5a4d231f3269abe1b708 /exampleSite/config.toml
parentb6e7e9c46be0ef8d9c722ff873a1cbe1a6240604 (diff)
typeit del
Diffstat (limited to 'exampleSite/config.toml')
-rw-r--r--exampleSite/config.toml21
1 files changed, 0 insertions, 21 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index d720537..c64323d 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -144,8 +144,6 @@ enableEmoji = true
title = "uBlogger | Hugo Theme"
# subtitle shown in home page (HTML format is supported)
subtitle = "A Clean, Elegant but Advanced Hugo Theme"
- # whether to use typeit animation for subtitle
- typeit = false
# whether to show social links
social = true
# disclaimer (HTML format is supported)
@@ -270,9 +268,6 @@ enableEmoji = true
# you can add extra information after the name (HTML format is supported), such as icons
# 你可以在名称 (允许 HTML 格式) 之后添加其他信息, 例如图标
post = ""
- # whether to use typeit animation for title name
- # 是否为标题显示打字机动画
- typeit = false
# Footer config
# 页面底部信息配置
@@ -557,22 +552,6 @@ enableEmoji = true
name = "xxxx"
logoUrl = "/images/avatar.png"
- # TypeIt config
- # TypeIt 配置
- [params.typeit]
- # typing speed between each step (measured in milliseconds)
- # 每一步的打字速度 (单位是毫秒)
- speed = 100
- # blinking speed of the cursor (measured in milliseconds)
- # 光标的闪烁速度 (单位是毫秒)
- cursorSpeed = 1000
- # character used for the cursor (HTML format is supported)
- # 光标的字符 (支持 HTML 格式)
- cursorChar = "|"
- # cursor duration after typing finishing (measured in milliseconds, "-1" means unlimited)
- # 打字结束之后光标的持续时间 (单位是毫秒, "-1" 代表无限大)
- duration = -1
-
# Site verification code for Google/Bing/Yandex/Pinterest/Baidu
# 网站验证代码,用于 Google/Bing/Yandex/Pinterest/Baidu
[params.verification]