This is a starter post — edit or delete it once you’ve written your first real one.
To add a new post, create a file in _posts/ named YYYY-MM-DD-your-title.md. The
date in the filename controls the sort order and the date shown on the post, but the
URL itself is just /blog/your-title/ — no date in the link.
Front matter only needs a title and, optionally, a list of tags:
---
title: "My Post Title"
tags: [windows, productivity]
---
Everything below the --- is written in regular Markdown — headings, bold,
italics, lists, code blocks with syntax highlighting, images, and links all work
as expected.
A heading looks like this
And a sub-heading like this:
A smaller heading
- List items
- Render
- Like this
A blockquote, if you want to call out a quote or an aside.
That’s it — no comments section on posts (per your earlier preference), and each
post automatically shows up on the Blog listing page and in the RSS feed
at /feed.xml.