First post. This blog is a Jekyll site built by GitHub Pages — Markdown goes in _posts/, GitHub does the rest.

Adding a post

Create a file in _posts/ named YYYY-MM-DD-title.md with front matter:

---
layout: post
title: "Your Title"
date: 2026-08-13 09:00:00 -0500
categories: whatever
---

Then write Markdown below it. Commit, push, and it’s live in about a minute.

Code blocks work

ssh user@example.com 'systemctl status nginx'

That’s the whole workflow.