mirror of
https://github.com/ClovertaTheTrilobita/SanYeCao-blog.git
synced 2026-04-01 17:50:13 +00:00
1.8 KiB
1.8 KiB
SanYeCao-Blog
✨SanYeCao Blog✨
🌊Lightweight / Fast / Beautiful🌊
Built With
😋 Features
- Built with purely static pages, responsive, lightweight, and visually pleasing
- Easy to use, with automatic deployment via GitHub Actions
Astro Is All You Need
For more previews, please see: Images.md.
🧳 Usage
1. Fork this repository
Then clone it to your local machine.
2. Run / Build
Important
Before getting started, please rename
.env.examplein the root directory to.envand configure the environment variables, otherwise some features may not work properly.
For details about environment variables, see: EnvVariables-en.md
-
Local development
npm run dev -
Local build
npm run build
3. Deployment
Deploy automatically with GitHub Actions
For details, see: GithubActions-en.md.
Manual deployment
Upload the generated dist/ directory to your server, and configure NGINX to point to index.html.