A static blog template built with Astro, modified from Fuwari.
🌏 README in
中文
(Provided by the community and may not always be up-to-date)
- Built with Astro and Tailwind CSS
- Smooth animations and page transitions
- Light / dark mode
- Customizable theme colors & banner
- Responsive design
- Search functionality with Pagefind
- Markdown extended features
- Table of contents
- RSS feed
- Twikoo and artalk comment sections
Command | Action |
---|---|
pnpm install |
Install dependencies |
pnpm dev |
Start dev server at localhost:4321 |
pnpm build |
Build production site to ./dist/ |
pnpm preview |
Preview built site before deploying |
pnpm check |
Run code quality and type checks |
pnpm format |
Format code using Biome |
pnpm new-post <filename> |
Create a new blog post |
pnpm astro ... |
Run Astro CLI commands (e.g., astro add ) |
pnpm astro --help |
Show Astro CLI help |
This project is licensed under the MIT License.
Modified from Fuwari.