From 5bd0efd9906024d39b19ba3022da3700bb0f4313 Mon Sep 17 00:00:00 2001 From: prototypa <54446028+prototypa@users.noreply.github.com> Date: Wed, 17 Aug 2022 23:26:38 -0400 Subject: [PATCH] Add blog support to features --- README.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index dec721c..c30fa9a 100644 --- a/README.md +++ b/README.md @@ -8,15 +8,13 @@ A template to make your website using **Astro + Tailwind CSS**. Ready to start a 🚀 **Features** - Excellent integration with **Tailwind CSS** via [@astrojs/tailwind](https://docs.astro.build/en/guides/integrations-guide/tailwind/) -- **Image optimization** using [@astrojs/images](https://docs.astro.build/en/guides/integrations-guide/image/). Supports resizing images and encoding them to different image formats. +- Support for fast and **SEO friendly blog** +- Automatic **RSS feed** generation with [@astrojs/rss](https://docs.astro.build/en/guides/rss/) +- **Image optimization** using [@astrojs/images](https://docs.astro.build/en/guides/integrations-guide/image/). - Automatically generate the **project sitemap** based on your routes with [@astrojs/sitemap](https://docs.astro.build/en/guides/integrations-guide/sitemap/). - **Optimize the use of fonts** from Google Fonts at build time with [subfont](https://www.npmjs.com/package/subfont) package -- **Perfect score in Lighthouse** reports (build code): - - 100 Performance - - 100 Accessibility - - 100 Best Practices - - 100 SEO -- Production **ready PageSpeed Insights** score +- **Production-ready** scores in Lighthouse and PageSpeed Insights reports: + - 100 Performance, 100 Accessibility, 100 Best Practices, 100 SEO