2014-04-26 17:46:54 -04:00
|
|
|
hugoThemes
|
|
|
|
==========
|
|
|
|
|
|
|
|
Themes for Hugo
|
2014-04-26 18:27:12 -04:00
|
|
|
|
|
|
|
Very much a work in progress and requires the v0.11-pre version of [hugo](http://hugo.spf13.com).
|
|
|
|
|
|
|
|
# Using
|
|
|
|
|
|
|
|
To use hugo themes clone the repository to your machine.
|
|
|
|
|
|
|
|
```
|
|
|
|
git clone https://github.com/spf13/hugoThemes.git
|
|
|
|
cd hugoThemes
|
|
|
|
hugo server -t `themename`
|
|
|
|
|
|
|
|
```
|
|
|
|
|
|
|
|
# Current Themes
|
|
|
|
|
|
|
|
* Hyde (by mdo, ported from Jekyll)
|
2014-04-26 18:41:00 -04:00
|
|
|
* Herring Cove (by arnp, ported from Jekyll)
|
2014-04-26 18:27:12 -04:00
|
|
|
|
|
|
|
|