Skip to content

Commit 78c9894

Browse files
committed
更新博客模板和依赖配置
1 parent 6bfc631 commit 78c9894

File tree

3 files changed

+34
-9
lines changed

3 files changed

+34
-9
lines changed

src/package-lock.json

Lines changed: 31 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515
"hexo": "^7.3.0",
1616
"hexo-generator-archive": "^2.0.0",
1717
"hexo-generator-category": "^2.0.0",
18-
"hexo-generator-index": "^4.0.0",
18+
"hexo-generator-index-pin-top": "^0.2.2",
1919
"hexo-generator-tag": "^2.0.0",
2020
"hexo-renderer-ejs": "^2.0.0",
2121
"hexo-renderer-marked": "^6.3.0",
2222
"hexo-renderer-stylus": "^3.0.1",
2323
"hexo-server": "^3.0.0",
2424
"hexo-theme-landscape": "^1.0.0"
2525
}
26-
}
26+
}

src/scaffolds/post.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: {{ title }}
33
title_en: "{{ title_en }}"
44
date: {{ date }}
55
updated: {{ date }}
6+
top: false
67
tags:
78
- Tag1
89
- Tag2

0 commit comments

Comments
 (0)