feat: update readme
This commit is contained in:
parent
ba54d9f7b9
commit
746e2c32ba
5 changed files with 20 additions and 2 deletions
20
README.md
20
README.md
|
@ -1,12 +1,28 @@
|
||||||
# Vitesse theme for Astro
|
# 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)
|
[![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
|
||||||
|
|
||||||
![Preview Image](./public//preview.jpg)
|
![Preview Image](./public/preview.jpg)
|
||||||
|
|
||||||
|
## Features
|
||||||
|
|
||||||
|
- 100 / 100 Lighthouse performance
|
||||||
|
- Responsive
|
||||||
|
- SEO-friendly
|
||||||
|
- Light / Dark Theme
|
||||||
|
- Markdown support
|
||||||
|
- <a target="_blank" href="https://mdxjs.com/">MDX</a> (components in your markdown) support
|
||||||
|
- <a target="_blank" href="https://vuejs.org/">Vue</a> SFC component support
|
||||||
|
- Auto generated sitemap and RSS Feed<a target="_blank" href="https://vueuse.org/">VueUse</a> & <a target="_blank" href="https://lodash.com/">Lodash</a> support
|
||||||
|
- Use the <a target="_blank" href="https://unocss.dev/">Unocss</a> for style, it's fast.
|
||||||
|
|
||||||
|
## Lighthouse Performance
|
||||||
|
|
||||||
|
![Lighthouse Performance Image](./public/lighthouse.jpg)
|
||||||
|
|
||||||
## Quick Start
|
## Quick Start
|
||||||
|
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 106 KiB After Width: | Height: | Size: 82 KiB |
Binary file not shown.
Before Width: | Height: | Size: 57 KiB |
Binary file not shown.
Before Width: | Height: | Size: 58 KiB |
|
@ -30,7 +30,9 @@ import siteConfig from '@/site-config'
|
||||||
</p>
|
</p>
|
||||||
<p>Here are the features you don't need to worry about:</p>
|
<p>Here are the features you don't need to worry about:</p>
|
||||||
<ul>
|
<ul>
|
||||||
|
<li>100 / 100 Lighthouse performance</li>
|
||||||
<li>Responsive</li>
|
<li>Responsive</li>
|
||||||
|
<li>SEO-friendly</li>
|
||||||
<li>Light / Dark Theme</li>
|
<li>Light / Dark Theme</li>
|
||||||
<li>Markdown support</li>
|
<li>Markdown support</li>
|
||||||
<li>
|
<li>
|
||||||
|
|
Loading…
Reference in a new issue