diff --git a/CNAME b/CNAME
index 346d0c03a3f87ca6e2464071f6dbaccd3111d679..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 100644
--- a/CNAME
+++ b/CNAME
@@ -1 +0,0 @@
-incorporated.sendtoinc.com
diff --git a/Gemfile b/Gemfile
index 27bdb1b60038e484c9e5fa8cd8f0eb5888bfc808..ff03fbca4274249bd3d96f2ac05fb735e6137c7a 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,9 +1,10 @@
 source 'https://rubygems.org'
 
+ruby '1.9.3'
 gem 'jekyll'
 gem 'jekyll-assets'
 gem 'maruku'
 gem 'rake'
 gem 'sass'
-gem "uglifier"
+gem 'uglifier'
 gem 'github-pages'
diff --git a/Gemfile.lock b/Gemfile.lock
index 4d2fbcff5aad7c5867b3694d15a263903133f886..4670d8babd17b285f41ac1158f75ee89be2f2002 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -8,36 +8,36 @@ GEM
     commander (4.1.5)
       highline (~> 1.6.11)
     directory_watcher (1.4.1)
-    execjs (2.0.1)
+    execjs (2.0.2)
     fast-stemmer (1.0.2)
-    github-pages (6)
+    github-pages (8)
       RedCloth (= 4.2.9)
-      jekyll (= 1.2.1)
+      jekyll (= 1.2.0)
       kramdown (= 1.0.2)
-      liquid (= 2.5.2)
+      liquid (= 2.5.1)
       maruku (= 0.6.1)
       rdiscount (= 1.6.8)
-      redcarpet (= 2.3.0)
-    highline (1.6.19)
+      redcarpet (= 2.2.2)
+    highline (1.6.20)
     hike (1.2.3)
-    jekyll (1.2.1)
+    jekyll (1.2.0)
       classifier (~> 1.3)
       colorator (~> 0.1)
       commander (~> 4.1.3)
       directory_watcher (~> 1.4.1)
-      liquid (~> 2.5.2)
+      liquid (~> 2.5.1)
       maruku (~> 0.5)
       pygments.rb (~> 0.5.0)
-      redcarpet (~> 2.3.0)
+      redcarpet (~> 2.2.2)
       safe_yaml (~> 0.7.0)
-    jekyll-assets (0.7.2)
+    jekyll-assets (0.7.3)
       jekyll (~> 1.0)
       sprockets (~> 2.10)
     kramdown (1.0.2)
-    liquid (2.5.2)
+    liquid (2.5.1)
     maruku (0.6.1)
       syntax (>= 1.0.0)
-    multi_json (1.8.1)
+    multi_json (1.8.2)
     posix-spawn (0.3.6)
     pygments.rb (0.5.2)
       posix-spawn (~> 0.3.6)
@@ -45,9 +45,9 @@ GEM
     rack (1.5.2)
     rake (10.1.0)
     rdiscount (1.6.8)
-    redcarpet (2.3.0)
+    redcarpet (2.2.2)
     safe_yaml (0.7.1)
-    sass (3.2.10)
+    sass (3.2.12)
     sprockets (2.10.0)
       hike (~> 1.2)
       multi_json (~> 1.0)
@@ -55,7 +55,7 @@ GEM
       tilt (~> 1.1, != 1.3.0)
     syntax (1.0.0)
     tilt (1.4.1)
-    uglifier (2.1.1)
+    uglifier (2.2.1)
       execjs (>= 0.3.0)
       multi_json (~> 1.0, >= 1.0.2)
     yajl-ruby (1.1.0)
diff --git a/README.md b/README.md
index abdaf25790e5f9f05f858e95eced97027f82b5a4..46e39a0a1b3d52872e8043efe0915bb6d570e2cb 100644
--- a/README.md
+++ b/README.md
@@ -4,6 +4,8 @@ Modern Jekyll based blog. Great for companies, products or anything. See live at
 ## Installation & Usage
     bundle install
     jekyll serve --watch
+
+_Note:_ Requires Ruby version 1.9.3 =>    
     
 ## Configuration
 Edit: _config.yml (general options), main.css (theme colors & fonts)
@@ -16,7 +18,7 @@ jekyll-incorporated/
         ├── main.scss
 ```
 
-_Note:_ when editing config.yml, you need to restart jekyll to see the changes.
+_Note:_ when editing _config.yml, you need to restart jekyll to see the changes.
 
     
 ## Publish to Github Pages
@@ -42,6 +44,12 @@ Originally build for [sendtoinc.com](https://sendtoinc.com), your workspace for
 + [http://twitter.com/jorilallo](http://twitter.com/jorilallo)
 + [http://github.com/jorde](http://github.com/jorilallo)
 
+## Todo:
+
++ Documentation
++ Less config files
++ Better deploy scripts
+
 ## Copyright and license
 
 Copyright 2013 Kippt Inc. under [The MIT License ](LICENSE)
diff --git a/Rakefile b/Rakefile
index 5a989f3b86523c22109f2083436ad5721082c465..81c385009d26b6d30e41b47f5254fcf5e67ab581 100644
--- a/Rakefile
+++ b/Rakefile
@@ -5,8 +5,8 @@ require "bundler/setup"
 require "jekyll"
 
 
-# Change your GitHub reponame
-GITHUB_REPONAME = "kippt/jekyll-incorporated"
+# Change your GitHub reponame eg. "kippt/jekyll-incorporated"
+GITHUB_REPONAME = ""
 
 
 namespace :site do