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-12 03:19:47 +0300
committerGitHub <noreply@github.com>2018-07-12 03:19:47 +0300
commit0fb1f4e7ff445e99db608d26291a511bfad2f955 (patch)
tree7b4c8b03373e4f7b5eeba7d90c3fd7718f411bf4
parent0dfc0b3a7d217ebd1ab85ae38ecdb30dc545fe03 (diff)
parent165a6360ea9a3c4cb0269959c52539585ba17e48 (diff)
Merge pull request #4 from alvarouribe/patch-3
Better instructions
-rw-r--r--README.md11
1 files changed, 7 insertions, 4 deletions
diff --git a/README.md b/README.md
index e5cfee3..4bc6feb 100644
--- a/README.md
+++ b/README.md
@@ -18,15 +18,18 @@ This is a Simple one page CV template.
```git clone --recursive https://github.com/cssandstuff/hugo-theme-winning.git themes/winning```
-5. Let's start HUGO Server
+5. Copy _index.mq from hugoBasicExample/themes/winning/exampleSite/content/_index.md to
+ hugoBasicExample/content/_index.md
+
+6. Let's start HUGO Server in the terminal
- ```HUGO_THEME=winning hugo server -c themes/winning/exampleSite/content/```
+ ```HUGO_THEME=winning hugo server -t winning```
## PDF Generation
```
npm i html-pdf -g
```
-Copy generatepdf.js to the root of your hugo project.
+Copy ./generatepdf.js to the root of your hugo project.
```
node ./generatepdf.js
-``` \ No newline at end of file
+```