Skip to content

drehimself/astro-portfolio-starter

Repository files navigation

Astro Portfolio Starter

A simple portfolio starter and blog theme for Astro.

screenshot

Demo URL

https://astro-portfolio-starter-demo.netlify.com

Features

  • Clean and minimal design
  • Tailwind CSS using the astro integration.
  • Blog with MDX markdown content for posts. Also supports Vue and React components directly within the Markdown.
  • Theme Switcher with Light and Dark Mode
  • View Transitions using Astro's implementation
  • Tags for posts
  • Basic pagination
  • Syntax highlighting
  • Illustrations from unDraw
  • 404 Page

Installation

  1. Clone the repo: git clone https://github.com/drehimself/astro-portfolio-starter.git
  2. cd astro-portfolio-starter
  3. npm install
  4. npm run dev to start a local dev server. npm run build to build app for production.

Notes