📂 Web File Browser
Go to file
Henrique Dias 488292c7ee remove assets folder; change readme 2015-09-13 20:38:38 +01:00
edit style tweaks 2015-09-13 20:37:20 +01:00
page form in edit template; name changes; assets.go in debug mode 2015-09-13 12:28:26 +01:00
static style tweaks 2015-09-13 20:37:20 +01:00
templates style tweaks 2015-09-13 20:37:20 +01:00
README.md remove assets folder; change readme 2015-09-13 20:38:38 +01:00
hugo.go style tweaks 2015-09-13 20:37:20 +01:00

README.md

Hugo add-on for Caddy

This is an add-on for Caddy which wants to deliver a good UI to edit the content of the website.

Try it

You have to instal go-bindata before. Then execute the following command:

go-bindata -debug -pkg assets -o assets/assets.go static/css/ static/js/ templates/

Now you're ready to test it using Caddydev.