An open API service indexing awesome lists of open source software.

https://github.com/chrissy-dev/astro-mistaro

An opinionated Astro starter for long-lived, content-driven websites, focused on stability, accessibility, and minimal client-side JavaScript.
https://github.com/chrissy-dev/astro-mistaro

Last synced: 4 months ago
JSON representation

An opinionated Astro starter for long-lived, content-driven websites, focused on stability, accessibility, and minimal client-side JavaScript.

Awesome Lists containing this project

README

          

# astro-mistaro

[![CI](https://github.com/chrissy-dev/astro-mistaro/actions/workflows/ci.yml/badge.svg)](https://github.com/chrissy-dev/astro-mistaro/actions/workflows/ci.yml)

An opinionated Astro starter for long-lived, content-driven websites.
Personal baseline, shared publicly as a reference.

> This will likely always be a work in progress.

## Install

```shell
npm create astro@latest -- --template chrissy-dev/astro-mistaro
```
```shell
cd your-project
npm install
npm run dev
```
## Includes

- Astro with static-first output
- Strict TypeScript configuration
- Tailwind CSS
- MDX content collections with schema validation
- Centralised typed site configuration
- Reusable SEO component (OpenGraph, Twitter, canonical, noindex)
- RSS and sitemap generation
- Accessible base layout and 404 page
- robots.txt
- GitHub Actions CI build validation

## Notes

- Built for stability, accessibility, and minimal client-side JavaScript
- Used as the default foundation for my own Astro projects
- Changes are slow and intentional

## License

MIT License. See [LICENSE](./LICENSE) for details.