📂 Web File Browser
Go to file
2015-09-16 12:18:12 +01:00
assets updates and grunt 2015-09-16 12:18:12 +01:00
browse add browse file; move function to utils pkg 2015-09-15 21:40:46 +01:00
edit editor updates 2015-09-15 19:26:18 +01:00
frontmatter fix settings error 2015-09-15 21:28:54 +01:00
page working settings 2015-09-14 18:18:26 +01:00
settings fix settings error 2015-09-15 21:28:54 +01:00
templates updates and grunt 2015-09-16 12:18:12 +01:00
utils add browse file; move function to utils pkg 2015-09-15 21:40:46 +01:00
.gitignore updates and grunt 2015-09-16 12:18:12 +01:00
gruntfile.js updates and grunt 2015-09-16 12:18:12 +01:00
hugo.go updates and grunt 2015-09-16 12:18:12 +01:00
LICENSE.md updates and grunt 2015-09-16 12:18:12 +01:00
package.json updates and grunt 2015-09-16 12:18:12 +01:00
README.md updates and grunt 2015-09-16 12:18:12 +01:00

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 templates/ assets/dist/css/ assets/dist/js/

Now you're ready to test it using Caddydev.