Hello, Hugo

This is an example blog post written in Markdown and turned into a static HTML page by Hugo.

Why we chose static pages

  • Very fast and cheap to host
  • Simple deployment (copy files to your server)
  • Easy authoring workflow in Markdown

A tiny code snippet

def greet(name: str) -> str:
    return f"Hello, {name}!"

That’s it — write Markdown, run hugo, publish the generated public/ folder.