Skip to content

Commit 3a28cad

Browse files
committed
release: 5.0.0-rc.7
1 parent 12c1a1c commit 3a28cad

File tree

2 files changed

+8
-19
lines changed

2 files changed

+8
-19
lines changed

_config.yml

Lines changed: 7 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,17 @@
1-
2-
3-
default:
4-
avatar: volantis-static/media/placeholder/avatar/round/3442075.svg # https://cdn.jsdelivr.net/gh/cdn-x/[email protected]/avatar/round/3442075.svg
5-
link: volantis-static/media/placeholder/link/8f277b4ee0ecd.svg # https://cdn.jsdelivr.net/gh/cdn-x/[email protected]/link/8f277b4ee0ecd.svg
6-
cover: volantis-static/media/placeholder/cover/76b86c0226ffd.svg # https://cdn.jsdelivr.net/gh/cdn-x/[email protected]/cover/76b86c0226ffd.svg
7-
image: volantis-static/media/placeholder/image/2659360.svg # https://cdn.jsdelivr.net/gh/cdn-x/[email protected]/image/2659360.svg
8-
9-
10-
#
11-
# 上面的是 v5 新版通用配置,可兼容 Stellar 主题,请放心使用
12-
#
13-
# xxxxxxxx
14-
#
15-
# 下面的是 v4 旧版配置,将逐步迁移至通用配置中
16-
#
17-
181
############################### Volantis ###############################
192
info:
203
theme_name: Volantis # This is theme's name.
21-
theme_version: '5.0.0-alpha.12' # This is theme's version.
4+
theme_version: '5.0.0-rc.7' # This is theme's version.
225
theme_docs: https://volantis.js.org/ # This is theme's URL.
236
theme_repo: https://github.com/volantis-x/hexo-theme-volantis
247
# Debug 调试模式
258
debug: false
9+
############################### 默认占位图 ###############################
10+
default:
11+
avatar: volantis-static/media/placeholder/avatar/round/3442075.svg # https://cdn.jsdelivr.net/gh/cdn-x/[email protected]/avatar/round/3442075.svg
12+
link: volantis-static/media/placeholder/link/8f277b4ee0ecd.svg # https://cdn.jsdelivr.net/gh/cdn-x/[email protected]/link/8f277b4ee0ecd.svg
13+
cover: volantis-static/media/placeholder/cover/76b86c0226ffd.svg # https://cdn.jsdelivr.net/gh/cdn-x/[email protected]/cover/76b86c0226ffd.svg
14+
image: volantis-static/media/placeholder/image/2659360.svg # https://cdn.jsdelivr.net/gh/cdn-x/[email protected]/image/2659360.svg
2615
############################### CSP ###############################
2716
# 内容安全策略( CSP )
2817
# https://developer.mozilla.org/zh-CN/docs/Web/HTTP/CSP

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hexo-theme-volantis",
3-
"version": "5.0.0-alpha.12",
3+
"version": "5.0.0-rc.7",
44
"description": "Elegant and powerful theme for Hexo.",
55
"main": "package.json",
66
"scripts": {

0 commit comments

Comments
 (0)