diff --git a/_config.yml b/_config.yml index 2637158..d85b304 100755 --- a/_config.yml +++ b/_config.yml @@ -5,13 +5,13 @@ info: docs: https://xaoxuu.com/wiki/volantis/ cdn: # 要使用CDN,请在根目录的config文件中写上 use_cdn: true css: - style: https://cdn.jsdelivr.net/gh/xaoxuu/cdn-volantis@20.2.29/css/style.css + style: https://cdn.jsdelivr.net/gh/xaoxuu/cdn-volantis@20.2.30/css/style.css js: - app: https://cdn.jsdelivr.net/gh/xaoxuu/cdn-volantis@20.2.29/js/app.js - search: https://cdn.jsdelivr.net/gh/xaoxuu/cdn-volantis@20.2.29/js/search.js + app: https://cdn.jsdelivr.net/gh/xaoxuu/cdn-volantis@20.2.30/js/app.js + search: https://cdn.jsdelivr.net/gh/xaoxuu/cdn-volantis@20.2.30/js/search.js volantis: https://cdn.jsdelivr.net/gh/xaoxuu/volantis@1.0.6/js/volantis.min.js - backstretch: https://cdn.jsdelivr.net/gh/xaoxuu/cdn-volantis@20.2.29/js/backstretch.min.js - commentTyping: https://cdn.jsdelivr.net/gh/xaoxuu/cdn-volantis@20.2.29/js/commentTyping.js + backstretch: https://cdn.jsdelivr.net/gh/xaoxuu/cdn-volantis@20.2.30/js/backstretch.min.js + commentTyping: https://cdn.jsdelivr.net/gh/xaoxuu/cdn-volantis@20.2.30/js/commentTyping.js ############################### 服务开关 ############################### @@ -31,12 +31,12 @@ style: # 导航栏阴影 nav: true # 卡片阴影和悬浮动画 - card: true + # card: true # 毛玻璃效果 具体效果调整在: source/less/_color.less blur: - # navbar: true - # widget: true - # body: true + navbar: true + widget: true + body: true # 建议: # 有背景图:开启毛玻璃,关闭卡片阴影 # 无背景图:关闭毛玻璃,开启卡片阴影 @@ -45,7 +45,7 @@ style: # 幻灯片背景 backstretch: - position: cover # cover: 封面背景 fixed: 整个网页背景 + position: fixed # cover: 封面背景 fixed: 整个网页背景 duration: 10000 # 持续时间(毫秒) fade: 2500 # 渐变(毫秒) is_dark: # true # 图片是否是暗色的(调整文字为白色) @@ -60,11 +60,11 @@ backstretch: # page的封面 cover: scheme: search # 后期将会提供多种封面布局方案 - height: full # full(默认值): 首页封面占据整个第一屏幕,其他页面占半个屏幕高度, half: 所有页面都封面都只占半个屏幕高度 + height: full # full: 首页封面占据整个第一屏幕,其他页面占半个屏幕高度, half: 所有页面都封面都只占半个屏幕高度 title: Volantis - subtitle: 山重水复疑无路 柳暗花明又一村 + subtitle: 'A Wonderful Theme for Hexo 4.2+' logo: # assets/logo.png # logo和title只显示一个,若同时设置,则只显示logo - search: 'A Wonderful Theme for Hexo 4.2+' + search: '搜索文档' # 主页封面菜单 features: - name: 公告 diff --git a/source/less/_base.less b/source/less/_base.less index dbc16a0..0fa6697 100755 --- a/source/less/_base.less +++ b/source/less/_base.less @@ -65,7 +65,7 @@ fancybox{ color: fade(@color_text_main, 75%); padding: @gap; .title, .logo{ - margin-top: ~"calc(28vh - 2*@{gap})"; + margin-top: ~"calc(30vh)"; text-align: center; } .title{ diff --git a/source/less/_color.less b/source/less/_color.less index 3fe104b..fba6bdd 100755 --- a/source/less/_color.less +++ b/source/less/_color.less @@ -46,13 +46,13 @@ // 导航栏毛玻璃效果 .nav-blur { - background: fade(@theme_cardbg, 75%); + background: fade(@theme_cardbg, 80%); backdrop-filter: blur(50px); } // 卡片毛玻璃效果 .body-blur,.widget-blur { - background: fade(@theme_cardbg, 80%); + background: fade(@theme_cardbg, 85%); backdrop-filter: blur(20px); }