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 07:48:41 +0300
committerGitHub <noreply@github.com>2018-07-10 07:48:41 +0300
commit165a6360ea9a3c4cb0269959c52539585ba17e48 (patch)
tree155845ac8e7719d4d9cd034dce6949374123883a
parent51ef07c81e2c315f1d81d586e0657c03343f32fe (diff)
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
+```