Introduction

This is me just testing Hugo, right now only checking templates, and how they look.
To answer “Will this site see any real content in the future? When?”
Well, we will know only when we know…

Text formatting

This is bold text, and this is emphasized text.

Code examples:

#bash
echo "Hello, World!"
# Python
print('Hello, World!')
// Java
class HelloWorld {
    public static void main(String[] args) {
        System.out.println("Hello, World!"); 
    }
}

Bullet Points

  • one
  • bullet
  • point
  • at a time