Skip to content

Commit

Permalink
update 4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jerryc127 committed Jun 23, 2022
1 parent b8b7288 commit fba180a
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
8 changes: 6 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -849,15 +849,19 @@ CDN:
# option: local/jsdelivr/unpkg/cdnjs/custom
# Dev version can only choose. ( dev版的主題只能設置為 local )
internal_provider: local

# The CDN provider of third party scripts (第三方 js 的 cdn 配置)
# option: local/jsdelivr/unpkg/cdnjs/custom
# when set it to local, you need to install hexo-butterfly-extjs
third_party_provider: jsdelivr

# Add version number to CDN, true or false
version: false

# Custom format
# For example: https://cdn.staticfile.org/${cdnjs_name}/${version}/${min_cdnjs_file}
custom_format:
# Add version number to CDN, true or false
version: false

option:
# main_css:
# main:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hexo-theme-butterfly",
"version": "4.3.0-b4",
"version": "4.3.0",
"description": "A Simple and Card UI Design theme for Hexo",
"main": "package.json",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ algolia_search_v4:
instantsearch_v4:
name: instantsearch.js
file: dist/instantsearch.production.min.js
version: 4.41.2
version: 4.42.0
pjax:
name: pjax
file: pjax.min.js
Expand Down Expand Up @@ -105,7 +105,7 @@ ClickShowText:
lazyload:
name: vanilla-lazyload
file: dist/lazyload.iife.min.js
version: 17.8.2
version: 17.3.1
instantpage:
name: instant.page
file: instantpage.js
Expand Down
3 changes: 3 additions & 0 deletions source/css/_page/homepage.styl
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,9 @@
i
margin: 0 4px 0 0

.fa-spinner
margin: 0

.article-meta-label
if hexo-config('post_meta.page.label')
padding-right: 4px
Expand Down

0 comments on commit fba180a

Please sign in to comment.