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 From 1f91854208af53faf3de96f21b99669193493fb9 Mon Sep 17 00:00:00 2001 From: Alvaro Date: Tue, 10 Jul 2018 15:00:16 +1200 Subject: better markdown Fixed markdown --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b628951..89df5b2 100644 --- a/README.md +++ b/README.md @@ -5,10 +5,12 @@ ## SETUP make sure you have hugo installed on your terminal then: -```git clone https://github.com/gohugoio/hugoBasicExample.git +``` +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/``` +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