-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsite.config.ts
More file actions
203 lines (189 loc) ยท 8.46 KB
/
Copy pathsite.config.ts
File metadata and controls
203 lines (189 loc) ยท 8.46 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
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
import type { SiteConfig } from './src/config/types'
import pkg from './package.json'
// โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
// ๐ง Folio OS โ Site Configuration
//
// This is the ONLY file you need to edit after forking.
// All personal data, project info, and content is defined here.
// โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
const config: SiteConfig = {
// โโโ ๐ Site Basics โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
site: {
name: 'Starllow',
url: 'https://starllow.com',
githubRepo: 'https://github.com/42arch/website',
locale: 'zh-CN',
description: 'ๆฌข่ฟๆฅๅฐ Starllow Lab๏ผ',
keywords: [
'developer portfolio',
'starllow',
'Starllow Lab',
'42arch',
'dan',
'Ren Dan',
'Web OS',
'Fumadocs portfolio',
'Next.js portfolio',
'creative developer',
'interactive cv',
],
themeColor: '#0d1117',
backgroundColor: '#0d1117',
defaultTheme: 'github-dark',
googleAnalyticsId: process.env.NEXT_PUBLIC_GA_ID || '',
},
// โโโ ๐ค Author โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
author: {
name: 'Dan',
location: 'China, Earth',
stack: 'TypeScript / React / Rust',
focus: 'Web3D, Map',
status: 'Open to collaboration',
role: 'Developer',
},
// โโโ ๐ Social / Contact โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
social: {
email: 'rend42@163.com',
github: 'https://github.com/42arch',
x: 'https://x.com/42archy',
bilibili: 'https://space.bilibili.com/22589532',
stackblitz: 'https://stackblitz.com/@42arch',
},
// โโโ ๐๏ธ Projects โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
projects: [
{
id: 'geojsonio-for-vscode',
title: 'GeoJSON IO for VSCode',
description: 'ๅจ VSCode ไธญ้ข่ง๏ผๅๅปบๅ็ผ่พ geojson ๆไปถใ',
tags: ['Extension', 'VSCode', 'GeoJSON'],
status: 'shipped',
stars: 29,
sourceUrl: 'https://github.com/42arch/geojson.io-for-vscode',
tech: ['TypeScript', 'React', 'VSCode', 'MapboxGL'],
url: 'https://marketplace.visualstudio.com/items?itemName=swallow.geojson-io-for-vscode',
},
{
id: 'hdmap-viewer',
title: 'HDMap Viewer',
description: 'ๅบไบ JavaScript ็้ซ็ฒพๅฐๅพ่งฃๆไธๅฏ่งๅๅทฅๅ
ท๏ผๆฏๆ OpenDRIVE ็ญๆ ผๅผใ',
tags: ['HDMap', 'OpenDRIVE', 'Experimental'],
status: 'in-progress',
stars: 1,
sourceUrl: 'https://github.com/42arch/hdmap-viewer',
tech: ['TypeScript', 'Vite', 'ThreeJS'],
url: 'https://hdmap-viewer.starllow.com',
},
{
id: 'folio-os',
title: 'Website - Folio OS',
description: 'ไธชไบบ็ฝ็ซ๏ผ็้ข่ฎพ่ฎก็ตๆๆฅๆบไบ IDE ๅๆไฝ็ณป็ปใ',
tags: ['Website', 'Portfolio', 'Experimental'],
status: 'in-progress',
sourceUrl: 'https://github.com/42arch/website',
tech: ['Next.js', 'Fumadocs', 'TailwindCSS', 'Zustand'],
stars: 3,
url: 'https://starllow.com',
},
{
id: 'procedural-island-generator',
title: 'Procedural Island Generator',
description: 'ๅค็ง้ฃๆ ผ็็จๅบๅๅฒๅฑฟๅฐๅฝข็ๆๅจใ',
tags: ['Procedural Generation', 'Experimental'],
status: 'shipped',
sourceUrl: 'https://github.com/42arch/procedural-island-generator',
tech: ['WebGL', 'GLSL', 'ThreeJS'],
stars: 4,
url: 'procedural-island-generator.netlify.app',
},
{
id: 'game-of-life',
title: 'Game Of Life',
description: 'ไธไธช็จ webgl ๅ็ๅบทๅจ็ๅฝๆธธๆใ',
tags: ['graphics', 'creative-tools', 'Experimental'],
status: 'archived',
sourceUrl: 'https://github.com/42arch/game-of-life',
tech: ['WebGL', 'NextJS', 'ThreeJS'],
stars: 0,
url: 'https://game-of-life.starllow.com/zh',
},
{
id: 'pokemon-zh',
title: 'ๅฎๅฏๆขฆไธญๆๅพ้ด',
description: 'ๅฟซ้ๆฅ่ฏข๏ผ้ๆถไบ่งฃไฝ ็ๅฎๅฏๆขฆไผไผด๏ผ',
tags: ['WebApp', 'Game'],
status: 'shipped',
sourceUrl: 'https://github.com/42arch/pokedex-zh',
tech: ['TypeScript', 'NextJS', 'TailwindCSS'],
url: 'https://pokedex.starllow.com/',
},
],
// โโโ ๐งช Experiments โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
experiments: [
{
id: 'exp-001',
title: 'Panel-based Navigation System',
description: 'Exploring IDE-inspired navigation patterns for personal websites.',
status: 'running',
date: '2026-05-14',
category: 'UI/UX',
findings: 'Panel-based layouts show 40% higher engagement time compared to traditional scroll layouts.',
},
],
// โโโ ๐ผ๏ธ Gallery โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
gallery: [
{
id: 'g3',
title: 'Shader Experiment #12',
description: 'Fractal noise distortion with color remapping',
category: 'Shaders',
color: 'from-purple-900/80 to-pink-600/40',
aspect: 'portrait',
},
],
// โโโ โน๏ธ About Section โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
about: {
description: 'ๆฌข่ฟๆฅๅฐ Starllow๏ผไธไธชๆข็ดขๅๆฒฟๆๆฏๅๅๆ่กจ่พพ็ๅฎ้ช็ฉบ้ดใ',
techStackDescription: '',
},
// โโโ ๐ Overview Page โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
overview: {
asciiArt: `
โโโโโโโโโโโโโโโโโ โโโโโโ โโโโโโโ โโโ โโโ โโโโโโโ โโโ โโโ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ โโโ โโโโโโโโโโโโ โโโ
โโโโโโโโ โโโ โโโโโโโโโโโโโโโโโโโ โโโ โโโ โโโโโโ โโ โโโ
โโโโโโโโ โโโ โโโโโโโโโโโโโโโโโโโ โโโ โโโ โโโโโโโโโโโโโ
โโโโโโโโ โโโ โโโ โโโโโโ โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โโโโโโโโ โโโ โโโ โโโโโโ โโโโโโโโโโโโโโโโโโโ โโโโโโโ โโโโโโโโ
`.trim(),
subtitle: 'System Executive Environment',
buildTag: 'Build 0x4F53_2026 // Status: Optimal',
stats: [
{ label: 'uptime', value: '99.9%', color: 'bg-emerald-400' },
{ label: 'projects', value: '8', color: 'bg-blue-400' },
{ label: 'commits', value: '1,247', color: 'bg-amber-400' },
{ label: 'deployments', value: '42', color: 'bg-purple-400' },
],
currentFocus: {
title: 'Workspace Interface',
description: 'Building a developer workspace inspired by IDE and operating system aesthetics. Focusing on panel-based navigation, high information density, and experimental interactions.',
branch: 'main',
date: 'Week 20, 2026',
commits: '+34 commits',
},
},
// โโโ โจ๏ธ Terminal โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
terminal: {
shellName: 'starllow-sh',
bootMessage: `Starllow OS Kernel v${pkg.version} loaded.`,
petName: 'Pixel',
neofetch: {
osName: `Starllow OS v${pkg.version}`,
kernel: `Next.js ${pkg.dependencies.next || ''}`,
shell: 'starllow-sh 1.0',
runtime: `React ${pkg.dependencies.react || ''}`,
ui: `Tailwind CSS ${(pkg.devDependencies.tailwindcss || '').replace(/[\^~]/, '')}`,
stateManager: `Zustand ${(pkg.dependencies.zustand || '').replace(/[\^~]/, '')}`,
},
},
}
export default config