First Post
First Post
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
| Tool | Purpose |
|---|---|
| Hugo | Static site generator |
| Caddy | Web server with auto-HTTPS |
| GitLab CI | Build and deploy pipeline |