Fork of Chiri for Astro for my blog
6
fork

Configure Feed

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

doc: updt domain

the3ash e25237c9 2263dcd8

+3 -3
+1 -1
README.md
··· 5 5 6 6 Chiri is a minimal blog theme built with [Astro](https://astro.build), offering customization options while preserving its clean aesthetic. 7 7 8 - Check the [demo](https://astro-chiri.netlify.app/) for more details. 8 + Check the [demo](https://chiri.the3ash.com/) for more details. 9 9 10 10 ## Features 11 11
+1 -1
src/config.ts
··· 3 3 export const themeConfig: ThemeConfig = { 4 4 // SITE INFO /////////////////////////////////////////////////////////////////////////////////////////// 5 5 site: { 6 - website: 'https://astro-chiri.netlify.app/', // Site domain 6 + website: 'https://chiri.the3ash.com/', // Site domain 7 7 title: 'CHIRI', // Site title 8 8 author: '3ASH', // Author name 9 9 description: 'Minimal blog built by Astro', // Site description
+1 -1
src/content/posts/theme-guide.md
··· 21 21 ```ts 22 22 // Site Info 23 23 site: { 24 - website: 'https://astro-chiri.netlify.app/', // Site domain 24 + website: 'https://chiri.the3ash.com/', // Site domain 25 25 title: 'CHIRI', // Site title 26 26 author: '3ASH', // Author name 27 27 description: 'Minimal blog built by Astro', // Site description