diff --git a/.gitignore b/.gitignore
index b302eeb..bde5948 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,5 @@
+/docs/_site
+/docs/Gemfile.lock
/src/doogie.pro.user
/src/Makefile
/src/Makefile.Debug
diff --git a/docs/404.html b/docs/404.html
new file mode 100644
index 0000000..ab5a52c
--- /dev/null
+++ b/docs/404.html
@@ -0,0 +1,24 @@
+---
+layout: default
+---
+
+
+
+
+
404
+
+
Page not found
+
The requested page could not be found.
+
diff --git a/docs/Gemfile b/docs/Gemfile
new file mode 100644
index 0000000..3a1ebf3
--- /dev/null
+++ b/docs/Gemfile
@@ -0,0 +1,2 @@
+source 'https://rubygems.org'
+gem 'github-pages'
\ No newline at end of file
diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html
new file mode 100644
index 0000000..30e3ebe
--- /dev/null
+++ b/docs/_layouts/default.html
@@ -0,0 +1,16 @@
+
+
+
+
+
+
+
+
+ Doogie - A Power Browser
+
+
+
+ {{ content }}
+
+
+
diff --git a/docs/_layouts/home.html b/docs/_layouts/home.html
new file mode 100644
index 0000000..0b83b63
--- /dev/null
+++ b/docs/_layouts/home.html
@@ -0,0 +1,5 @@
+---
+layout: default
+---
+
+{{content}}
\ No newline at end of file
diff --git a/docs/index.md b/docs/index.md
new file mode 100644
index 0000000..075a5ff
--- /dev/null
+++ b/docs/index.md
@@ -0,0 +1,5 @@
+---
+layout: home
+---
+
+TODO: add stuff
\ No newline at end of file