diff --git a/_config.yml b/_config.yml
new file mode 100644
index 0000000..8460c6d
--- /dev/null
+++ b/_config.yml
@@ -0,0 +1,10 @@
+title: The Toy Programming Language
+description: Documentation For The Toy Programming Language
+keywords: programming,coding
+author: Kayne Ruse (Ratstail91)
+
+
+plugins:
+ - jekyll-remote-theme
+
+remote_theme: pixeldroid/programming-pages
\ No newline at end of file
diff --git a/_layouts/base.html b/_layouts/base.html
new file mode 100644
index 0000000..e3895fd
--- /dev/null
+++ b/_layouts/base.html
@@ -0,0 +1,51 @@
+---
+layout: compress
+---
+
+
+
+
+
+
+
+
+
+
+
+{{ page.title }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+{{ content }}
+
+
+
\ No newline at end of file
diff --git a/repo-preview.png b/assets/repo-preview.png
similarity index 100%
rename from repo-preview.png
rename to assets/repo-preview.png
diff --git a/toylogo.png b/assets/toylogo.png
similarity index 100%
rename from toylogo.png
rename to assets/toylogo.png
diff --git a/index.html b/index.html
deleted file mode 100644
index 0ca1210..0000000
--- a/index.html
+++ /dev/null
@@ -1,48 +0,0 @@
-
-
-
-
-
-
-
-
-
-The Toy Programming Language
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
There's nobody here but us chickens!
-
The v2 docs aren't visible yet, but they've been marked as "in progress", so expect the first few pages within a week.
-
In the meantime, click here for the source code.
-
-
-
\ No newline at end of file
diff --git a/index.md b/index.md
new file mode 100644
index 0000000..6cc1d03
--- /dev/null
+++ b/index.md
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
+
+
+There's nobody here but us chickens!
+
+The v2 docs aren't visible yet, but they've been marked as "in progress", so expect the first few pages within a week.
+
+In the meantime, [click here](https://github.com/Ratstail91/Toy) for the source code.