chore(logo): 修改主题logo

This commit is contained in:
nineya 2023-03-28 22:43:03 +08:00
parent 6333291200
commit 7fd179d031
3 changed files with 2 additions and 2 deletions

View File

@ -123,7 +123,7 @@ task('js', () => {
})
task('zip', () => {
const target = ['./templates/**', './*.yaml', 'README.md', 'screenshot.png', 'LICENSE']
const target = ['./templates/**', './*.yaml', 'README.md', 'LICENSE']
return src(target, {base: '.'})
.pipe(zip('halo-theme-dream2.0.zip'))
.pipe(dest(distPath))

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

View File

@ -14,7 +14,7 @@ spec:
# 主题描述
description: '梦之城,童话梦境'
# 主题logo地址
logo: https://q1.qlogo.cn/g?b=qq&nk=361654768&s=640
logo: /themes/theme-dream/assets/img/logo.png
# 主题地址
website: https://github.com/nineya/halo-theme-dream2.0
# 主题github开源地址