11 lines
329 B
Markdown
11 lines
329 B
Markdown
---
|
|
title: Hello, world
|
|
date: 2026-04-12
|
|
abstract: First demo blog post.
|
|
tags: [writing]
|
|
---
|
|
|
|
Welcome to the blog. This demo post exists so the paginated blog index has at least one entry. Replace it with your first real post.
|
|
|
|
Add Markdown files under `content/blog/` and they appear in reverse chronological order at `/blog/`.
|