A blogging platform built with Astro, featuring beautiful typography, dark mode, and complete content ownership.
Create markdown or MDX files in src/content/posts/:
---
title: "Your Post Title"
description: "A brief description"
publishDate: 2025-01-15
tags: ["tag1", "tag2"]
featured: false
---
# Your content hereEdit src/styles/tokens.css to customize colors, fonts, and spacing:
:root {
--color-accent: #3b82f6; /* Your brand color */
--font-sans: 'Your Font', sans-serif;
}Apache