Welcome to mirror list, hosted at ThFree Co, Russian Federation.

README.md - github.com/cssandstuff/hugo-theme-winning.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8e0d543c7c6d2612b98b1d76c5b410cfa1b967d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# 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)

## 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

## 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/
```