updates and restructure

This commit is contained in:
Henrique Dias
2016-06-21 16:01:46 +01:00
parent b43d8e2465
commit 72c7abe469
29 changed files with 416 additions and 1390 deletions

View File

@@ -1,3 +1,7 @@
//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/...
// Package hugo makes the bridge between the static website generator Hugo
// and the webserver Caddy, also providing an administrative user interface.
package hugo