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-10 07:40:20 +0300
committercssandstuff <github@cssandstuff.com>2018-07-10 07:40:20 +0300
commitb4aec9cc5e5b2fb518db96841652b25d59c8b3a2 (patch)
tree83a6befaabfda99439ba87287ad74b56019fade7
parent341b2c638b2351a959e4a96c0459349cecb83c12 (diff)
updated readme - need more details on pdf generation later
-rw-r--r--README.md15
1 files changed, 4 insertions, 11 deletions
diff --git a/README.md b/README.md
index ef19894..d13ed3e 100644
--- a/README.md
+++ b/README.md
@@ -4,17 +4,7 @@ Generates a nicely formatted CV from a markdown file.
![Winning Theme Screenshot](https://github.com/cssandstuff/hugo-theme-winning/blob/master/images/screenshot.png)
-## SETUP
-make sure you have hugo installed on your terminal then:
-
-```
-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/
-```
-
-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
+This is a Simple one page CV template.
## Basic Usage
1. Make sure to [Install hugo](https://gohugo.io/getting-started/installing/)
@@ -31,3 +21,6 @@ This is a Simple 1 page site that will also generate a pdf version of the same t
5. Let's start HUGO Server
```HUGO_THEME=winning hugo server -c themes/winning/exampleSite/content/```
+
+## PDF Generation
+you need to run node ./generatepdf.js \ No newline at end of file