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