# Chiri 🌸 ![screenshot-light](public/images/screenshot-light.png) ![screenshot-dark](public/images/screenshot-dark.png) Chiri is a minimal blog theme built with [Astro](https://astro.build), offering customization options while preserving its clean aesthetic. Check the [demo](https://astro-chiri.netlify.app/) for more details. ## Features - Built with Astro - Responsive - Light / Dark mode - MD & MDX - KaTeX - Sitemap - RSS - ... ## Getting Started 1. [Fork](https://github.com/the3ash/astro-chiri/fork) this repository, or use this template to [create a new repository](https://github.com/new?template_name=astro-chiri&template_owner=the3ash). 2. Run the following commands: ```bash git clone cd pnpm install pnpm dev ``` 3. Edit `src/config.ts` and `src/content/about/about.md` to your liking. 4. Use `pnpm new ` 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](https://docs.astro.build/en/guides/deploy/) for more details.  [![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start) [![Deploy to Vercel](https://vercel.com/button)](https://vercel.com/new) ## Commands - `pnpm new <title>` - Create a new post (use `_title` for drafts) - `pnpm update-theme` - Update the theme to the latest version ## References - https://paco.me/ - https://benji.org/ - https://shud.in/ - https://retypeset.radishzz.cc/ ## License MIT