This is the first post. It exists to verify the build works.

A Heading

Some content under a heading to test rehype-slug.

Here is a shortcode test:

And here is a code block to test expressive-code:

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