From 3853428e95ab1b31730e1d5647b0f787728adb9c Mon Sep 17 00:00:00 2001 From: cssandstuff Date: Tue, 10 Jul 2018 14:58:13 +1200 Subject: better reahme --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 13aacd1..a942d57 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,14 @@ -# Winning, A theme for [Hugo](http://gohugo.io/), a framework for building websites. +# Winning +#### A theme for [Hugo](http://gohugo.io/), a framework for building websites. ![Winning Theme Screenshot](https://github.com/cssandstuff/hugo-theme-winning/blob/master/images/screenshot.png) This is a Simple 1 page site that will also generate a pdf version of the same thing. you need to run node ./generatepdf.js +## Basic Usage +``` +git clone https://github.com/gohugoio/hugoBasicExample.git +cd hugoBasicExample +git clone --recursive https://github.com/cssandstuff/hugo-theme-winning.git themes/winning +hugo server -t winning -c themes/winning/exampleSite/content/ +``` \ No newline at end of file -- cgit v1.2.3