- Hugo site initialized with PaperMod theme (via submodule) - Configured hugo.toml with blog metadata, nav, and social links - Added hello-world post and about page - Added .gitignore Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
11 lines
302 B
Markdown
11 lines
302 B
Markdown
---
|
|
title: "Hello World"
|
|
date: 2026-03-26
|
|
draft: false
|
|
tags: ["meta"]
|
|
description: "First post — the blog is live."
|
|
---
|
|
|
|
Welcome to my blog. I'll be writing about software engineering topics I find interesting — Rust, Java, systems programming, and whatever else catches my attention.
|
|
|
|
Stay tuned.
|