Skip to content

Commit 0130db2

Browse files
committed
update
1 parent f5ce8de commit 0130db2

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
node_modules/
2+
public/
3+

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"server": "hexo server"
1010
},
1111
"hexo": {
12-
"version": "7.3.0"
12+
"version": "8.0.0"
1313
},
1414
"dependencies": {
1515
"hexo": "^7.3.0",
@@ -24,4 +24,4 @@
2424
"hexo-server": "^3.0.0",
2525
"hexo-theme-landscape": "^1.0.0"
2626
}
27-
}
27+
}

source/about/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
title: about
3+
date: 2025-10-05 16:49:27
4+
---

0 commit comments

Comments
 (0)