Skip to content

Commit

Permalink
1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrAlpha committed Nov 21, 2020
1 parent 139ba00 commit e3f8dd8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
26 changes: 13 additions & 13 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -406,22 +406,22 @@ darkmode: false
vendors:

# main style css
# https://cdn.jsdelivr.net/npm/hexo-theme-cards@1.1/dist/css/style/main.min.css
# Version: 1.1
# https://cdn.jsdelivr.net/npm/hexo-theme-cards@1.2/dist/css/style/main.min.css
# Version: 1.2
# 如果你有自定义样式,请务必将此项修改为自己的 CDN 地址,或者单纯留空
style:

# darkmode
# https://cdn.jsdelivr.net/npm/hexo-theme-cards@1.0/dist/css/style/dark.min.css
# https://cdn.jsdelivr.net/npm/hexo-theme-cards@1.0/dist/js/darkmode.min.js
# Version 1.0
# https://cdn.jsdelivr.net/npm/hexo-theme-cards@1.2/dist/css/style/dark.min.css
# https://cdn.jsdelivr.net/npm/hexo-theme-cards@1.2/dist/js/darkmode.min.js
# Version 1.2
darkmode:
css:
js:

# code highlight css
# https://cdn.jsdelivr.net/npm/hexo-theme-cards@1.0/dist/css/highlight/
# Version: 1.0
# https://cdn.jsdelivr.net/npm/hexo-theme-cards@1.2/dist/css/highlight/
# Version: 1.2
highlight:

# highlight.js theme
Expand All @@ -436,8 +436,8 @@ vendors:

# tag-plugin note css
# https://github.com/ChrAlpha/hexo-theme-cards
# https://cdn.jsdelivr.net/npm/hexo-theme-cards@1.1/dist/css/style/note.min.css
# Version 1.1
# https://cdn.jsdelivr.net/npm/hexo-theme-cards@1.2/dist/css/style/note.min.css
# Version 1.2
note:

# Lazyload js
Expand All @@ -446,13 +446,13 @@ vendors:
lazyload:

# back_to_top button
# https://cdn.jsdelivr.net/npm/hexo-theme-cards@1.1/dist/js/b2t.min.js
# Version 1.1
# https://cdn.jsdelivr.net/npm/hexo-theme-cards@1.2/dist/js/b2t.min.js
# Version 1.2
back_to_top:

# local search plugin
# https://cdn.jsdelivr.net/npm/hexo-theme-cards@1.1/dist/js/local-search.min.js
# Version 1.1
# https://cdn.jsdelivr.net/npm/hexo-theme-cards@1.2/dist/js/local-search.min.js
# Version 1.2
local_search:

# Valine comments system
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-cards",
"version": "1.1.3",
"version": "1.2.0",
"description": "A Simple & Swift Theme for Hexo, designed as its name",
"main": "README.md",
"scripts": {
Expand Down

0 comments on commit e3f8dd8

Please sign in to comment.