Skip to content

Commit 845e76f

Browse files
committed
docs: remove emojis from README
1 parent a827ed8 commit 845e76f

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

README.ASTRO.md

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@
22

33
A minimal, responsive, and feature-rich Astro theme for technical writing, migrated from the popular [Jekyll Chirpy theme](https://github.com/cotes2020/jekyll-theme-chirpy).
44

5-
## 🚀 Features
5+
## Features
66

7-
- **Lightning Fast** - Built with Astro for optimal performance
8-
- 🎨 **Clean Design** - Minimal and elegant interface
9-
- 🌓 **Dark Mode** - Automatic theme switching with manual toggle
10-
- 📱 **Fully Responsive** - Works perfectly on all devices
11-
- 🔍 **SEO Optimized** - Built-in SEO best practices
12-
- 📝 **MDX Support** - Write content in Markdown or MDX
13-
- 🏷️ **Tags & Categories** - Organize your content effectively
14-
- 🎯 **TypeScript Ready** - Full TypeScript support
15-
- **Accessible** - WCAG compliant
7+
- **Lightning Fast** - Built with Astro for optimal performance
8+
- **Clean Design** - Minimal and elegant interface
9+
- **Dark Mode** - Automatic theme switching with manual toggle
10+
- **Fully Responsive** - Works perfectly on all devices
11+
- **SEO Optimized** - Built-in SEO best practices
12+
- **MDX Support** - Write content in Markdown or MDX
13+
- **Tags & Categories** - Organize your content effectively
14+
- **TypeScript Ready** - Full TypeScript support
15+
- **Accessible** - WCAG compliant
1616

17-
## 📦 Project Structure
17+
## Project Structure
1818

1919
```
2020
astro-chirpy/
@@ -58,7 +58,7 @@ astro-chirpy/
5858
└── package.json
5959
```
6060

61-
## 🛠️ Getting Started
61+
## Getting Started
6262

6363
### Prerequisites
6464

@@ -95,7 +95,7 @@ npm run dev
9595

9696
Visit `http://localhost:4321` to see your site!
9797

98-
## 📝 Creating Content
98+
## Creating Content
9999

100100
### Writing Posts
101101

@@ -145,7 +145,7 @@ order: 1
145145
Tab content...
146146
```
147147

148-
## 🎨 Customization
148+
## Customization
149149

150150
### Styling
151151

@@ -179,7 +179,7 @@ export const COMMENTS = { ... };
179179
export const FEATURES = { ... };
180180
```
181181

182-
## 🚢 Deployment
182+
## Deployment
183183

184184
### Build for Production
185185

@@ -204,7 +204,7 @@ You can deploy to any static hosting service:
204204
- **GitHub Pages**: Use GitHub Actions
205205
- **Cloudflare Pages**: Connect your repo
206206

207-
## 📚 Commands
207+
## Commands
208208

209209
| Command | Action |
210210
|---------|--------|
@@ -215,7 +215,7 @@ You can deploy to any static hosting service:
215215
| `npm run lint:js` | Lint JavaScript/TypeScript |
216216
| `npm run lint:scss` | Lint SCSS files |
217217

218-
## 🔄 Migration from Jekyll Chirpy
218+
## Migration from Jekyll Chirpy
219219

220220
### Key Differences
221221

@@ -255,27 +255,27 @@ If you're migrating from Jekyll Chirpy:
255255
4. Update `src/config.ts` with your `_config.yml` settings
256256
5. Copy any custom assets to `public/`
257257

258-
## 🤝 Contributing
258+
## Contributing
259259

260260
Contributions are welcome! Please feel free to submit a Pull Request.
261261

262-
## 📄 License
262+
## License
263263

264264
This project is licensed under the MIT License - see the original [Jekyll Chirpy theme](https://github.com/cotes2020/jekyll-theme-chirpy) for details.
265265

266-
## 🙏 Credits
266+
## Credits
267267

268268
- Original theme: [Jekyll Chirpy](https://github.com/cotes2020/jekyll-theme-chirpy) by [Cotes Chung](https://github.com/cotes2020)
269269
- Built with [Astro](https://astro.build)
270270
- Icons by [Font Awesome](https://fontawesome.com)
271271
- Styling with [Bootstrap](https://getbootstrap.com) and custom SCSS
272272

273-
## 📞 Support
273+
## Support
274274

275275
- [Documentation](https://astro.build)
276276
- [Astro Discord](https://astro.build/chat)
277277
- [GitHub Issues](https://github.com/your-repo/issues)
278278

279279
---
280280

281-
Made with ❤️ using [Astro](https://astro.build)
281+
Made using [Astro](https://astro.build)

0 commit comments

Comments
 (0)