Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/cssandstuff/hugo-theme-winning.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcssandstuff <github@cssandstuff.com>2018-07-10 06:52:20 +0300
committerGitHub <noreply@github.com>2018-07-10 06:52:20 +0300
commitef01fb7f5ae4ebe5bab718ff3952c436854f683e (patch)
tree53765e62387db13863cf79b5419238a198b7d414
parent3853428e95ab1b31730e1d5647b0f787728adb9c (diff)
parent1f91854208af53faf3de96f21b99669193493fb9 (diff)
Merge pull request #1 from alvarouribe/master
Hi
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
index a942d57..8e0d543 100644
--- a/README.md
+++ b/README.md
@@ -3,6 +3,16 @@
![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
## Basic Usage