mirror of
https://github.com/filebrowser/filebrowser.git
synced 2024-06-07 23:00:43 +00:00
update readme
This commit is contained in:
parent
53c7ea422d
commit
ca38078bea
20
README.md
20
README.md
@ -8,23 +8,3 @@
|
||||
[Hugo](http://gohugo.io/) is an easy to use and fast command line static website generator, while [Caddy](http://caddyserver.com) 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](https://caddyserver.com/docs/hugo)**.
|
||||
|
||||
## Build from source
|
||||
|
||||
Requirements:
|
||||
|
||||
+ [Go 1.6 or higher][1]
|
||||
|
||||
Instructions:
|
||||
|
||||
1. ```go get github.com/hacdias/caddy-hugo``` (ignore the error, see step 3)
|
||||
2. ```cd $GOPATH/github.com/hacdias/caddy-hugo```
|
||||
3. ```go generate```
|
||||
4. ```cd $YOUR_WEBSITE_PATH```
|
||||
5. ```caddydev --source $GOPATH/src/github.com/hacdias/caddy-hugo hugo```
|
||||
6. Go to ```http://domain:port```
|
||||
|
||||
[1]: https://golang.org/dl/
|
||||
[2]: https://github.com/caddyserver/caddydev
|
||||
[3]: https://github.com/jteeuwen/go-bindata
|
||||
[4]: https://nodejs.org
|
||||
|
Loading…
Reference in New Issue
Block a user