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:
-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
```