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 anexcerptshown 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
- Edit this post: /admin/blog/hello-world
- Create a new post: click New in the admin sidebar
- Customize the archive intro: edit
site/content/blog/_index.md - Read the docs: https://frontpress.studio/docs
// Templates can query posts directly:
$recent = posts(['folder' => 'blog', 'limit' => 3]);
Happy writing.