-
Notifications
You must be signed in to change notification settings - Fork 600
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 ############################### | ||
|
@@ -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 | ||
|
@@ -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: | ||
|
@@ -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 ) | ||
|
@@ -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: | ||
|