Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oliverspeir/nested-collections-example
https://github.com/oliverspeir/nested-collections-example
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/oliverspeir/nested-collections-example
- Owner: OliverSpeir
- Created: 2024-12-04T23:55:00.000Z (21 days ago)
- Default Branch: main
- Last Pushed: 2024-12-05T00:16:13.000Z (21 days ago)
- Last Synced: 2024-12-05T01:21:02.879Z (20 days ago)
- Language: Astro
- Size: 2.51 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Blog Starter for Astro
- Opinionated unstyled starter for Astro meant to cover the "plumbing" and linting/formatting
- Prettier and eslint with [typescript-eslint](https://typescript-eslint.io) using the optional [`config(...)` helper fucntion](https://typescript-eslint.io/packages/typescript-eslint#config)
- Paginated blog with tags using content collections
- Custom minimal tailwind base
- Handles themes without FOUC and provides toggles
- Most code is stolen from [@Princesseuh](https://github.com/Princesseuh)