Sample post: the format

· 1 min read

This is a sample, not a real post. It shows the format. Delete this file and its Portuguese version, sample-post.pt.md, when your first real post goes up.

Frontmatter

Every post starts with a block like this one:

title: "Sample post: the format"
date: 2026-09-16        # publication date, YYYY-MM-DD
summary: "One or two sentences for the blog index, RSS and link previews."
tags: [meta]            # any words; each tag gets its own page
language: en            # en or pt
# translationOf: sample-post   # translations only (see sample-post.pt.md)

The file name becomes the address: sample-post.md is published at /blog/sample-post/.

Formatting

Headings, bold, italics, links, lists and quotes work as usual. So do tables, for number-heavy analysis:

Option Value A Value B
Example 1 1.00 1.25
Example 2 0.90 1.40

A block quote looks like this.