📂 Web File Browser
Go to file
2016-06-09 15:24:05 +01:00
assets UI updates; unstable 2016-06-07 22:05:15 +01:00
config updates on #71 2016-06-07 16:08:52 +01:00
dist Update automate.sh 2016-03-03 19:52:17 +00:00
routes close #71; fix bugs 2016-06-07 18:15:55 +01:00
tools close #70 2016-06-07 19:00:07 +01:00
.gitignore test travis with bintray 2016-03-01 19:15:02 +00:00
.travis.yml update travis; caddydev is 0.9 ready now 2016-06-09 15:24:05 +01:00
Gruntfile.js end day 11 march progresses on bug fix 2016-03-11 20:38:57 +00:00
hugo.go UI updates; not stable 2016-06-07 22:02:14 +01:00
LICENSE.md update license 2016-02-21 20:15:07 +00:00
package.json improve js, add function 2016-02-04 22:30:46 +00:00
README.md update readme 2016-06-08 14:46:09 +01:00

hugo - a caddy plugin

Build community Documentation Documentation Executables

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.

Build from source

Requirements:

Instructions:

  1. go get github.com/hacdias/caddy-hugo
  2. cd $GOPATH/github.com/hacdias/caddy-hugo
  3. If you want to modify the CSS/JS:
  4. Change the third comment to //go:generate go-bindata -debug -pkg assets -o assets/assets.go templates/ assets/css/ assets/js/ assets/fonts/
  5. npm install
  6. grunt watch
  7. go generate
  8. cd $YOUR_WEBSITE_PATH
  9. caddydev --source $GOPATH/github.com/hacdias/caddy-hugo hugo
  10. Go to http://domain:port