---
title: Hello, world
date: 2026-08-15
description: Its neat right?
tags: [meta, building]
---

## The blog is live

This is a small place for **build logs**, experiments, and whatever else is worth writing down. Posts are ordinary Markdown files, so writing a new one is intentionally boring.

### What it supports

- Headings and paragraphs
- **Bold**, *italic*, ~~strikethrough~~, and `inline code`
- Ordered and unordered lists
- [Links](https://superintendent.me), images, quotes, and code blocks

```js
const nextProject = "whatever sounds fun";
console.log(nextProject);
```

> More soon. Probably.
