#83 on the way

This commit is contained in:
Henrique Dias
2016-08-10 09:54:40 +01:00
parent 629d78ecee
commit 00054724ff
7 changed files with 128 additions and 256 deletions

View File

@@ -1,6 +1,7 @@
//go:generate go run build/main.go
//go:generate go get github.com/jteeuwen/go-bindata
//go:generate go install github.com/jteeuwen/go-bindata/go-bindata
//go:generate go-bindata -pkg hugo -prefix "assets" -o binary.go assets/...
//go:generate go-bindata -nomemcopy -pkg hugo -prefix "assets" -o binary.go assets/...
// Package hugo makes the bridge between the static website generator Hugo
// and the webserver Caddy, also providing an administrative user interface.