📂 Web File Browser
Go to file
2016-06-29 15:14:38 +01:00
assets/public/js Archetypes working :) 2016-06-29 14:57:40 +01:00
installer bootstrap new version 2016-06-28 14:59:33 +01:00
utils Archetypes working :) 2016-06-29 14:57:40 +01:00
.travis.yml remove bintray 2016-06-09 15:42:31 +01:00
binary.go bootstrap new version 2016-06-28 14:59:33 +01:00
hugo.go Archetypes working :) 2016-06-29 14:57:40 +01:00
LICENSE.md updates 2016-06-28 17:12:02 +01:00
README.md readme 2016-06-29 15:14:17 +01:00
setup.go update config 2016-06-29 10:45:15 +01:00

hugo - a caddy plugin

Build community Documentation Documentation

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. <<<<<<< HEAD

Build from source

Requirements:

Instructions:

  1. go get github.com/hacdias/caddy-hugo (ignore the error, see step 3)
  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/src/github.com/hacdias/caddy-hugo hugo
  10. Go to http://domain:port

master