From a55c33e51efa3ec7564c7ce0654c5ed4b490f782 Mon Sep 17 00:00:00 2001 From: Henrique Dias Date: Tue, 2 May 2017 18:23:42 +0100 Subject: [PATCH 1/2] Add some screenshots #107 --- README.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d167973c..c4bb9f94 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,8 @@ # hugo - a caddy plugin [![Build](https://img.shields.io/travis/hacdias/caddy-hugo.svg?style=flat-square)](https://travis-ci.org/hacdias/caddy-hugo) -[![community](https://img.shields.io/badge/community-forum-ff69b4.svg?style=flat-square)](https://forum.caddyserver.com) -[![Documentation](https://img.shields.io/badge/caddy-doc-F06292.svg?style=flat-square)](https://caddyserver.com/docs/hugo) -[![Documentation](https://img.shields.io/badge/godoc-reference-blue.svg?style=flat-square)](http://godoc.org/github.com/hacdias/caddy-hugo) - +[![community](https://img.shields.io/badge/community-forum-ff69b4.svg?style=flat-square)](https://caddy.community) +[![Go Report Card](https://goreportcard.com/badge/github.com/hacdias/caddy-hugo?style=flat-square)](https://goreportcard.com/report/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. @@ -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 hugo # enable the admin panel ``` + +### Screenshots + +![capture](https://cloud.githubusercontent.com/assets/5447088/25630072/b9a95dfa-2f63-11e7-81fe-00bab89e3391.PNG) +![2](https://cloud.githubusercontent.com/assets/5447088/25630073/b9b00678-2f63-11e7-8f5d-6488c641ed19.PNG) +![3](https://cloud.githubusercontent.com/assets/5447088/25630074/b9cbe3ca-2f63-11e7-8e53-19a3e553f86b.PNG) +![4](https://cloud.githubusercontent.com/assets/5447088/25630075/b9cfa320-2f63-11e7-8262-cdd942d4a3b5.PNG) From 6c6a3cd78516f3ad9f5221c75d5bdb9245ac442f Mon Sep 17 00:00:00 2001 From: Mathias Monnerville Date: Fri, 26 May 2017 14:33:23 +0200 Subject: [PATCH 2/2] Fix doc typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c4bb9f94..8501d947 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![community](https://img.shields.io/badge/community-forum-ff69b4.svg?style=flat-square)](https://caddy.community) [![Go Report Card](https://goreportcard.com/badge/github.com/hacdias/caddy-hugo?style=flat-square)](https://goreportcard.com/report/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 a web interface to manage the whole website. Using this plugin, you won't need to have your own computer to edit posts, neither regenerate your static website, because you can do all of that just through your browser.