Go to file
Henrique Dias f931bb3ed0 interface tweaks 2015-09-15 14:00:14 +01:00
edit update 2015-09-15 11:59:48 +01:00
frontmatter update 2015-09-15 11:59:48 +01:00
page working settings 2015-09-14 18:18:26 +01:00
settings changes 2015-09-14 22:36:15 +01:00
static interface tweaks 2015-09-15 14:00:14 +01:00
templates interface tweaks 2015-09-15 14:00:14 +01:00
utils update 2015-09-15 11:59:48 +01:00
.gitignore ignore assets generated by go-bindata 2015-09-13 20:39:01 +01:00
README.md remove assets folder; change readme 2015-09-13 20:38:38 +01:00
hugo.go working settings 2015-09-14 18:18:26 +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.