Skip to content

Commit

Permalink
release: 5.0.0-rc.6
Browse files Browse the repository at this point in the history
  • Loading branch information
MHuiG committed Apr 6, 2022
1 parent 2a5c874 commit d0cf289
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ default:
############################### Volantis ###############################
info:
theme_name: Volantis # This is theme's name.
theme_version: '5.0.0-alpha.11' # This is theme's version.
theme_version: '5.0.0-rc.6' # This is theme's version.
theme_docs: https://volantis.js.org/ # This is theme's URL.
theme_repo: https://github.com/volantis-x/hexo-theme-volantis
# Debug 调试模式
Expand Down Expand Up @@ -59,7 +59,7 @@ cdn:
# CDN 前缀,为空使用默认值,链接最后不加 "/",
# 例如: https://cdn.jsdelivr.net/gh/volantis-x/volantis-x.github.io@gh-page 填写最后编译生成的源码CDN地址前缀,此路径下应该含有/js与/css目录,
# 该配置默认值是:"https://cdn.jsdelivr.net/npm/hexo-theme-volantis@"+ theme.info.theme_version +"/source"
prefix: https://npm.elemecdn.com/[email protected].5/source
prefix: https://npm.elemecdn.com/[email protected].6/source
# 以下配置可以覆盖 cdn.prefix,配置项的值可以为空,但是要使用CDN必须依据路径填写配置项的键
set:
js:
Expand Down
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hexo-theme-volantis",
"version": "5.0.0-alpha.11",
"version": "5.0.0-rc.6",
"description": "Elegant and powerful theme for Hexo.",
"main": "package.json",
"scripts": {
Expand All @@ -22,8 +22,9 @@
},
"homepage": "https://volantis.js.org",
"devDependencies": {
"hexo": "^6.0.0",
"hexo": "^6.1.0",
"hexo-renderer-stylus": "^2.0.1",
"hexo-renderer-ejs": "^2.0.0"
"hexo-renderer-ejs": "^2.0.0",
"hexo-generator-json-content": "^4.2.3"
}
}

0 comments on commit d0cf289

Please sign in to comment.