📂 Web File Browser
Go to file
Henrique Dias 0bf1182c91 reuse frontmatter functions 2015-09-14 14:42:48 +01:00
edit parsing and templating improvements 2015-09-14 14:00:12 +01:00
frontmatter reuse frontmatter functions 2015-09-14 14:42:48 +01:00
page parsing and templating improvements 2015-09-14 14:00:12 +01:00
settings reuse frontmatter functions 2015-09-14 14:42:48 +01:00
static updates 2015-09-14 10:46:31 +01:00
templates reuse frontmatter functions 2015-09-14 14:42:48 +01:00
utils updates 2015-09-14 10:46:31 +01:00
.gitignore
README.md
hugo.go

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.