From 95e88fbc2164ea8b8deb3f3e3780cd532273ca19 Mon Sep 17 00:00:00 2001 From: prototypa <54446028+prototypa@users.noreply.github.com> Date: Sun, 16 Oct 2022 19:04:59 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 42f3913..110925e 100644 --- a/README.md +++ b/README.md @@ -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. From 9623821e8053ec5025fef97bf9ed7f110699f0b8 Mon Sep 17 00:00:00 2001 From: prototypa <54446028+prototypa@users.noreply.github.com> Date: Sun, 16 Oct 2022 19:06:08 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 110925e..a57e2b3 100644 --- a/README.md +++ b/README.md @@ -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/)) and **MDX** support ([@astrojs/mdx](https://docs.astro.build/en/guides/integrations-guide/mdx/)). +- ✅ **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/)). - ✅ 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