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:
authorAlvaro <iam@alvarouribe.cl>2018-07-10 06:20:11 +0300
committerGitHub <noreply@github.com>2018-07-10 06:20:11 +0300
commitebd9cc3012a040b09437acc08de0b82e5ddb1753 (patch)
tree0ec588c1002551b06014850b4c7ecfd8ee29a71c
parent3853428e95ab1b31730e1d5647b0f787728adb9c (diff)
Better README
Better README for starting a Hugo server and use this theme
-rw-r--r--README.md15
1 files changed, 9 insertions, 6 deletions
diff --git a/README.md b/README.md
index a942d57..f83fe6f 100644
--- a/README.md
+++ b/README.md
@@ -6,9 +6,12 @@
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/