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

Commit97b6e09

Browse files
committed
🚀updated to v1.3.4
1 parent213fc69 commit97b6e09

File tree

7 files changed

+207
-174
lines changed

7 files changed

+207
-174
lines changed

‎CHANGELOG.md‎

Lines changed: 24 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,52 @@
11
#Changelog
22

3-
##🚀 1.3.3 (Oct 23, 2019)
3+
##🚀 v1.3.4 (Oct 24, 2019)
4+
5+
###Changes 🙌
6+
- Enhanced web app UI responsive styles.
7+
- Enhanced`ul` and`ol` UI styles.
8+
9+
###Bug fixes 🐛
10+
- Fixed font page link styles.
11+
- Fixed TOC title too long cause overflowing of texts.
12+
- Fixed header with link on hover text become white.
13+
14+
##🚀 v1.3.3 (Oct 23, 2019)
415

516
###Features ✨
617
- Added social sharing feature -[`share.js`](https://github.com/overtrue/share.js)
718

8-
###Changes🙌
19+
###Changes💥
920
- Changed the loading icon to`Load Awesome`'s`la-ball-atom`. -[`Load Awesome`](https://github.com/danielcardoso/load-awesome)
1021

11-
##🚀1.3.2 (Oct 21, 2019)
22+
##🚀v1.3.2 (Oct 21, 2019)
1223

13-
###Changes🙌
24+
###Changes💥
1425
- Changed the font color of`*word*` (italic) font in post content.
1526

1627
###Bug fixes 🐛
1728
- Home page added first post reacting height, if the first post's height is higher than the window height, it will react to it's content's full height.
1829

19-
##🚀1.3.1 (Oct 18, 2019)
30+
##🚀v1.3.1 (Oct 18, 2019)
2031

2132
###Features ✨
2233
- Added busuanzi site statistic support.
2334

24-
###Changes🙌
35+
###Changes💥
2536
- Changed view count support base on comment plugin.
2637

2738
###Bug fixes 🐛
2839
- Fixed when article categories are empty, generating files failed.
2940
- Fixed responsive style problems.
3041

31-
##🚀1.3.0 (Oct 18, 2019)
42+
##🚀v1.3.0 (Oct 18, 2019)
3243

3344
Upgraded UI, a much more smooth and elegant look! ✨
3445

3546
###Features ✨
3647
- Added post category display next to post date!
3748

38-
###Changes🙌
49+
###Changes💥
3950
- Regraded overall UI, looks much more smooth and elegant. ✨
4051
- Added water waves for the reading tracking ball! 🔵
4152
- Upgraded all the control icons.`
@@ -48,7 +59,7 @@ Upgraded UI, a much more smooth and elegant look! ✨
4859
- Fixed the language problem with loading more.
4960
- Fixed the article comments are same for all articles.
5061

51-
##🚀1.2.0 (Oct 15, 2019)
62+
##🚀v1.2.0 (Oct 15, 2019)
5263

5364
Enhanced bunch of features and add bunch of fun stuffs. Hope you all enjoy them!
5465

@@ -59,7 +70,7 @@ Enhanced bunch of features and add bunch of fun stuffs. Hope you all enjoy them!
5970
- Footer theme added theme version display.
6071
- Article added a parameter to set the number of characters this particular article should keep.
6172

62-
###Changes🙌
73+
###Changes💥
6374
- Added sticky effect for both home page and article page navigation bar, with auto hide when scroll, allow reading with less undistraction.
6475
- Readded google analytics js, which was removed before.
6576
- Article top progress bar is enlarged to more catch eyeballs.
@@ -68,7 +79,7 @@ Enhanced bunch of features and add bunch of fun stuffs. Hope you all enjoy them!
6879
- Fixed slogan height shaking issue.
6980
- Fixed screen flashes when scrolling.
7081

71-
##🚀1.1.0 (Oct 12, 2019)
82+
##🚀v1.1.0 (Oct 12, 2019)
7283

7384
Added a few more features and enhanced a bit here and there. Have fun and enjoy blogging! ❤️
7485

@@ -78,10 +89,10 @@ Added a few more features and enhanced a bit here and there. Have fun and enjoy
7889
- Article page added user profile box.
7990
- Added Article view count.
8091

81-
###Changes🙌
92+
###Changes💥
8293
- Article page changed to grid layout.
8394
- Article page changed to two column layout, now with sidebar.
8495

85-
##🚀1.0.0 (Oct 10, 2019)
96+
##🚀v1.0.0 (Oct 10, 2019)
8697
####Features ✨
8798
- Very first complete version of the theme

‎_config.yml‎

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,19 @@
1313
#! ---------------------------------------------------------------
1414

1515
# Theme version
16-
version:"1.3.1"
16+
version:"1.3.4"
1717

1818
# ---------------------------------------------------------------
1919
# Theme default settings
2020
# ---------------------------------------------------------------
2121

2222
# Menu setting | format = title_name: link_url
2323
menu:
24-
PAGE:/page
24+
ABOUT:/whoami
25+
CATEGORIES:/categories
26+
TAGS:/tags
27+
ARCHIVES:/archives
28+
2529
# Social media links
2630
socials:
2731
github:"https://github.com/TriDiamond"
@@ -51,7 +55,7 @@ descriptionOne: "Think like an artist, develop like an artisan"
5155
descriptionTwo:"艺术家思维去思考问题,工匠创造精神去开发"
5256

5357
# If you use google analytics, please fill in the ID
54-
google_analytics:
58+
google_analytics:'UA-149874671-1'
5559

5660
# Website favicon
5761
favicon:/img/favicon.png
@@ -77,13 +81,13 @@ mp3:
7781
# Gitalk comment plugin
7882
# see https://github.com/gitalk/gitalk
7983
gitalk:
80-
enable:false
81-
autoExpand:false
82-
clientID:''
83-
clientSecret:''
84-
repo:''
85-
owner:''
86-
admin:['']
84+
enable:true
85+
autoExpand:true
86+
clientID:'ec894e2b66f752e8b7fb'
87+
clientSecret:'3ccc2e92bb350688fe2c2dc2930189b62622bfb1'
88+
repo:'blog-comments'
89+
owner:'TriDiamond'
90+
admin:['TriDiamond']
8791
# Ensure uniqueness and length less than 50
8892
id:location.pathname
8993
# Facebook-like distraction
@@ -92,8 +96,8 @@ gitalk:
9296
# see https://valine.js.org/quickstart.html
9397
valine:
9498
enable:false
95-
app_id:
96-
app_key:
99+
app_id:QHCOIEBlyjBUMAjaE5ilzafk-gzGzoHsz
100+
app_key:ggeGwz8ypB9uiAIYSRH5T0PF
97101
notify:false
98102
verify:false
99103
avatar:'mp'

‎layout/_partial/post/article.ejs‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
<divclass="screen-gradient-content-inside">
6666
<divclass="bold-underline-links screen-gradient-sponsor">
6767
<p>
68-
<span></span>
68+
<span><%-page.abstract||''%></span>
6969
</p>
7070
</div>
7171
</div>

‎layout/_partial/post/item.ejs‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<divclass="post"id="post">
2-
<divclass="post-cover"style="
2+
<divclass="post-cover animated fadeIn"style="
33
background-image:
44
radial-gradient(ellipseclosest-side,rgba(0, 0, 0, 0.65), #100e17),
55
url(<%-post.cover ||theme.cover %>);">

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp