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:44 +0300
committerGitHub <noreply@github.com>2018-07-10 06:52:44 +0300
commite62d0fccd9179b0ddfca2e9f379d9efc6db10728 (patch)
tree486de7daa5de77b88a7370c79b511be2af358415
parentef01fb7f5ae4ebe5bab718ff3952c436854f683e (diff)
parent76813958b7609460ad873c8b910e19b14a5509ac (diff)
Merge pull request #2 from alvarouribe/patch-1
Better README
-rw-r--r--README.md20
1 files changed, 14 insertions, 6 deletions
diff --git a/README.md b/README.md
index 8e0d543..6978d90 100644
--- a/README.md
+++ b/README.md
@@ -16,9 +16,17 @@ 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
-```
-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
+1. Make sure to [Install hugo](https://gohugo.io/getting-started/installing/)
+2. Then Let's clone a basic example
+
+ ```git clone https://github.com/gohugoio/hugoBasicExample.git```
+3. Enter to the folder
+
+ ```cd hugoBasicExample```
+4. Let's clone this theme
+
+ ```git clone --recursive https://github.com/cssandstuff/hugo-theme-winning.git themes/winning```
+
+5. Let's start HUGO Server
+
+ ```hugo server -t winning -c themes/winning/exampleSite/content/```