Skip to content

Commit

Permalink
chore: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
cvgellhorn committed Sep 2, 2024
1 parent d34c0ad commit 4f7836e
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
```

0 comments on commit 4f7836e

Please sign in to comment.