Fork of Chiri for Astro for my blog
0
fork

Configure Feed

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

fix: README format

the3ash e6ccca48 66459951

+6 -6
+6 -6
README.md
··· 24 24 25 25 2. Run the following commands: 26 26 27 - ```bash 28 - git clone <your-repo-url> 27 + ```bash 28 + git clone <your-repo-url> 29 29 30 - cd <your-repo-name> 30 + cd <your-repo-name> 31 31 32 - pnpm install 32 + pnpm install 33 33 34 - pnpm dev 35 - ``` 34 + pnpm dev 35 + ``` 36 36 37 37 3. Edit `src/config.ts` and `src/content/about/about.md` to your liking. 38 38