-
Notifications
You must be signed in to change notification settings - Fork 605
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
2 changed files
with
3 additions
and
3 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 |
---|---|---|
|
@@ -18,7 +18,7 @@ default: | |
############################### Volantis ############################### | ||
info: | ||
theme_name: Volantis # This is theme's name. | ||
theme_version: '5.0.0-alpha.8' # This is theme's version. | ||
theme_version: '5.0.0-rc.3' # 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 调试模式 | ||
|
@@ -32,7 +32,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].2/source | ||
prefix: https://npm.elemecdn.com/[email protected].3/source | ||
# 以下配置可以覆盖 cdn.prefix,配置项的值可以为空,但是要使用CDN必须依据路径填写配置项的键 | ||
set: | ||
js: | ||
|
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