← blog

Hello World

This blog is built with Astro, deployed via GitHub Pages.

Why Astro?

Workflow

  1. Write posts in Obsidian (~/Notes/Blog/src/content/blog/)
  2. Preview with npm run dev
  3. Push to GitHub → auto-deploys via Actions

Posts are plain markdown with frontmatter. Set title, description, pubDate, and optional tags.

---
title: My Post
description: What it's about
pubDate: 2026-06-14
tags: ["linux", "config"]
---

Content here.

Check back for Linux configs, keyboard modding, and project notes.