Hello world!

Hugo is a framework made in Go that generates static websites based on markdown input. We can create our content in markdown and hugo will then create html from that markdown text.

This makes it easy and quick to create new content, since markdown has much simpler context then html.
The framwork also comes with an abundance of free themes ready to use.

Hugo is free and opensource.

The world’s fastest framework for building websites
Link to the hugo project .

It’s also quick and easy to deploy to (for example)
cloudflare pages.

Basically you create a githubrepo and then cloudflare deploys from that repos main branch to cloudflare pages whenever there is a change.

In markdown it’s quick and easy to create and format text:

For example code blocks:

print('hello world')

Headers

  • list

  • entrys

  • Check list

  • items

Basic text formatting

I will use some markdown on my text.