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-08-08 01:03:51 +0300
committerGitHub <noreply@github.com>2018-08-08 01:03:51 +0300
commit9a21e97cb8a2105c0ffce6edc774237acb793238 (patch)
tree39076291fdad08a316f5a84596236414413c3274
parentf543aaf2d5f73537321f6c89d2d06517ad2ac349 (diff)
updated docs
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index a330a35..a16eb56 100644
--- a/README.md
+++ b/README.md
@@ -21,11 +21,12 @@ This is a Simple one page CV template.
5. Copy _index.md from hugoBasicExample/themes/winning/exampleSite/content/_index.md to
hugoBasicExample/content/_index.md
This file shows you how you need to structure your markdown to best work with this theme.
+
```cp themes/winning/exampleSite/content/_index.md content/_index.md```
6. Let's start HUGO Server in the terminal
- ```HUGO_THEME=winning hugo server -t winning```
+ ```HUGO_THEME=winning hugo server```
## PDF Generation
```