Add some screenshots #107
parent
046da0bcb9
commit
a55c33e51e
13
README.md
13
README.md
|
@ -1,10 +1,8 @@
|
||||||
# hugo - a caddy plugin
|
# hugo - a caddy plugin
|
||||||
|
|
||||||
[](https://travis-ci.org/hacdias/caddy-hugo)
|
[](https://travis-ci.org/hacdias/caddy-hugo)
|
||||||
[](https://forum.caddyserver.com)
|
[](https://caddy.community)
|
||||||
[](https://caddyserver.com/docs/hugo)
|
[](https://goreportcard.com/report/hacdias/caddy-hugo)
|
||||||
[](http://godoc.org/github.com/hacdias/caddy-hugo)
|
|
||||||
|
|
||||||
|
|
||||||
hugo fills the gap between Hugo and the browser. [Hugo](http://gohugo.io/) is an easy and fast static website generator. This plugin fills the gap between Hugo and the end-user, providing you an web interface to manage the whole website.
|
hugo fills the gap between Hugo and the browser. [Hugo](http://gohugo.io/) is an easy and fast static website generator. This plugin fills the gap between Hugo and the end-user, providing you an web interface to manage the whole website.
|
||||||
|
|
||||||
|
@ -47,3 +45,10 @@ root public # the folder where Hugo generates the website
|
||||||
basicauth /admin user pass # protect the admin area using HTTP basic auth
|
basicauth /admin user pass # protect the admin area using HTTP basic auth
|
||||||
hugo # enable the admin panel
|
hugo # enable the admin panel
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Screenshots
|
||||||
|
|
||||||
|

|
||||||
|

|
||||||
|

|
||||||
|

|
||||||
|
|
Loading…
Reference in New Issue