From 3185e13730e2998ad27ca9ebeb7a9054710781b5 Mon Sep 17 00:00:00 2001 From: Alvaro Date: Tue, 10 Jul 2018 14:59:36 +1200 Subject: Added first steps Added first steps to README --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 13aacd1..b628951 100644 --- a/README.md +++ b/README.md @@ -2,5 +2,13 @@ ![Winning Theme Screenshot](https://github.com/cssandstuff/hugo-theme-winning/blob/master/images/screenshot.png) +## SETUP +make sure you have hugo installed on your terminal then: + +```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/``` + 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 -- cgit v1.2.3