remove assets folder; change readme

This commit is contained in:
Henrique Dias
2015-09-13 20:38:38 +01:00
parent fcf987189b
commit 488292c7ee
2 changed files with 10 additions and 311 deletions

View File

@@ -1,3 +1,13 @@
# 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.