From 13ccb173f9764201efea54f7c3e5148d317b0fea Mon Sep 17 00:00:00 2001 From: Nishanth Shanmugham Date: Sun, 1 Nov 2015 15:27:54 -0600 Subject: [PATCH] Add screenshots to README --- README.md | 27 +++++++++++++++++++++++---- 1 file changed, 23 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f7abff2..43f3029 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # Cocoa -A consistent [Hugo](http://gohugo.io) theme with clear typograhy and colors. +A consistent [Hugo](http://gohugo.io) [theme](https://github.com/spf13/hugoThemes/) with clear typograhy and colors. - +![](http://i.imgur.com/AJVyzJd.png) # Table of Contents @@ -50,18 +50,37 @@ $ hugo new fixed/about.md ## Site variables -Please see the sample `config.toml` under the `exampleSite/` directory. +Please see the sample [`config.toml`](https://github.com/nishanths/cocoa-hugo-theme/blob/master/exampleSite/config.toml) under the `exampleSite/` directory. # Screenshots - +**Posts index (small screens)** +![](http://i.imgur.com/CXVUZvj.png) + +**About page (small screens)** + +![](http://i.imgur.com/oLABRtU.png) + +**About page (large screens)** + +![](http://i.imgur.com/Srt8x7c.png) + +**Single post (large screens)** + +![](http://i.imgur.com/AJVyzJd.png) # Contributing Pull requests are welcome! +1. Fork the repository +2. Create your feature branch (`git checkout -b my-new-feature`) +3. Commit your changes (`git commit -am 'Add some feature'`) +4. Push to the branch (`git push origin my-new-feature`) +5. Create new Pull Request on GitHub + # License Licensed under the MIT License. See the [LICENSE](https://github.com/nishanths/cocoa-hugo-theme/blob/master/LICENSE.md) file for more details.