Fork of Chiri for Astro for my blog
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Chiri 🌸#

screenshot-light screenshot-dark

Chiri is a minimal blog theme built with Astro, offering customization options while preserving its clean aesthetic.

Check the demo for more details.

Features#

  • Built with Astro
  • Responsive
  • Light / Dark mode
  • MD & MDX
  • KaTeX
  • Sitemap
  • RSS
  • ...

Getting Started#

  1. Fork this repository, or use this template to create a new repository.

  2. Run the following commands:

    git clone <your-repo-url>
    
    cd <your-repo-name>
    
    pnpm install
    
    pnpm dev
    
  3. Edit src/config.ts and src/content/about/about.md to your liking.

  4. Use pnpm new <title> to create new posts, or add your posts to src/content/posts.

  5. Deploy to Netlify, Vercel, or other platforms, refer to Astro Deployment Guides for more details.

Deploy to Netlify Deploy to Vercel

Commands#

  • pnpm new <title> - Create a new post (use _title for drafts)
  • pnpm update-theme - Update the theme to the latest version

References#

License#

MIT