Files
volumen/posts/hello.md

22 lines
370 B
Markdown

+++
title = "Hello, world"
slug = "hello"
lang = "en"
author = "Petr Balvín"
tags = ["intro", "ruby"]
date = 2026-06-19
[translations]
cs = "ahoj"
+++
# Hello, world
Welcome to a blog powered by **volumen**.
- Markdown with TOML frontmatter
- No database — each post is a single `.md` file
- A JSON API at `/api/volumen`
Try the [post list](/api/volumen/posts).