diff --git a/.project/screenshot-dark-home.png b/.project/screenshot-dark-home.png
new file mode 100644
index 0000000..bb06707
Binary files /dev/null and b/.project/screenshot-dark-home.png differ
diff --git a/.project/screenshot-dark-post.png b/.project/screenshot-dark-post.png
new file mode 100644
index 0000000..dafd072
Binary files /dev/null and b/.project/screenshot-dark-post.png differ
diff --git a/.project/screenshot-light-home.png b/.project/screenshot-light-home.png
new file mode 100644
index 0000000..718ea6a
Binary files /dev/null and b/.project/screenshot-light-home.png differ
diff --git a/.project/screenshot-light-post.png b/.project/screenshot-light-post.png
new file mode 100644
index 0000000..54c01e9
Binary files /dev/null and b/.project/screenshot-light-post.png differ
diff --git a/README.md b/README.md
index e1977b9..98acbf3 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,8 @@
# Gokarna
-A minimal opinionated theme for Hugo
+Gokarna is an opinionated theme with a focus on minimalism and simplicity.
-
+Demo: TODO Link
## Features
@@ -23,6 +23,9 @@ The theme is inspired by and accordingly named after [Gokarna](https://en.wikipe

+## Screenshots
+
+ 
## Installation
diff --git a/exampleSite/content/posts/theme-documentation-advanced.md b/exampleSite/content/posts/theme-documentation-advanced.md
index 78dd51f..6f6a7ce 100644
--- a/exampleSite/content/posts/theme-documentation-advanced.md
+++ b/exampleSite/content/posts/theme-documentation-advanced.md
@@ -2,13 +2,13 @@
weight: 15
title: "Theme Documentation - Advanced"
date: 2020-05-06T21:29:01+08:00
-description: "Discover what the Hugo - gokarna theme is all about and the core-concepts behind it."
+description: "Discover how to maximise Gokarna's potential"
tags: ["installation", "configuration", "markdown"]
type: post
---
-Gokarna is an opinionated theme with a focus on minimalism and simplicity. TODO: Better line Our aim was to keep it clean and leave some room for user customizability.
+Gokarna is an opinionated theme with a focus on minimalism and simplicity.
## Content Types
diff --git a/exampleSite/content/posts/theme-documentation-basics.md b/exampleSite/content/posts/theme-documentation-basics.md
index 8933f2f..e0b402e 100644
--- a/exampleSite/content/posts/theme-documentation-basics.md
+++ b/exampleSite/content/posts/theme-documentation-basics.md
@@ -2,12 +2,12 @@
weight: 10
title: "Theme Documentation - Basics"
date: 2020-03-06T21:29:01+08:00
-description: "Discover what the Hugo - gokarna theme is all about and the core-concepts behind it."
+description: "A guide to getting started with Gokarna"
tags: ["installation", "configuration", "markdown"]
type: post
---
-Gokarna is an opinionated theme with a focus on minimalism and simplicity. TODO: Better line Our aim was to keep it clean and leave some room for user customizability.
+Gokarna is an opinionated theme with a focus on minimalism and simplicity.
## Installation
diff --git a/exampleSite/public/categories/index.xml b/exampleSite/public/categories/index.xml
deleted file mode 100644
index 4c6c72c..0000000
--- a/exampleSite/public/categories/index.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
- Categories on Gokarna
- http://www.example.com/categories/
- Recent content in Categories on Gokarna
- Hugo -- gohugo.io
- en
-
-
diff --git a/exampleSite/public/css/main.css b/exampleSite/public/css/main.css
deleted file mode 100644
index af7837b..0000000
--- a/exampleSite/public/css/main.css
+++ /dev/null
@@ -1,98 +0,0 @@
-html {
- font-family: open sans, helvetica neue, Helvetica, Arial, sans-serif;
-}
-
-.container {
- height: 800px;
-}
-
-.header-light {
- background-color: #bbb;
- color: black;
-}
-
-.header-dark {
- background-color: #1b1c1d;
- color: white;
-}
-
-.header {
- position: fixed;
- height: 100px;
- left: 0;
- top: 0;
- width: 100%;
- -ms-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- -webkit-transition: all 0.5s ease-out;
- -o-transition: all 0.5s ease-out;
- transition: all 0.5s ease-out;
-}
-
-.header.small {
- height: 70px;
-}
-
-/* #header-sroll h1 {
- font-size: 30px;
- font-family: Arial;
- text-align: center;
- line-height: 50px;
- -ms-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- -webkit-transition: all 0.2s ease-out;
- -o-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
-}
-#header-sroll.small h1{
- height: 70px;
- line-height: 35px;
- font-size: 25px;
-}
- */
-
-.header a {
- text-decoration: none;
- color: inherit;
-}
-
-.header .header-nav {
- height: 64px;
- margin-top: 18px;
- -ms-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- -webkit-transition: all 0.5s ease-out;
- -o-transition: all 0.5s ease-out;
- transition: all 0.5s ease-out;
-}
-
-.header .header-nav.small {
- margin-top: 0;
-}
-
-.header-nav .avatar {
- float: left;
- display: inline-block;
- height: 100%;
- border: 0.5px solid white;
- border-radius: 18px;
-}
-.header-nav .avatar img {
- display: block;
- width: 64px;
- height: 64px;
- overflow: hidden;
- border-radius: 100%;
-}
-
-.header-nav .nav-title {
- display: inline-block;
- padding-left: 10px;
- height: 100%;
- line-height: 60px;
-}
-
-.nav-title a {
- height: 50px;
- font-size: 20px;
-}
diff --git a/exampleSite/public/index.xml b/exampleSite/public/index.xml
deleted file mode 100644
index 4292e95..0000000
--- a/exampleSite/public/index.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
- Gokarna
- http://www.example.com/
- Recent content on Gokarna
- Hugo -- gohugo.io
- en
-
-
diff --git a/exampleSite/public/js/main.js b/exampleSite/public/js/main.js
deleted file mode 100644
index 2edb9ca..0000000
--- a/exampleSite/public/js/main.js
+++ /dev/null
@@ -1,10 +0,0 @@
-$(window).scroll(function () {
- var sc = $(window).scrollTop()
- if (sc > 100) {
- $(".header").addClass("small");
- $(".header-nav").addClass("small");
- } else {
- $(".header").removeClass("small");
- $(".header-nav").removeClass("small");
- }
-});
\ No newline at end of file
diff --git a/exampleSite/public/sitemap.xml b/exampleSite/public/sitemap.xml
deleted file mode 100644
index 9eea3bc..0000000
--- a/exampleSite/public/sitemap.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-
- http://www.example.com/categories/
-
- http://www.example.com/
-
- http://www.example.com/tags/
-
-
diff --git a/exampleSite/public/tags/index.xml b/exampleSite/public/tags/index.xml
deleted file mode 100644
index 3ff09de..0000000
--- a/exampleSite/public/tags/index.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
- Tags on Gokarna
- http://www.example.com/tags/
- Recent content in Tags on Gokarna
- Hugo -- gohugo.io
- en
-
-