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: 1914eb095943302162e1a6767e082377dd53e360 (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
25
26
27
28
29
30
31
32
# 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
1. Make sure to [Install hugo](https://gohugo.io/getting-started/installing/)
2. Then Let's clone a basic example

   ```git clone https://github.com/gohugoio/hugoBasicExample.git```
3. Enter to the folder

   ```cd hugoBasicExample```
4. Let's clone this theme

   ```git clone --recursive https://github.com/cssandstuff/hugo-theme-winning.git themes/winning```

5. Let's start HUGO Server

   ```HUGO_THEME=winning hugo server -c themes/winning/exampleSite/content/```