Hello, world
First post — what this blog is, and what to expect. This is the first post on a fresh Zola blog using the tabi theme, served from Codeberg Pages. A few things that work out of the box: Each post is a Markdown file. The quickest way to add one: …with front matter like the block at the top of this file. Code blocks are syntax-highlighted: Keeping each post in its own folder ( That’s it — write, build, deploy./atom.xml. Writing posts
mkdir -p content/blog/my-post
$EDITOR content/blog/my-post/index.mdfn main() {
println!("Hello, world");
}my-post/index.md) means you can drop images right next to the text and reference them with relative paths.