29 lines
1.9 KiB
Markdown
29 lines
1.9 KiB
Markdown

|
|
|
|
<div align="center">
|
|
|
|
## astro-erudite
|
|
|
|
astro-erudite is an opinionated, no-frills static blogging template built with [Astro](https://astro.build/), [Tailwind](https://tailwindcss.com/), and [shadcn/ui](https://ui.shadcn.com/). Extraordinarily loosely based off the [Astro Micro](https://astro-micro.vercel.app/) theme by [trevortylerlee](https://github.com/trevortylerlee).
|
|
|
|
To learn more about why this template exists, read [The State of Static Blogs in 2024](https://astro-erudite.vercel.app/blog/the-state-of-static-blogs), where I share my take on what constitutes a great blogging template and my goals while developing this one.
|
|
|
|
</div>
|
|
|
|
---
|
|
|
|
## Technology Stack
|
|
|
|
This is a list of the various technologies used to build this website:
|
|
|
|
| Category | Technology Name |
|
|
| ------------------- | -------------------------------------------------------------------------------------------------- |
|
|
| Framework | [Astro](https://astro.build/) |
|
|
| Styling | [Tailwind](https://tailwindcss.com) |
|
|
| Components | [shadcn/ui](https://ui.shadcn.com/) |
|
|
| Content | [MDX](https://mdxjs.com/) |
|
|
| Syntax Highlighting | [Shiki](https://github.com/shikijs/shiki) + [rehype-pretty-code](https://rehype-pretty.pages.dev/) |
|
|
| Graphics | [Figma](https://www.figma.com/) |
|
|
| Deployment | [Vercel](https://vercel.com) |
|
|
|
|
---
|