https://github.com/treefarmstudio/astro-template-foundation
An opinionated foundation/starter repo for new Astro themes we create.
https://github.com/treefarmstudio/astro-template-foundation
Last synced: about 1 year ago
JSON representation
An opinionated foundation/starter repo for new Astro themes we create.
- Host: GitHub
- URL: https://github.com/treefarmstudio/astro-template-foundation
- Owner: treefarmstudio
- License: mit
- Created: 2022-09-01T02:28:21.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-09T01:06:52.000Z (over 3 years ago)
- Last Synced: 2024-11-05T07:35:15.175Z (over 1 year ago)
- Language: Astro
- Homepage:
- Size: 128 KB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Astro Theme Foundation
This is an opinionated foundation for how we like to structure our themes for Astro. Feel free to use it for your own projects if you want to make your own theme. It's unlicensed and ready for you to make the next million dollar theme for Astro.
## Features
- ✅ SEO friendly
- ✅ Modern CSS Reset via Andy Bell
- ✅ Fluid typography scaling via Utopia
- ✅ Base and Page Layouts
- ✅ A generic but flexible Button component
- ✅ Automatic Sitemap
## Get Started
Customize the global site settings such as the title and description in the `src/data/settings.ts` file
OR
## Local Development
```sh
npm i && npm start
```
## Deploy
[](https://app.netlify.com/start/deploy?repository=https://github.com/littlesticks/simple-blog-astro)
Feel free to deploy and host your site on your favorite static hosting service such as Netlify, Firebase Hosting, Vercel, GitHub Pages, etc.
Astro has [an in-depth guide](https://docs.astro.build/en/guides/deploy/) on how to deploy an Astro project to each service.
## Sponsor
If you find this theme useful, please consider donating to support the continued development of it with the link below
[Donate to Little Sticks](https://buy.stripe.com/REPLACEME)
## Support
Please feel free to reach out to us on our Discord if you have questions or file an issue on the repo.
[Join our Discord](https://littlesticks.dev/discord)
## License
MIT