Hello, world

Hello, world

This is a starter post — feel free to edit or delete it from the admin at /admin/.

What this file demonstrates

  • Front matter. The YAML block at the top of this file (look at the source) defines the post's title, date, tags, categories, and an excerpt shown on archive pages. Add any custom field you like; it'll be available in templates.
  • Markdown body. Everything below the front matter is plain Markdown — headings, lists, links, inline code, images, and code blocks all work.
  • Automatic taxonomy archives. Click #welcome to see a tag archive, or news for the category archive — both routes are generated from the front matter, no setup required.

Where to go next

// Templates can query posts directly:
$recent = posts(['folder' => 'blog', 'limit' => 3]);

Happy writing.