This commit is contained in:
prototypa
2022-10-22 09:30:00 +02:00

View File

@ -9,7 +9,7 @@
- ✅ Integration with **Tailwind CSS** ([@astrojs/tailwind](https://docs.astro.build/en/guides/integrations-guide/tailwind/)). - ✅ Integration with **Tailwind CSS** ([@astrojs/tailwind](https://docs.astro.build/en/guides/integrations-guide/tailwind/)).
- ✅ Supports **Dark mode**. - ✅ 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](https://docs.astro.build/en/guides/integrations-guide/mdx/).
-**Image optimization** ([@astrojs/images](https://docs.astro.build/en/guides/integrations-guide/image/)). -**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/)). - ✅ 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 -**Open Graph tags** for social media sharing
@ -59,6 +59,7 @@ Inside AstroWind template, you'll see the following folders and files:
├── data/ ├── data/
| └── blog/ | └── blog/
| ├── post-slug-1.md | ├── post-slug-1.md
| ├── post-slug-2.mdx
| └── ... | └── ...
├── public/ ├── public/
│ ├── robots.txt │ ├── robots.txt
@ -245,4 +246,4 @@ Initially created by [onWidget](https://onwidget.com) and maintained by a commun
## License ## 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.