Hugo + Github Pages でやってみる。

package main

import "fmt"

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