Merge branch 'onwidget:astro-v3' into astro-v3
This commit is contained in:
14
README.md
14
README.md
@ -7,19 +7,17 @@
|
|||||||
|
|
||||||
**AstroWind** is a free and open-source template to make your website using **[Astro 3.0](https://astro.build/) + [Tailwind CSS](https://tailwindcss.com/)**. Ready to start a new project and designed taking into account web best practices.
|
**AstroWind** is a free and open-source template to make your website using **[Astro 3.0](https://astro.build/) + [Tailwind CSS](https://tailwindcss.com/)**. Ready to start a new project and designed taking into account web best practices.
|
||||||
|
|
||||||
## Features
|
- ✅ **Production-ready** scores in **PageSpeed Insights** reports.
|
||||||
|
- ✅ Integration with **Tailwind CSS** supporting **Dark mode** and **_RTL_**.
|
||||||
- ✅ Integration with **Tailwind CSS** ([@astrojs/tailwind](https://docs.astro.build/en/guides/integrations-guide/tailwind/)) supporting **Dark mode** and **_RTL_**.
|
- ✅ **Fast and SEO friendly blog** with automatic **RSS feed**, **MDX** support, **Categories & Tags**, **Social Share**, ...
|
||||||
- ✅ **Production-ready** scores in [Lighthouse](https://web.dev/measure/) and [PageSpeed Insights](https://pagespeed.web.dev/) reports.
|
- ✅ **Image Optimization** (using new **Astro Assets** and **Unpic** for Universal image CDN).
|
||||||
- ✅ **Fast and SEO friendly blog** with automatic **RSS feed** ([@astrojs/rss](https://docs.astro.build/en/guides/rss/)), [**MDX** support](https://docs.astro.build/en/guides/integrations-guide/mdx/), **Categories & Tags**, **Social Share**, ...
|
- ✅ Generation of **project sitemap** based on your routes.
|
||||||
- ✅ **Image Optimization** (using new [Astro Assets](https://astro.build/blog/images/) and [Unpic](https://unpic.pics/lib/) for Universal image CDN) and **Font optimization**.
|
|
||||||
- ✅ 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.
|
||||||
- ✅ **Analytics** built-in Google Analytics, and Splitbee integration.
|
- ✅ **Analytics** built-in Google Analytics, and Splitbee integration.
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
<img src="https://raw.githubusercontent.com/onwidget/.github/main/resources/astrowind/screenshot-astro2.jpg" alt="AstroWind Theme Screenshot">
|
<img src="https://raw.githubusercontent.com/onwidget/.github/main/resources/astrowind/screenshot-astro3.png" alt="AstroWind Theme Screenshot">
|
||||||
|
|
||||||
[](https://onwidget.com)
|
[](https://onwidget.com)
|
||||||
[](https://github.com/onwidget/astrowind/blob/main/LICENSE.md)
|
[](https://github.com/onwidget/astrowind/blob/main/LICENSE.md)
|
||||||
|
@ -6,6 +6,6 @@
|
|||||||
"container": {
|
"container": {
|
||||||
"port": 3000,
|
"port": 3000,
|
||||||
"startScript": "start",
|
"startScript": "start",
|
||||||
"node": "16"
|
"node": "18"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user