Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 10 additions & 20 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ reward:
#comment: Donate comment here
#wechatpay: /images/wechatpay.jpg
#alipay: /images/alipay.jpg
#bitcoin: /images/bitcoin.png
#bitcoin: /images/bitcoin.jpg

# Related popular posts
# Dependencies: https://github.com/tea3/hexo-related-popular-posts
Expand All @@ -350,8 +350,8 @@ related_posts:
# Dependencies: https://github.com/hexojs/hexo-deployer-git
post_edit:
enable: false
url: https://github.com/user-name/repo-name/tree/branch-name/subdirectory-name/ # Link for view source.
#url: https://github.com/user-name/repo-name/edit/branch-name/subdirectory-name/ # Link for fork & edit.
url: https://github.com/user-name/repo-name/tree/branch-name/subdirectory-name # Link for view source.
#url: https://github.com/user-name/repo-name/edit/branch-name/subdirectory-name # Link for fork & edit.


# ---------------------------------------------------------------
Expand Down Expand Up @@ -708,10 +708,10 @@ busuanzi_count:


# Tencent analytics ID
# tencent_analytics:
#tencent_analytics:

# Tencent MTA ID
# tencent_mta:
#tencent_mta:


# Enable baidu push so that the blog will push the url to baidu automatically which is very helpful for SEO
Expand Down Expand Up @@ -851,19 +851,9 @@ lazyload: false
# Dependencies: https://github.com/theme-next/theme-next-pace
pace: false
# Themes list:
#pace-theme-big-counter
#pace-theme-bounce
#pace-theme-barber-shop
#pace-theme-center-atom
#pace-theme-center-circle
#pace-theme-center-radar
#pace-theme-center-simple
#pace-theme-corner-indicator
#pace-theme-fill-left
#pace-theme-flash
#pace-theme-loading-bar
#pace-theme-mac-osx
#pace-theme-minimal
# pace-theme-big-counter | pace-theme-bounce | pace-theme-barber-shop | pace-theme-center-atom
# pace-theme-center-circle | pace-theme-center-radar | pace-theme-center-simple | pace-theme-corner-indicator
# pace-theme-fill-left | pace-theme-flash | pace-theme-loading-bar | pace-theme-mac-osx | pace-theme-minimal
# For example
# pace_theme: pace-theme-center-simple
pace_theme: pace-theme-minimal
Expand Down Expand Up @@ -1049,14 +1039,14 @@ vendors:

# Internal version: 1.4.0
# See: https://github.com/gitalk/gitalk
# Examples:
# Example:
# gitalk_js: https://cdn.jsdelivr.net/npm/gitalk@1.4.0/dist/gitalk.min.js
# gitalk_css: https://cdn.jsdelivr.net/npm/gitalk@1.4.0/dist/gitalk.css
gitalk_js:
gitalk_css:

# Internal version: 0.7.3
# See: https://github.com/emn178/js-md5/
# See: https://github.com/emn178/js-md5
# Example:
# md5: https://cdn.jsdelivr.net/npm/js-md5@0.7.3/src/md5.min.js
md5:
Expand Down
2 changes: 1 addition & 1 deletion source/css/_common/components/pages/archive.styl
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
}
}

.fa {
.fa-external-link {
font-size: 15px;
margin-left: 5px;
}
Expand Down
1 change: 0 additions & 1 deletion source/css/_common/components/post/post-reward.styl
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
font-variant: normal;
font-stretch: normal;
font-size: 18px;
font-family: "Microsoft Yahei";
background: #F44336;
}
#rewardButton span:hover{
Expand Down