Add images

* Remove unused files
* Fix missing theme.toml keys
This commit is contained in:
Nishanth Shanmugham
2015-08-24 19:10:20 -05:00
parent 05141122f3
commit 21e7d16e8f
6 changed files with 40 additions and 1 deletions

View File

@@ -0,0 +1,39 @@
# 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.

View File

BIN
images/screenshot.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 203 KiB

BIN
images/tn.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 114 KiB

View File

@@ -8,4 +8,3 @@ process.argv.slice(2).forEach(function(file) {
}
});
});

View File

@@ -1,5 +1,6 @@
name = "Cocoa"
license = "MIT"
licenselink = "https://github.com/nishanths/cocoa-hugo-theme/blob/master/LICENSE.md"
description = "Clear typography and disturbance-free reading"
homepage = "https://github.com/nishanths"
tags = ["proxima-nova", "minimal", "clear"]