Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/treefarmstudio/astro-minimal-starter


https://github.com/treefarmstudio/astro-minimal-starter

astro blog starter

Last synced: 3 months ago
JSON representation

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 Dependencies

npm 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/`