Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/treefarmstudio/astro-minimal-starter
https://github.com/treefarmstudio/astro-minimal-starter
astro blog starter
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/treefarmstudio/astro-minimal-starter
- Owner: treefarmstudio
- License: mit
- Created: 2021-08-12T04:37:50.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-21T01:55:09.000Z (about 1 year ago)
- Last Synced: 2024-10-03T09:53:04.974Z (4 months ago)
- Topics: astro, blog, starter
- Language: Astro
- Homepage: https://astro-minimal-starter.netlify.app/
- Size: 5.04 MB
- Stars: 61
- Watchers: 5
- Forks: 16
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Netlify Status](https://api.netlify.com/api/v1/badges/6aa49dbb-2dc9-4ee1-baab-5d80d4136677/deploy-status)](https://app.netlify.com/sites/astro-minimal-starter/deploys)
# astro-minimal-starter
[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/jaydanurwin/astro-minimal-starter)
## [Demo Site](https://astro-minimal-starter.netlify.app/)
If you haven't heard about [Astro](https://astro.build) yet you're missing out. This starter repo gives you a blog website with posts written in Markdown, all powered by Astro.
Don't be fooled by the simplicity of this starter either. With excellent SEO built in, Astro's excellent developer environment, and performance best practices you're getting one of the best foundations for a personal blog with posts written in markdown. The reason for making such a bare bones starter in terms of styles is that it has what you need out of the box for SEO and site structure but it makes no assumptions about how you want it look and behave.
Sometimes starters can feel like they are giving us way too much and you'll spend a day picking apart half of the code to get to the setup you actually wanted. Want to use vanilla CSS instead of Tailwind or Scss? No problem!
## Features
- Excellent SEO Built In
- Open Graph Tags (Twitter, Facebook, etc.)
- User Declared Canonical URLs
- RSS Feed
- XML Sitemap
- Robots.txt
- JSON LD Schema
- Markdown based blog posts with featured images
- Extremely minimal styles
- Performant Google Fonts Setup## Get Started
```
# Install Dependenciesnpm i
# Run Site locally
npm start
# Build Site
npm run build
```Navigate to `src/data/site.js` and edit to match your site's information.
Start writing new blog posts in Markdown at `src/pages/blog/`