📂 Web File Browser
Go to file
2017-01-18 18:59:50 +00:00
assets/public/js hello 2017-01-03 21:21:40 +00:00
utils Archetypes working :) 2016-06-29 14:57:40 +01:00
.editorconfig hello 2017-01-03 21:21:40 +00:00
.gitignore #83 on the way 2016-08-10 09:54:40 +01:00
.jsbeautifyrc hello 2017-01-03 21:21:40 +00:00
.travis.yml travis... 2017-01-14 11:17:35 +00:00
hugo.go fix hacdias/caddy-hugo#105 2017-01-18 18:21:04 +00:00
ISSUE_TEMPLATE update issue template 2017-01-18 18:59:50 +00: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 fix hacdias/caddy-hugo#105 2017-01-18 18:21:04 +00: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.