first commit

This commit is contained in:
simple321vip
2026-06-29 22:14:33 +08:00
commit 21b4897005
7 changed files with 5636 additions and 0 deletions
+37
View File
@@ -0,0 +1,37 @@
# Violin CV
个人简历 / 项目展示页。基于 [Astro](https://astro.build)。
## 开发
```bash
npm install
npm run dev # http://localhost:4321
npm run build # 产出 dist/
npm run preview # 预览 build 产物
```
## 目录
```
violin-cv/
├── src/
│ ├── pages/ # 路由文件(每个 .astro / .md 是一个页面)
│ │ ├── index.astro → /
│ │ ├── about.astro → /about
│ │ └── projects/ → /projects
│ ├── layouts/ # 共享布局
│ │ └── BaseLayout.astro
│ └── styles/
│ └── global.css
├── public/ # 静态资源(不打包)
└── astro.config.mjs
```
## ICP
页面 footer 必须保留 ICP 链接——公网安部强制要求。
## License
Private.