This repository was archived by the owner on Mar 9, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(typeit): add some config for TypeIt (#314)
- Loading branch information
Showing
16 changed files
with
126 additions
and
74 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ [email protected] https://github.com/sachinchoolur/lg-thumbnail.js | |
[email protected] https://github.com/sachinchoolur/lg-zoom.js | ||
[email protected] https://github.com/zenorocha/clipboard.js | ||
[email protected] https://github.com/ellisonleao/sharer.js | ||
typeit@6.5.1 https://github.com/alexmacarthur/typeit | ||
typeit@7.0.4 https://github.com/alexmacarthur/typeit | ||
[email protected] https://katex.org/ | ||
[email protected] https://github.com/knsv/mermaid | ||
[email protected] https://echarts.apache.org/ | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -656,7 +656,7 @@ enableEmoji = true | |
# 你可以在名称 (允许 HTML 格式) 之后添加其他信息, 例如图标 | ||
post = "" | ||
# whether to use typeit animation for title name | ||
# 是否为副标题显示打字机动画 | ||
# 是否为标题显示打字机动画 | ||
typeit = false | ||
|
||
# Footer config | ||
|
@@ -914,6 +914,22 @@ enableEmoji = true | |
width = 800 | ||
height = 600 | ||
|
||
# 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] | ||
|
@@ -980,7 +996,7 @@ enableEmoji = true | |
clipboardJS = "" | ||
# [email protected] https://github.com/ellisonleao/sharer.js | ||
sharerJS = "" | ||
# typeit@6.5.1 https://github.com/alexmacarthur/typeit | ||
# typeit@7.0.4 https://github.com/alexmacarthur/typeit | ||
typeitJS = "" | ||
# [email protected] https://katex.org/ | ||
katexCSS = "" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
resources/_gen/assets/scss/css/style.template.scss_788c4a23da05f3aa3e03b28055a2e5f9.content
Large diffs are not rendered by default.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
resources/_gen/assets/scss/css/style.template.scss_84a735b886b24531b6e80c5fb2060510.content
Large diffs are not rendered by default.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
resources/_gen/assets/scss/css/style.template.scss_d40178ffcb058d725849178b0a7a43cc.content
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.