Hello, World!

May 12, 2026 #meta

Welcome to my blog! This is the first post.

A Java snippet

public class Hello {
    public static void main(String[] args) {
        var message = "Hello, JVM!";
        System.out.println(message);
    }
}

Some bash

#!/usr/bin/env bash
set -euo pipefail

echo "Building..."
zola build
echo "Done in $SECONDS seconds."

Inline stuff

You can write inline code, bold, italic, and strikethrough.

Link to Zola or to another page.

Lists and blockquotes

This is a blockquote. It can span multiple lines and is great for citations or callouts.

Tables

FeatureStatus
ZolaWorking
Themeabridge
Colorsgruvbox

Admonitions

This is a note — useful for supplementary information.

This is a tip — helpful advice to make things easier.

This is important — key information you shouldn't miss.

This is a warning — proceed with caution.

This is a caution — potential negative consequences ahead.


That's it for now.