close #45
This commit is contained in:
parent
5fd7adec7a
commit
6bcae605f2
2
hugo.go
2
hugo.go
|
@ -26,7 +26,7 @@ import (
|
||||||
// Setup is the init function of Caddy plugins and it configures the whole
|
// Setup is the init function of Caddy plugins and it configures the whole
|
||||||
// middleware thing.
|
// middleware thing.
|
||||||
func Setup(c *setup.Controller) (middleware.Middleware, error) {
|
func Setup(c *setup.Controller) (middleware.Middleware, error) {
|
||||||
// TODO: install Hugo first?
|
// TODO: install Hugo first? add script
|
||||||
|
|
||||||
config, _ := config.ParseHugo(c)
|
config, _ := config.ParseHugo(c)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue