Skip to content
First Post

First Post

March 25, 2026·
Jef

This is a sample post to verify the Hugo build and deployment pipeline works end-to-end.

What’s in this setup

  • Hugo for static site generation
  • GitLab CI for build and deploy
  • Caddy on a Scaleway VM for serving with automatic HTTPS
  • Cloudflare for DNS

Code example

func main() {
    fmt.Println("Hello from JWBO Lab")
}

Table

ToolPurpose
HugoStatic site generator
CaddyWeb server with auto-HTTPS
GitLab CIBuild and deploy pipeline