Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
xaoxuu committed Mar 10, 2020
1 parent 80d8b49 commit 826abb3
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
############################### Basic Information ###############################
info:
name: Volantis
version: '2.0'
version: '2.0.1'
docs: https://volantis.js.org/
cdn: # To use CDN, write 'use_cdn: true' in 'blog/_config.yml'.
# css: https://cdn.jsdelivr.net/gh/xaoxuu/[email protected].0/css/style.css
js: https://cdn.jsdelivr.net/gh/xaoxuu/[email protected].0/js/app.js
css: https://cdn.jsdelivr.net/gh/xaoxuu/[email protected].1/css/style.css
js: https://cdn.jsdelivr.net/gh/xaoxuu/[email protected].1/js/app.js


############################### Style ###############################
Expand Down Expand Up @@ -365,7 +365,7 @@ plugins:

######## Plugins to improve loading speed:
# Preload (The menu's url must end with ‘/’)
instant_page: https://cdn.jsdelivr.net/gh/xaoxuu/[email protected].0/js/instant_page.js
instant_page: https://cdn.jsdelivr.net/gh/xaoxuu/[email protected].1/js/instant_page.js

######## Plugins to optimize the experience:
# Picture Zoom
Expand Down Expand Up @@ -393,7 +393,7 @@ plugins:
js: https://cdn.jsdelivr.net/npm/[email protected]/dist/waves.min.js

# Typing Effects
comment_typing: https://cdn.jsdelivr.net/gh/xaoxuu/[email protected].0/js/comment_typing.js
comment_typing: https://cdn.jsdelivr.net/gh/xaoxuu/[email protected].1/js/comment_typing.js

# Slide Background
backstretch:
Expand Down Expand Up @@ -449,7 +449,7 @@ comments:
valine:
appId: # your appId
appKey: # your appKey
js: https://cdn.jsdelivr.net/gh/xaoxuu/[email protected].0/js/valine.js
js: https://cdn.jsdelivr.net/gh/xaoxuu/[email protected].1/js/valine.js
path: # All pages use the same path (share the same comments data)
meta: nick,mail,link #valine comment header info
placeholder: 快来评论吧~ # valine comment input placeholder(like: Please leave your footprints )
Expand Down Expand Up @@ -480,7 +480,7 @@ comments:
search:
enable: true
service: hexo # hexo, google, algolia, azure, baidu
js: https://cdn.jsdelivr.net/gh/xaoxuu/[email protected].0/js/search.js
js: https://cdn.jsdelivr.net/gh/xaoxuu/[email protected].1/js/search.js
google:
apiKey:
engineId:
Expand Down

0 comments on commit 826abb3

Please sign in to comment.