Skip to content

Commit a5db603

Browse files
committed
refactor: content hierchancy.
1 parent 6db54db commit a5db603

12 files changed

Lines changed: 3 additions & 21 deletions

src/content.config.ts

Lines changed: 0 additions & 18 deletions
This file was deleted.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ pinned: true
99

1010
This first pass focuses on the essentials instead of a heavy CMS:
1111

12-
- keep posts in `src/content/blog/`
12+
- keep posts in `src/contents/blog/`
1313
- render every entry through one shared blog layout
1414
- generate homepage timeline/news items automatically
1515
- link each milestone directly to its corresponding post
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ pinned: true
99

1010
这一版博客系统的目标不是先做复杂 CMS,而是先把最核心的内容流打通:
1111

12-
-`src/content/blog/` 中维护 markdown 文章
12+
-`src/contents/blog/` 中维护 markdown 文章
1313
- 通过统一布局渲染为博客详情页
1414
- 在首页的 timeline/news 区域自动读取最新文章
1515
- 点击时间节点直接跳转到对应博客页面

0 commit comments

Comments
 (0)