2015-09-12 15:20:24 +00: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.
|
2015-09-13 19:38:38 +00:00
|
|
|
|
|
|
|
## Try it
|
|
|
|
|
|
|
|
You have to instal ```go-bindata``` before. Then execute the following command:
|
|
|
|
|
|
|
|
```
|
2015-09-16 12:02:19 +00:00
|
|
|
go-bindata -debug -pkg assets -o assets/assets.go templates/ assets/css/ assets/js/ assets/fonts/
|
2015-09-13 19:38:38 +00:00
|
|
|
```
|
|
|
|
|
|
|
|
Now you're ready to test it using Caddydev.
|