Fuwari
Fuwari is an Astro-based static blog theme with a clean and elegant style.
Features
- 🚀 Fast: built on Astro with excellent performance
- 🎨 Beautiful: modern design and responsive layout
- 🌙 Dark Mode: supports light and dark theme switching
- 📝 Markdown: write posts in Markdown
- 🔍 SEO-friendly: optimized for search indexing
- 📱 Responsive: works well on mobile devices
- 💬 Comments: supports multiple comment systems
- 🔗 Friend links: supports a dedicated links page
Quick start
Configuration
Edit src/config.ts:
Create a post
Create a Markdown file under src/content/posts/:
Deployment
GitHub Pages
Vercel
- Import the GitHub repo into Vercel.
- Set the build command to
npm run built.
- Set the output directory to
dist.
Cloudflare Pages
- Connect the GitHub repo.
- Set the build command to
npm run built.
- Set the output directory to
dist.
Customization
Modify theme colors
Edit src/styles/global.css:
Fuwari supports comment systems such as Giscus and Waline. Enable the one you want in the config file.
References
Last modified on April 17, 2026