Hello World

2026-08-01 · 3 min read

Tags: meta, webdev


Hello World

This is the first test blog post. It exists to validate the content pipeline works end-to-end.

Code Example

Here’s some syntax highlighting:

def greet(name: str) -> str:
    return f"Hello, {name}!"

Inline Image

Here’s a test image:

Test image

That’s all for now.