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:26:17 +0300
committerGitHub <noreply@github.com>2018-07-10 06:26:17 +0300
commit76813958b7609460ad873c8b910e19b14a5509ac (patch)
treeed95b4cd6fd178f4ae9fa7c4d67d8202381803be
parent4709cb3b0c47381162d60048de029244284cc9f5 (diff)
Finally fixed markdown
-rw-r--r--README.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/README.md b/README.md
index b23f0e5..ee77ba7 100644
--- a/README.md
+++ b/README.md
@@ -9,13 +9,14 @@ This is a Simple 1 page site that will also generate a pdf version of the same t
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
+ ```git clone https://github.com/gohugoio/hugoBasicExample.git```
3. Enter to the folder
-⋅⋅⋅cd hugoBasicExample
+ ```cd hugoBasicExample```
4. Let's clone this theme
-⋅⋅⋅git clone --recursive https://github.com/cssandstuff/hugo-theme-winning.git themes/winning
+ ```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/
+ ```hugo server -t winning -c themes/winning/exampleSite/content/```