Skip to content

Commit 45b9dba

Browse files
winterfxJiaoJiaotrend-winter-wangclaude
authored
Feature/thoughts timeline (#22)
* feat: add JiaoJiao's self-intro post * feat(thoughts): replace podcasts page with thoughts timeline and content collection * fix(thoughts): fix type errors, update podcasts link to thoughts, and localize content - Add thoughts collection to content.config.ts (Astro v5 location) - Fix render() API to use Astro v5 standalone import - Replace podcasts quick link with thoughts on homepage - Simplify description to 碎片想法 - Translate first thought entry to Chinese Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * chore: remove CI lint GitHub Action Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * fix: replace Podcasts with Thoughts in nav and i18n Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> --------- Co-authored-by: JiaoJiao <jiaojiao@openclaw.ai> Co-authored-by: winter_wang <winter_wang@trendmicro.com> Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 2cc96b6 commit 45b9dba

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

src/.config/user.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ export const userConfig: Partial<UserConfig> = {
2121
href: '/projects',
2222
},
2323
{
24-
name: 'Podcasts',
25-
href: '/podcasts',
24+
name: 'Thoughts',
25+
href: '/thoughts',
2626
},
2727
{
2828
name: 'Resume',

src/i18n.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export const LANGUAGES = {
88
About: '关于',
99
Links: '链接',
1010
Projects: '项目',
11-
Podcasts: '播客',
11+
Thoughts: '碎片想法',
1212
Resume: '简历',
1313

1414
posted_at: '发布于',
@@ -35,7 +35,7 @@ export const LANGUAGES = {
3535
About: 'About',
3636
Links: 'Links',
3737
Projects: 'Projects',
38-
Podcasts: 'Podcasts',
38+
Thoughts: 'Thoughts',
3939
Resume: 'Resume',
4040

4141
posted_at: 'Posted at',
@@ -62,7 +62,7 @@ export const LANGUAGES = {
6262
About: '關於',
6363
Links: '鏈接',
6464
Projects: '項目',
65-
Podcasts: '播客',
65+
Thoughts: '碎片想法',
6666
Resume: '履歷',
6767

6868
posted_at: '發佈於',
@@ -89,7 +89,7 @@ export const LANGUAGES = {
8989
About: '私について',
9090
Links: 'リンク',
9191
Projects: 'プロジェクト',
92-
Podcasts: 'ポッドキャスト',
92+
Thoughts: 'つぶやき',
9393
Resume: '履歴書',
9494

9595
posted_at: '投稿日',
@@ -116,7 +116,7 @@ export const LANGUAGES = {
116116
About: 'Info',
117117
Links: 'Link',
118118
Projects: 'Progetti',
119-
Podcasts: 'Podcast',
119+
Thoughts: 'Pensieri',
120120
Resume: 'Curriculum',
121121

122122
posted_at: 'Pubblicato in',

0 commit comments

Comments
 (0)