From cb4f65850f255ebd41af1a882335a061c38779a1 Mon Sep 17 00:00:00 2001 From: Henrique Dias Date: Sun, 27 Sep 2015 19:29:46 +0100 Subject: [PATCH] update readme --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index c1b7c5e8..81ec756a 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,14 @@ # Hugo add-on for Caddy -[![Build](https://img.shields.io/travis/hacdias/caddy-hugo.svg?style=flat-square)](https://travis-ci.org/hacdias/caddy-hugo) -[![Documentation](https://img.shields.io/badge/godoc-reference-blue.svg?style=flat-square)](http://godoc.org/github.com/hacdias/caddy-hugo) +[![Build](https://img.shields.io/travis/hacdias/staticmin.svg?style=flat-square)](https://travis-ci.org/hacdias/staticmin) +[![Documentation](https://img.shields.io/badge/godoc-reference-blue.svg?style=flat-square)](http://godoc.org/github.com/hacdias/staticmin) Deploy your Hugo website and enjoy of an admin interface with Caddy server. ## Configuration ``` -hugo { +staticmin { styles file flags flags... } @@ -56,13 +56,13 @@ errors { 404 404.html } -hugo +staticmin ``` -After creating the file, navigate to that folder using the terminal and run the following command, replacing ```{CADDY-HUGO}``` with the location of your clone. +After creating the file, navigate to that folder using the terminal and run the following command, replacing ```{staticmin}``` with the location of your clone. ``` -caddydev --source {CADDY-HUGO} hugo +caddydev --source {staticmin} hugo ``` Navigate to ```localhost:8080``` to see your blog running on Caddy and Hugo. Go to ```/admin``` to try the Admin UI. The default user name is ```admin```, so is the password. You may change in your Caddyfile.