Skip to content

Commit 4b24fb1

Browse files
committed
chore: add .gitignore
1 parent df18ae7 commit 4b24fb1

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ db.json
55
node_modules/
66
public/
77
.deploy*/
8-
_multiconfig.yml
8+
_multiconfig.yml
9+
.gitconfig

_config.flexblock.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ menu:
55
关于: /about
66

77
# 主页banner图
8-
banner: https://qiniu.sukoshi.xyz/src/images/68686407_p0.jpg
8+
banner: https://ilikestudy.cn/oss/2024%2F07%2F09%2F15-794353eeb15d3fb54e66aedafaf00072-db93f6.jpg
99

1010
# 站点通知信息
1111
notice: flex-block主题部分重构,详情查看https://github.com/miiiku/flex-block

package.json

+1-4
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,7 @@
33
"version": "0.0.0",
44
"private": true,
55
"scripts": {
6-
"build": "hexo generate",
7-
"clean": "hexo clean",
8-
"deploy": "hexo deploy",
9-
"server": "hexo server"
6+
"server": "hexo clean & hexo generate & hexo server"
107
},
118
"hexo": {
129
"version": "7.3.0"

0 commit comments

Comments
 (0)