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.
-
+
# 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)**
+
+
+**About page (small screens)**
+
+
+
+**About page (large screens)**
+
+
+
+**Single post (large screens)**
+
+
# 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.