From ebd9cc3012a040b09437acc08de0b82e5ddb1753 Mon Sep 17 00:00:00 2001 From: Alvaro Date: Tue, 10 Jul 2018 15:20:11 +1200 Subject: Better README Better README for starting a Hugo server and use this theme --- README.md | 15 +++++++++------ 1 file 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/ -- cgit v1.2.3 From 047bcdd6f53993b520d23f1c8cfee715818fbdc7 Mon Sep 17 00:00:00 2001 From: Alvaro Date: Tue, 10 Jul 2018 15:22:44 +1200 Subject: fix markdown --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index f83fe6f..ee41b3e 100644 --- a/README.md +++ b/README.md @@ -8,10 +8,14 @@ This is a Simple 1 page site that will also generate a pdf version of the same t ## Basic Usage 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/ -- cgit v1.2.3 From 4709cb3b0c47381162d60048de029244284cc9f5 Mon Sep 17 00:00:00 2001 From: Alvaro Date: Tue, 10 Jul 2018 15:23:12 +1200 Subject: =?UTF-8?q?better=20markdown=20=E2=8B=85=E2=8B=85=E2=8B=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ee41b3e..b23f0e5 100644 --- a/README.md +++ b/README.md @@ -9,13 +9,13 @@ 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/ -- cgit v1.2.3 From 76813958b7609460ad873c8b910e19b14a5509ac Mon Sep 17 00:00:00 2001 From: Alvaro Date: Tue, 10 Jul 2018 15:26:17 +1200 Subject: Finally fixed markdown --- README.md | 9 +++++---- 1 file 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/``` -- cgit v1.2.3