Code in public

Hello World

In the tradition of creating the most minimal of MVP’s when playing with new technology, it seems only fitting to say “Hello, World!”. But, I also want to test a few other markdown things.

Some highlighted code

def helloWorld():
    print("Hello, World!")

What did I learn from this?

  • Some basics around Hugo blogs
  • How to use markdown code blocks
  • How to run the local Hugo test server
  • Using tags and categories in Hugo posts

Markdown references