first commit
This commit is contained in:
@@ -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.
|
||||
Reference in New Issue
Block a user