generated from trevortylerlee/astro-micro
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d34c0ad
commit 4f7836e
Showing
1 changed file
with
14 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
``` |