diff --git a/README.md b/README.md index e69de29..ec0415a 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/archetypes/default.md b/archetypes/default.md deleted file mode 100644 index e69de29..0000000 diff --git a/images/screenshot.png b/images/screenshot.png new file mode 100644 index 0000000..0d28925 Binary files /dev/null and b/images/screenshot.png differ diff --git a/images/tn.png b/images/tn.png new file mode 100644 index 0000000..a486668 Binary files /dev/null and b/images/tn.png differ diff --git a/less-watcher.js b/less-watcher.js index 074beec..6158916 100644 --- a/less-watcher.js +++ b/less-watcher.js @@ -8,4 +8,3 @@ process.argv.slice(2).forEach(function(file) { } }); }); - diff --git a/theme.toml b/theme.toml index 96bd46e..791bbb1 100644 --- a/theme.toml +++ b/theme.toml @@ -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"]