Welcome to the new blog.

This is a sample post to confirm your Hugo + PaperMod setup works locally and on Cloudflare Pages.

1
2
3
4
5
6
7
package main

import "fmt"

func main() {
    fmt.Println("Hello, world!")
}