-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpage-data.ts
More file actions
134 lines (130 loc) · 5.25 KB
/
page-data.ts
File metadata and controls
134 lines (130 loc) · 5.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
import type { Locale } from '@/config/site';
export const aboutCopy: Record<Locale, { heading: string; slogan: string; body: string[]; skills: string[] }> = {
zh: {
heading: '关于我',
slogan: '从运维到 AI 工程,把复杂技术做成可落地的能力',
body: [
'你好,我是 Passion.',
'我是一名 AI 开发运维工程师,也是一名喜欢持续记录与分享的技术实践者.',
'我的职业路径从系统运维开始,逐渐走向云运维、虚拟化、网络、安全、自动化、开发,再到今天持续深耕 AI 开发、大模型、Agent、MCP、工作流与企业 AI 平台.',
'这个博客,是我用来记录成长和沉淀经验的地方.',
'我希望把自己在真实项目、生产环境和企业落地中踩过的坑、总结过的方法、形成过的理解,尽可能真诚、清晰地写下来,帮助更多人少走弯路.'
],
skills: [
'AI 工程化',
'大模型 / Agent',
'MCP / 工作流',
'Python / FastAPI',
'React / Vue',
'Linux / Docker',
'Kubernetes',
'CI/CD',
'DBA',
'主流云平台(阿里云 / AWS / 腾讯云 / 华为云)',
'企业 AI 落地'
]
},
en: {
heading: 'About',
slogan: 'From Ops to AI engineering, turning complexity into deployable capability',
body: [
'Hi, I am Passion.',
'I am an AI development and operations engineer, and a practitioner who values long-term documentation and sharing.',
'My path started with system operations, then expanded into cloud operations, virtualization, networking, security, automation, and software development. Today, I focus on AI engineering, LLMs, Agents, MCP, workflows, and enterprise AI platforms.',
'This blog is where I record growth and distill practical experience.',
'I write as clearly and honestly as possible about real production lessons, implementation methods, and mental models, so more people can avoid unnecessary detours.'
],
skills: [
'AI Engineering',
'LLM / Agent',
'MCP / Workflow',
'Python / FastAPI',
'React / Vue',
'Linux / Docker',
'Kubernetes',
'CI/CD',
'DBA',
'Major Cloud Platforms (Alibaba Cloud / AWS / Tencent Cloud / Huawei Cloud)',
'Enterprise AI Delivery'
]
}
};
export const projectList: Record<
Locale,
Array<{ name: string; status: string; description: string; link: string }>
> = {
// 项目维护说明(以后只改这里):
// 1) 新增项目: 在 zh 和 en 各加一条(建议两边顺序保持一致)。
// 2) 删除项目: 在 zh 和 en 同时删掉对应条目。
// 3) 字段说明:
// - name: 项目名
// - status: 状态(如 进行中 / 维护中, In progress / Maintained)
// - description: 简介
// - link: 项目链接(GitHub 或官网)
//
// 新增完整示例(复制后改内容即可):
// zh:
// {
// name: '示例项目',
// status: '进行中',
// description: '这里写中文项目介绍。',
// link: 'https://github.com/your-org/your-repo'
// },
// en:
// {
// name: 'Example Project',
// status: 'In progress',
// description: 'Write the English project description here.',
// link: 'https://github.com/your-org/your-repo'
// },
zh: [
{
name: '代码仓库',
status: '维护中',
description: '集中维护个人技术项目与自动化脚本,持续迭代工程实践、部署流程与可复用能力组件.',
link: 'https://github.com/Noveris-AI'
},
{
name: "Passion's 博客",
status: '维护中',
description: '双语博客系统,支持 MDX、主题切换、全文搜索与 GitHub Pages 自动部署.',
link: 'https://github.com/Noveris-AI/Noveris-AI.github.io'
}
],
en: [
{
name: 'Code Repository',
status: 'Maintained',
description: 'A central hub for technical projects and automation scripts, continuously evolving engineering practices and reusable delivery components.',
link: 'https://github.com/Noveris-AI'
},
{
name: "Passion's Blog",
status: 'Maintained',
description: 'Bilingual blog system with MDX, theme switching, full-text search, and automated GitHub Pages deployment.',
link: 'https://github.com/Noveris-AI/Noveris-AI.github.io'
}
]
};
export const usesList: Record<Locale, Array<{ group: string; items: string[] }>> = {
zh: [
{ group: '硬件', items: ['MacBook Pro', '华硕天选 2(系统 Windows 11)', '腾讯云服务器'] },
{ group: '开发工具', items: ['VS Code', 'Cursor', 'Docker Desktop', 'AI'] },
{ group: '设计与协作', items: ['飞书', 'Photoshop', 'Typora', '剪映'] }
],
en: [
{ group: 'Hardware', items: ['MacBook Pro', 'ASUS Tianxuan 2 (Windows 11)', 'Tencent Cloud Server'] },
{ group: 'Development Tools', items: ['VS Code', 'Cursor', 'Docker Desktop', 'AI'] },
{ group: 'Design & Collaboration', items: ['Lark', 'Photoshop', 'Typora', 'CapCut'] }
]
};
export const contactCopy: Record<Locale, { title: string; note: string }> = {
zh: {
title: '联系',
note: '欢迎通过邮件或代码仓库与我交流。'
},
en: {
title: 'Contact',
note: 'Feel free to reach me by email or GitHub.'
}
};