diff --git a/README.md b/README.md index 1a67700..45ca7dc 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,28 @@ # Vitesse theme for Astro -Vitesse theme for Astro blog, a minimal, SEO-friendly portfolio and blog theme, supports Vue and UnoCSS. +Vitesse theme for Astro, a minimal, SEO-friendly portfolio and blog theme, supports Vue and UnoCSS. [![Netlify Status](https://api.netlify.com/api/v1/badges/d5bae292-6116-4c52-af4b-05eadedccc60/deploy-status)](https://app.netlify.com/sites/kaivanwong/deploys) ## Preview -![Preview Image](./public//preview.jpg) +![Preview Image](./public/preview.jpg) + +## Features + +- 100 / 100 Lighthouse performance +- Responsive +- SEO-friendly +- Light / Dark Theme +- Markdown support +- MDX (components in your markdown) support +- Vue SFC component support +- Auto generated sitemap and RSS FeedVueUse & Lodash support +- Use the Unocss for style, it's fast. + +## Lighthouse Performance + +![Lighthouse Performance Image](./public/lighthouse.jpg) ## Quick Start diff --git a/public/preview.jpg b/public/preview.jpg index a42c3ad..4c15003 100644 Binary files a/public/preview.jpg and b/public/preview.jpg differ diff --git a/public/screenshot/index-dark.png b/public/screenshot/index-dark.png deleted file mode 100644 index d403d7f..0000000 Binary files a/public/screenshot/index-dark.png and /dev/null differ diff --git a/public/screenshot/index-light.png b/public/screenshot/index-light.png deleted file mode 100644 index 2d43053..0000000 Binary files a/public/screenshot/index-light.png and /dev/null differ diff --git a/src/pages/index.astro b/src/pages/index.astro index 405da04..a87d43f 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -30,7 +30,9 @@ import siteConfig from '@/site-config'

Here are the features you don't need to worry about: