File tree 2 files changed +6
-5
lines changed
2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ default:
18
18
# ############################## Volantis ###############################
19
19
info :
20
20
theme_name : Volantis # This is theme's name.
21
- theme_version : ' 5.0.0-alpha.11 ' # This is theme's version.
21
+ theme_version : ' 5.0.0-rc.6 ' # This is theme's version.
22
22
theme_docs : https://volantis.js.org/ # This is theme's URL.
23
23
theme_repo : https://github.com/volantis-x/hexo-theme-volantis
24
24
# Debug 调试模式
59
59
# CDN 前缀,为空使用默认值,链接最后不加 "/",
60
60
# 例如: https://cdn.jsdelivr.net/gh/volantis-x/volantis-x.github.io@gh-page 填写最后编译生成的源码CDN地址前缀,此路径下应该含有/js与/css目录,
61
61
# 该配置默认值是:"https://cdn.jsdelivr.net/npm/hexo-theme-volantis@"+ theme.info.theme_version +"/source"
62
- prefix :
https://npm.elemecdn.com/[email protected] .5 /source
62
+ prefix :
https://npm.elemecdn.com/[email protected] .6 /source
63
63
# 以下配置可以覆盖 cdn.prefix,配置项的值可以为空,但是要使用CDN必须依据路径填写配置项的键
64
64
set :
65
65
js :
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " hexo-theme-volantis" ,
3
- "version" : " 5.0.0-alpha.11 " ,
3
+ "version" : " 5.0.0-rc.6 " ,
4
4
"description" : " Elegant and powerful theme for Hexo." ,
5
5
"main" : " package.json" ,
6
6
"scripts" : {
22
22
},
23
23
"homepage" : " https://volantis.js.org" ,
24
24
"devDependencies" : {
25
- "hexo" : " ^6.0 .0" ,
25
+ "hexo" : " ^6.1 .0" ,
26
26
"hexo-renderer-stylus" : " ^2.0.1" ,
27
- "hexo-renderer-ejs" : " ^2.0.0"
27
+ "hexo-renderer-ejs" : " ^2.0.0" ,
28
+ "hexo-generator-json-content" : " ^4.2.3"
28
29
}
29
30
}
You can’t perform that action at this time.
0 commit comments