📂 Web File Browser
Go to file
Henrique Dias 3e9cb873b3 close #87
2016-08-28 10:15:55 +01:00
assets/public/js close #87 2016-08-28 10:15:55 +01:00
utils Archetypes working :) 2016-06-29 14:57:40 +01:00
.gitignore #83 on the way 2016-08-10 09:54:40 +01:00
.travis.yml update 2016-08-10 14:10:55 +01:00
hugo.go stop installing hugo. ask the user to do it 2016-08-25 20:45:48 +01:00
LICENSE.md updates 2016-06-28 17:12:02 +01:00
README.md update travis 2016-08-10 10:13:57 +01:00
setup.go close #87 2016-08-28 10:15:55 +01:00

hugo - a caddy plugin

Build community Documentation Documentation

Hugo is an easy to use and fast command line static website generator, while Caddy is a lightweight, fast, general-purpose, cross-platform HTTP/2 web server with automatic HTTPS. This extension is able to bring a web interface to Caddy to manage Hugo generated websites. This plugin provides you an web interface to manage your websites made with Hugo.

If you're not developer go to the documentation.

NOTE FOR DEVELOPERS

You need to run go generate on $GOPATH/src/github.com/hacdias/caddy-hugo before building any binary. Otherwise, you will receive an undefined: Asset error.