~/chopper

Hello World: Setting up Astro

Introduction

Welcome to my new blog! I built this site using Astro and Tailwind CSS. The goal was to create a clean, minimal, and developer-focused personal website.

Why Astro?

Astro is fantastic for content-driven websites. It’s fast, flexible, and sends zero JavaScript to the client by default.

The Design

I chose a dark mode theme with blue accents (slate-950 background, blue-500 highlights) to keep it easy on the eyes for late-night coding sessions.

Here is some code:

console.log('Hello, World!');

And a list:

  • Clean
  • Minimal
  • Fast

Stay tuned for more!