script to install Hugo - missing sha256

This commit is contained in:
Henrique Dias
2016-02-20 22:31:46 +00:00
parent 6bcae605f2
commit e8874fabf1
3 changed files with 194 additions and 2 deletions

View File

@@ -26,8 +26,6 @@ import (
// Setup is the init function of Caddy plugins and it configures the whole
// middleware thing.
func Setup(c *setup.Controller) (middleware.Middleware, error) {
// TODO: install Hugo first? add script
config, _ := config.ParseHugo(c)
// Checks if there is an Hugo website in the path that is provided.