mirror of
https://github.com/filebrowser/filebrowser.git
synced 2024-06-07 23:00:43 +00:00
📂 Web File Browser
edit | ||
frontmatter | ||
page | ||
settings | ||
static | ||
templates | ||
utils | ||
.gitignore | ||
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.