diff --git a/README.md b/README.md index 2cf21ca..323f441 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,19 @@ -# Introducing [Astro Micro 🔬](https://astro-micro.vercel.app/) +# cvgellhorn.com -Astro Micro is an accessible theme for Astro. It's a fork of [Mark Horn's](https://github.com/markhorn-dev) popular theme [Astro Nano](https://astro-nano-demo.vercel.app/). Like Nano, Micro comes with zero frameworks installed. +Live website: [cvgellhorn.com](https://cvgellhorn.com/) -Micro adds features like [Giscus](https://giscus.app) for comments, and more. For a full list of changes, see this [blog post](https://astro-micro.vercel.app/blog/00-micro-changelog). +## Development -Micro still comes with everything great about Nano — full type safety, a sitemap, an RSS feed, and Markdown + MDX support. Styled with TailwindCSS and preconfigured with system, light, and dark themes. +From your terminal: ---- +```sh +npm run dev +``` -![astro-micro-image](https://github.com/trevortylerlee/astro-micro/assets/49603972/ec5bc96a-3e96-4af1-a182-7711b54c5ef6) +## Deployment + +Create an optimized production build with: + +```sh +npm run build +```