Update README.md
This commit is contained in:
@ -9,7 +9,7 @@
|
||||
|
||||
- ✅ Integration with **Tailwind CSS** ([@astrojs/tailwind](https://docs.astro.build/en/guides/integrations-guide/tailwind/)).
|
||||
- ✅ Supports **Dark mode**.
|
||||
- ✅ **Fast and SEO friendly blog** with automatic **RSS feed** ([@astrojs/rss](https://docs.astro.build/en/guides/rss/)).
|
||||
- ✅ **Fast and SEO friendly blog** with automatic **RSS feed** ([@astrojs/rss](https://docs.astro.build/en/guides/rss/)) and **MDX** support ([@astrojs/mdx](https://docs.astro.build/en/guides/integrations-guide/mdx/)).
|
||||
- ✅ **Image optimization** ([@astrojs/images](https://docs.astro.build/en/guides/integrations-guide/image/)).
|
||||
- ✅ Generation of **project sitemap** based on your routes ([@astrojs/sitemap](https://docs.astro.build/en/guides/integrations-guide/sitemap/)).
|
||||
- ✅ **Open Graph tags** for social media sharing
|
||||
@ -59,6 +59,7 @@ Inside AstroWind template, you'll see the following folders and files:
|
||||
├── data/
|
||||
| └── blog/
|
||||
| ├── post-slug-1.md
|
||||
| ├── post-slug-2.mdx
|
||||
| └── ...
|
||||
├── public/
|
||||
│ ├── robots.txt
|
||||
@ -245,4 +246,4 @@ Initially created by [onWidget](https://onwidget.com) and maintained by a commun
|
||||
|
||||
## License
|
||||
|
||||
**AstroWind** is licensed under the MIT license — see the [LICENSE](https://github.com/onwidget/astrowind/blob/main/LICENSE.md) file for details.
|
||||
**AstroWind** is licensed under the Unlicense license — see the [LICENSE](https://github.com/onwidget/astrowind/blob/main/LICENSE.md) file for details.
|
||||
|
Reference in New Issue
Block a user