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 05:58:13 +0300
committercssandstuff <github@cssandstuff.com>2018-07-10 05:58:13 +0300
commit3853428e95ab1b31730e1d5647b0f787728adb9c (patch)
tree9f8de577a71cda4ffe5cadaeb072cd4a79c28b37
parentbeff4884bae9fde1968ad1411d9db79f745647e1 (diff)
better reahme
-rw-r--r--README.md10
1 files changed, 9 insertions, 1 deletions
diff --git a/README.md b/README.md
index 13aacd1..a942d57 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,14 @@
-# Winning, A theme for [Hugo](http://gohugo.io/), a framework for building websites.
+# Winning
+#### A theme for [Hugo](http://gohugo.io/), a framework for building websites.
![Winning Theme Screenshot](https://github.com/cssandstuff/hugo-theme-winning/blob/master/images/screenshot.png)
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
+## Basic Usage
+```
+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/
+``` \ No newline at end of file