Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit4c6e52a

Browse files
committed
updated to v1.3.1
1 parentdffb0e9 commit4c6e52a

File tree

23 files changed

+230
-42
lines changed

23 files changed

+230
-42
lines changed

‎CHANGELOG.md‎

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
#Changelog
22

3+
##🚀 1.3.1 (Oct 18, 2019)
4+
5+
###Features ✨
6+
- Added busuanzi site statistic support.
7+
8+
###Changes 🙌
9+
- Changed view count support base on comment plugin.
10+
11+
###Bug fixes 🐛
12+
- Fixed when article categories are empty, generating files failed.
13+
- Fixed responsive style problems.
14+
315
##🚀 1.3.0 (Oct 18, 2019)
416

517
Upgraded UI, a much more smooth and elegant look! ✨
@@ -10,7 +22,7 @@ Upgraded UI, a much more smooth and elegant look! ✨
1022
###Changes 🙌
1123
- Regraded overall UI, looks much more smooth and elegant. ✨
1224
- Added water waves for the reading tracking ball! 🔵
13-
- Upgraded all the control icons.
25+
- Upgraded all the control icons.`
1426
- Replenished the playing tracking effect.
1527
- Replenished all the responsive styles
1628
- Css changed to use stylus instead of traditional css, for easier editing.

‎README.md‎

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,19 @@ html_truncate:
154154
# Reserving the last complete word, without breaking the word
155155
reserveLastWord:true
156156

157+
# Enable Busuanzi statistic plugin
158+
# see http://ibruce.info/2015/04/04/busuanzi/
159+
busuanzi:
160+
enable:true
161+
162+
```
163+
164+
### Comments
165+
166+
You can choose from using Valine or Gitalk
167+
168+
- If you are using`Valine`, you need to turn off `busuanzi`, because Valine has article view count support.
169+
-If you are using `Gitalk`, you may turn on `busuanzi`, to have article view count enable.
157170
```
158171
159172
### Code block style

‎README_CN.md‎

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,21 @@ html_truncate:
151151
# 截取到最后的时候保留完成的字(只对英文有用)
152152
reserveLastWord:true
153153

154+
# Busuanzi 浏览量统计插件
155+
# see http://ibruce.info/2015/04/04/busuanzi/
156+
busuanzi:
157+
enable:true
158+
154159
```
155160
161+
### 评论插件
162+
163+
评论插件可以选择使用`Valine` 或者 `Gitalk`
164+
165+
-如果你是使用 `Valine`, 你需要关闭 `busuanzi`, 因为 Valine 自带有文章浏览量统计.
166+
-如果你是使用 `Gitalk`, 你可以打开 `busuanzi` 文章详情页就会显示文章浏览量统计.
167+
168+
156169
### 代码块样式
157170

158171
> 因为Obsidian theme 使用手动启用 highlight.js 代码高亮

‎_config.yml‎

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ gitalk:
8888
# Valine comment plugin (recommended!)
8989
# see https://valine.js.org/quickstart.html
9090
valine:
91-
enable:true
91+
enable:false
9292
app_id:
9393
app_key:
9494
notify:false
@@ -122,3 +122,10 @@ html_truncate:
122122
keepWhitespaces:true
123123
# Reserving the last complete word, without breaking the word
124124
reserveLastWord:true
125+
126+
# Enable Busuanzi statistic plugin
127+
# see http://ibruce.info/2015/04/04/busuanzi/
128+
busuanzi:
129+
enable:true
130+
page:true
131+
site:true

‎languages/default.yml‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,7 @@ read_article: Read article
2828
pv:Page views
2929
uv:Unique visitors
3030
readed:Readed
31+
word_count:Words count
32+
read_time:Reading time
33+
read_count:Read count
34+
default_category:Article

‎languages/fr.yml‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,7 @@ read_article: Read article
2525
pv:Page views
2626
uv:Unique visitors
2727
readed:Readed
28+
word_count:Words count
29+
read_time:Reading time
30+
read_count:Read count
31+
default_category:Article

‎languages/it.yml‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,7 @@ read_article: Read article
2525
pv:Page views
2626
uv:Unique visitors
2727
readed:Readed
28+
word_count:Words count
29+
read_time:Reading time
30+
read_count:Read count
31+
default_category:Article

‎languages/nl.yml‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,7 @@ read_article: Read article
2525
pv:Page views
2626
uv:Unique visitors
2727
readed:Readed
28+
word_count:Words count
29+
read_time:Reading time
30+
read_count:Read count
31+
default_category:Article

‎languages/no.yml‎

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,7 @@ toc: Contents
2424
read_article:Read article
2525
pv:Page views
2626
uv:Unique visitors
27-
readed:Readed
27+
readed:Readed
28+
word_count:Word count
29+
read_time:Read time
30+
default_category:Article

‎languages/ru.yml‎

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,8 @@ toc: Contents
2424
read_article:Read article
2525
pv:Page views
2626
uv:Unique visitors
27-
readed:Readed
27+
readed:Readed
28+
word_count:Words count
29+
read_time:Reading time
30+
read_count:Read count
31+
default_category:Article

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp