Skip to main content

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

  1. Import the GitHub repo into Vercel.
  2. Set the build command to npm run built.
  3. Set the output directory to dist.

Cloudflare Pages

  1. Connect the GitHub repo.
  2. Set the build command to npm run built.
  3. Set the output directory to dist.

Customization

Modify theme colors

Edit src/styles/global.css:

Add a comment system

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