forked from
quillmatiq.com/augment
Fork of Chiri for Astro for my blog
1# Chiri 🌸
2
3
4
5
6Chiri is a minimal blog theme built with [Astro](https://astro.build), offering customization options while preserving its clean aesthetic.
7
8Check the [demo](https://astro-chiri.netlify.app/) for more details.
9
10## Features
11
12- Built with Astro
13- Responsive
14- Light / Dark mode
15- MD & MDX
16- KaTeX
17- Sitemap
18- RSS
19- ...
20
21## Getting Started
22
231. [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).
24
252. Run the following commands:
26
27 ```bash
28 git clone <your-repo-url>
29
30 cd <your-repo-name>
31
32 pnpm install
33
34 pnpm dev
35 ```
36
373. Edit `src/config.ts` and `src/content/about/about.md` to your liking.
38
394. Use `pnpm new <title>` to create new posts, or add your posts to `src/content/posts`.
40
415. Deploy to Netlify, Vercel, or other platforms, refer to [Astro Deployment Guides](https://docs.astro.build/en/guides/deploy/) for more details.
42
43 [](https://app.netlify.com/start) [](https://vercel.com/new)
44
45## Commands
46
47- `pnpm new <title>` - Create a new post (use `_title` for drafts)
48- `pnpm update-theme` - Update the theme to the latest version
49
50## References
51
52- https://paco.me/
53- https://benji.org/
54- https://shud.in/
55- https://retypeset.radishzz.cc/
56
57## License
58
59MIT