mirror of
https://github.com/Noettore/cocoa-eh-hugo-theme.git
synced 2025-10-15 19:56:41 +02:00
40 lines
700 B
Markdown
40 lines
700 B
Markdown
# Cocoa
|
|
|
|
A [Hugo](http://gohugo.io) theme with clear typograhy for easy, disturbance-free reading.
|
|
|
|
[](Cocoa theme screen shot)
|
|
|
|
# Setup
|
|
|
|
From the root of your Hugo site, run:
|
|
|
|
````bash
|
|
$ mkdir themes
|
|
$ cd themes
|
|
$ git clone https://github.com/nishanths/cocoa-hugo-theme cocoa
|
|
````
|
|
to get the theme.
|
|
|
|
Then, to generate content using the theme, run:
|
|
|
|
````bash
|
|
hugo -t cocoa
|
|
````
|
|
|
|
# Theme
|
|
|
|
TODO
|
|
|
|
# Example sites
|
|
|
|
* [http://nishanths.me](http://nishanths.me) • [source](https://github.com/nishanths/)
|
|
* [Add yours...](https://github.com/nishanths/cooca-hugo-theme/compare)
|
|
|
|
# Contributing
|
|
|
|
Pull requests are welcome!
|
|
|
|
# License
|
|
|
|
Licensed under the MIT License. See the LICENSE file for more details.
|