@@ -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.10 ' # This is theme's version.
21
+ theme_version : ' 5.0.0-rc.5 ' # 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] .4 /source
62
+ prefix :
https://npm.elemecdn.com/[email protected] .5 /source
63
63
# 以下配置可以覆盖 cdn.prefix,配置项的值可以为空,但是要使用CDN必须依据路径填写配置项的键
64
64
set :
65
65
js :
@@ -244,6 +244,7 @@ article:
244
244
counter :
245
245
icon : fa-solid fa-eye
246
246
unit : ' 次浏览'
247
+ # waline 文章评论数量
247
248
walinecount :
248
249
icon : fa-solid fa-comment-dots
249
250
desc : ' ' # 条评论
@@ -592,7 +593,7 @@ site_footer:
592
593
<span id="lc-sv">本站总访问量为 <span id='number'><i class="fa-solid fa-circle-notch fa-spin fa-fw" aria-hidden="true"></i></span> 次</span>
593
594
<span id="lc-uv">访客数为 <span id='number'><i class="fa-solid fa-circle-notch fa-spin fa-fw" aria-hidden="true"></i></span> 人</span>
594
595
# site copyright
595
- copyright : ' [Copyright © 2017-2020 XXX](/)'
596
+ copyright : ' [Copyright © since 2017 XXX](/)'
596
597
# You can add your own property here. (Support markdown, for example: br: '<br>')
597
598
br : ' <br>'
598
599
# ############################## Site Footer ############################### > end
0 commit comments