Aronic

My First Test Post (Yay)

2026-02-25

Hello world!

This is a test post to make sure the Hugo routing and styling are working perfectly. If you are reading this on the page, that means the markdown file successfully compiled into the single.html template!

Testing the styles

Let’s make sure the custom CSS we added for the blog posts is actually applying correctly.

Here is a quick list of things I like:

Here is a little code snippet to test the formatting:

def say_hello():
    print("Welcome to aronic.moe!")

say_hello()