diff --git a/.gitignore b/.gitignore
index be1c5a42e..350401e8e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
_output
+_site
diff --git a/Gemfile b/Gemfile
deleted file mode 100644
index bbc8912bc..000000000
--- a/Gemfile
+++ /dev/null
@@ -1,4 +0,0 @@
-source :rubygems
-
-gem "proton", "~> 0.3.4"
-gem "rack-cache", "~> 1.0.0"
diff --git a/Gemfile.lock b/Gemfile.lock
deleted file mode 100644
index fb59032ba..000000000
--- a/Gemfile.lock
+++ /dev/null
@@ -1,41 +0,0 @@
-GEM
- remote: http://rubygems.org/
- specs:
- RedCloth (4.2.8)
- chunky_png (1.2.1)
- compass (0.11.5)
- chunky_png (~> 1.2)
- fssm (>= 0.2.7)
- sass (~> 3.1)
- cuba (2.0.1)
- rack
- tilt
- fssm (0.2.7)
- haml (3.1.3)
- hashie (1.0.0)
- maruku (0.6.0)
- syntax (>= 1.0.0)
- proton (0.3.4)
- RedCloth (~> 4.2.3)
- compass (~> 0.11.1)
- cuba (~> 2.0.0)
- haml (~> 3.1.1)
- hashie (~> 1.0.0)
- maruku (~> 0.6.0)
- sass (~> 3.1.1)
- shake (~> 0.1)
- tilt (~> 1.3.2)
- rack (1.3.2)
- rack-cache (1.0.2)
- rack (>= 0.4)
- sass (3.1.7)
- shake (0.1.3)
- syntax (1.0.0)
- tilt (1.3.3)
-
-PLATFORMS
- ruby
-
-DEPENDENCIES
- proton (~> 0.3.4)
- rack-cache (~> 1.0.0)
diff --git a/Protonfile b/Protonfile
deleted file mode 100644
index 566f6f641..000000000
--- a/Protonfile
+++ /dev/null
@@ -1,12 +0,0 @@
-# This is a Proton site.
-# Install Proton (`gem install proton`) and type `proton` for help.
-requirement: 0.2
-
-# The folder where the site's source files are kept.
-site_path: .
-output_path: _output
-
-# Other paths:
-layouts_path: _layouts
-extensions_path: _extensions
-partials_path: .
diff --git a/README.md b/README.md
deleted file mode 100644
index 69312f0b6..000000000
--- a/README.md
+++ /dev/null
@@ -1,3 +0,0 @@
-# Cheatsheets
-
-This is my personal collection of cheatsheets I've made while learning things.
diff --git a/Rakefile b/Rakefile
deleted file mode 100644
index 05fb3ea4f..000000000
--- a/Rakefile
+++ /dev/null
@@ -1,9 +0,0 @@
-desc "Build"
-task :build do
- system "proton build"
-end
-
-desc "Deploy"
-task :deploy => :build do
- system "git update-ghpages rstacruz/cheatsheets -i _output --force"
-end
diff --git a/_includes/foot.html b/_includes/foot.html
new file mode 100644
index 000000000..e70f51062
--- /dev/null
+++ b/_includes/foot.html
@@ -0,0 +1,6 @@
+
+
+
+
+