Skip to content

Files

Latest commit

author
Jaydan Urwin
Sep 26, 2022
2263d85 · Sep 26, 2022

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Sep 5, 2022
Sep 26, 2022
Jul 29, 2022
Aug 20, 2021
Aug 20, 2021
Nov 22, 2021
Aug 20, 2021
Sep 15, 2022
Aug 20, 2021
Sep 26, 2022
Sep 15, 2022
Nov 22, 2021
Dec 22, 2021

Netlify Status

astro-minimal-starter

If you haven't heard about Astro 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 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/