Minimal personal blog built with Astro. Designed for simplicity and performance.
- Fast static site generation
- Type-safe Markdown content
- Clean dark theme with JetBrains Mono
- Responsive design
- SEO optimized (sitemap, RSS)
- Cloudflare Pages ready
git clone https://github.com/alwalxed/awa
cd awa && pnpm i
pnpm run dev
Create articles in src/content/articles/
:
---
title: "Your Title"
date: 2025-01-15
excerpt: "Brief description"
tags: ["tag1", "tag2"]
---
Content here...
- Site info:
src/layouts/Layout.astro
- Colors:
src/styles/global.css
- Content:
src/content/articles/
pnpm run build # Build for any host
pnpm run deploy # Deploy to Cloudflare Pages