mirror of
https://github.com/filebrowser/filebrowser.git
synced 2024-06-07 23:00:43 +00:00
📂 Web File Browser
assets/public/js | ||
utils | ||
.gitignore | ||
.travis.yml | ||
hugo.go | ||
LICENSE.md | ||
README.md | ||
setup.go |
hugo - a caddy plugin
Hugo is an easy to use and fast command line static website generator, while Caddy is a lightweight, fast, general-purpose, cross-platform HTTP/2 web server with automatic HTTPS. This extension is able to bring a web interface to Caddy to manage Hugo generated websites. This plugin provides you an web interface to manage your websites made with Hugo.
If you're not developer go to the documentation.
NOTE FOR DEVELOPERS
You need to run go generate
on $GOPATH/src/github.com/hacdias/caddy-hugo
before building any binary. Otherwise, you will receive an undefined: Asset
error.