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:

  • Building cool game engines
  • Complaining about bugs
  • Finally fixing the bugs

Here is a little code snippet to test the formatting:

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

say_hello()