SanYeCao-blog/README.md
ClovertaTheTrilobita e333f0c7c2
Update README with new feature images
Added a new image to the features section and updated the description.
2026-03-25 22:48:57 +02:00

1.5 KiB
Raw Blame History

SanYeCao-Blog


三叶草Blog
🌊轻度/快速/美观🌊

Built With
Static Badge Static Badge Static Badge

😋 特性

image
  • 使用纯静态页面,相应迅速,轻盈美观
  • 操作简易Github Action自动部署
  • Astro Is All You Need

更多预览请移步:Images.md

🧳 使用

1. Fork 这个仓库

image

并将其克隆到本地。

2. 运行/构建

Important

在开始之前,请先将根目录的.env.example重命名为.env并配置好环境变量,否则功能会不完善

有关环境变量的说明详见:EnvVariables.md

  • 本地调试

    npm run dev
    
  • 本地构建

    npm run build
    

3. 部署

使用Github Actions自动化部署

详情参见:GithubActions.md

手动部署

将生成的dist/目录上传至你的服务器,使用NGINX指向index.html。