ShiZhui 32baae33ed
All checks were successful
Build and Deploy / build-deploy (push) Successful in 25s
首页星空大背景 + 品牌改为视锥/Logo + 联系方式改为可扩展手机号
2026-06-11 19:10:50 +08:00

ShiZhui 网站

电子 · 软件 · 通信 · 机器人方向的展示型网站。基于 Astro 构建的静态站点。

快速开始

npm install      # 安装依赖
npm run dev      # 本地预览 http://localhost:4321
npm run build    # 构建到 dist/
npm run preview  # 预览构建结果

如何加内容

  • 加博客:在 src/content/blog/ 新建 .md,参考 hello-world.md 的 frontmatter。
  • 加项目:在 src/content/projects/ 新建 .md,参考 sample-robot-arm.md
  • 改站点信息/导航/社交链接:编辑 src/site.config.ts

文档

Description
ShiZhui 展示型网站
Readme 218 KiB
Languages
Astro 77.9%
CSS 9.3%
TypeScript 7.6%
JavaScript 2.5%
HTML 1.4%
Other 1.3%