39 lines
1.1 KiB
Markdown
39 lines
1.1 KiB
Markdown
---
|
|
# Post metadata
|
|
id: "hello-world"
|
|
title: "Hello, World"
|
|
slug: "hello-world"
|
|
subtitle: "Your first post in this Rustelo website"
|
|
excerpt: "A starter post showing the blog front-matter schema. Replace this with your own content. Every field below is consumed by the blog list and post pages."
|
|
|
|
# Publication info
|
|
author: "Your Name"
|
|
date: "2026-01-01"
|
|
published: true
|
|
featured: true
|
|
|
|
# Categorization
|
|
category: "getting-started"
|
|
tags: ["rustelo", "example"]
|
|
|
|
# Display
|
|
read_time: "2 min read"
|
|
sort_order: 1
|
|
css_class: "category-getting-started"
|
|
category_description: "Getting started"
|
|
category_published: true
|
|
---
|
|
|
|
# Hello, World
|
|
|
|
This is an example post shipped with the template. It exists so the blog list,
|
|
category filters, and post page render out of the box.
|
|
|
|
## What to do next
|
|
|
|
- Edit or delete this file and `../../es/getting-started/hola-mundo.md`.
|
|
- Add posts under `site/content/blog/<lang>/<category>/`.
|
|
- Keep the front-matter keys above — they drive the list and detail pages.
|
|
|
|
Both render profiles (`htmx-ssr` and `leptos-hydration`) read the same content;
|
|
nothing here is profile-specific.
|