diff --git a/.gitignore b/.gitignore
new file mode 100644
index 00000000..d5cc6dce
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+ietemplates/
+
diff --git a/README.md b/README.md
index f5bfcadd..cef771e2 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,9 @@ This is the Monero website. Instead of using MediaWiki or similar, we are using
If you would like to suggest changes you can do so by forking the repository, making changes directly on your fork, and then submitting them as pull requests. If you need help doing so feel free to ask for assistance in #monero-dev on Freenode.
-Deploying this website requires Jekyll (2.5+). Multiple language support will be added soon.
+Deploying this website requires Jekyll (2.5+) and the following ruby gems: builder, rubysl-rexml
+
+Multiple language support will be added soon.
## License
diff --git a/_includes/head.html b/_includes/head.html
index 6d2afab4..158ba063 100644
--- a/_includes/head.html
+++ b/_includes/head.html
@@ -15,6 +15,8 @@
+
+
"
+---
+
+### Work in Progress
\ No newline at end of file
diff --git a/getting-started/accepting.md b/getting-started/accepting.md
new file mode 100644
index 00000000..c1572141
--- /dev/null
+++ b/getting-started/accepting.md
@@ -0,0 +1,12 @@
+---
+layout: static_page
+title: "Accepting Monero Payments"
+title-pre-kick: "Accepting Monero"
+title-kick: "Payments"
+title-post-kick: ""
+kick-class: "kicks"
+icon: "icon_accepting"
+attribution: ""
+---
+
+### Work in Progress
\ No newline at end of file
diff --git a/getting-started/merchants.md b/getting-started/merchants.md
new file mode 100644
index 00000000..8ff9c6bd
--- /dev/null
+++ b/getting-started/merchants.md
@@ -0,0 +1,12 @@
+---
+layout: static_page
+title: "Monero Merchant Directory"
+title-pre-kick: "Monero "
+title-kick: "Merchant "
+title-post-kick: "Directory"
+kick-class: "purple-kicks"
+icon: "icon_merchants"
+attribution: ""
+---
+
+### Work in Progress
\ No newline at end of file
diff --git a/knowledge-base/about.md b/knowledge-base/about.md
new file mode 100644
index 00000000..4e072c78
--- /dev/null
+++ b/knowledge-base/about.md
@@ -0,0 +1,12 @@
+---
+layout: static_page
+title: "About Monero"
+title-pre-kick: "About "
+title-kick: "Monero"
+title-post-kick: ""
+kick-class: "kicks"
+icon: "icon_about"
+attribution: ""
+---
+
+### Work in Progress
\ No newline at end of file
diff --git a/knowledge-base/developer-guides/index.md b/knowledge-base/developer-guides/index.md
new file mode 100644
index 00000000..a83afafe
--- /dev/null
+++ b/knowledge-base/developer-guides/index.md
@@ -0,0 +1,12 @@
+---
+layout: static_page
+title: "Developer Guides"
+title-pre-kick: "Developer "
+title-kick: "Guides"
+title-post-kick: ""
+kick-class: "green-kicks"
+icon: "icon_devguides"
+attribution: ""
+---
+
+### Work in Progress
\ No newline at end of file
diff --git a/knowledge-base/moneropedia/index.md b/knowledge-base/moneropedia/index.md
new file mode 100644
index 00000000..c730f2dd
--- /dev/null
+++ b/knowledge-base/moneropedia/index.md
@@ -0,0 +1,12 @@
+---
+layout: static_page
+title: "Moneropedia"
+title-pre-kick: "Moneropedia - The "
+title-kick: "Monero Wiki"
+title-post-kick: ""
+kick-class: "softyellow-kicks"
+icon: "icon_wiki"
+attribution: ""
+---
+
+### Work in Progress
\ No newline at end of file
diff --git a/knowledge-base/openalias.md b/knowledge-base/openalias.md
new file mode 100644
index 00000000..26ed8fc9
--- /dev/null
+++ b/knowledge-base/openalias.md
@@ -0,0 +1,12 @@
+---
+layout: static_page
+title: "The OpenAlias Standard"
+title-pre-kick: "The "
+title-kick: "OpenAlias "
+title-post-kick: "Standard"
+kick-class: "oa-kicks"
+icon: "icon_openalias"
+attribution: ""
+---
+
+### Work in Progress
\ No newline at end of file
diff --git a/knowledge-base/people.md b/knowledge-base/people.md
new file mode 100644
index 00000000..d814853e
--- /dev/null
+++ b/knowledge-base/people.md
@@ -0,0 +1,12 @@
+---
+layout: static_page
+title: "The People Behind Monero"
+title-pre-kick: "The "
+title-kick: "People Behind "
+title-post-kick: "Monero"
+kick-class: "kicks"
+icon: "icon_people"
+attribution: ""
+---
+
+### Work in Progress
\ No newline at end of file
diff --git a/knowledge-base/projects.md b/knowledge-base/projects.md
new file mode 100644
index 00000000..d7d3ceaf
--- /dev/null
+++ b/knowledge-base/projects.md
@@ -0,0 +1,12 @@
+---
+layout: static_page
+title: "External Projects"
+title-pre-kick: "External "
+title-kick: "Projects"
+title-post-kick: ""
+kick-class: "yellow-kicks"
+icon: "icon_projects"
+attribution: ""
+---
+
+### Work in Progress
\ No newline at end of file
diff --git a/knowledge-base/user-guides/index.md b/knowledge-base/user-guides/index.md
new file mode 100644
index 00000000..74f6a45f
--- /dev/null
+++ b/knowledge-base/user-guides/index.md
@@ -0,0 +1,12 @@
+---
+layout: static_page
+title: "User Guides"
+title-pre-kick: "User "
+title-kick: "Guides"
+title-post-kick: ""
+kick-class: "purple-kicks"
+icon: "icon_userguides"
+attribution: ""
+---
+
+### Work in Progress
\ No newline at end of file
diff --git a/research-lab/index.md b/research-lab/index.md
new file mode 100644
index 00000000..abdd83b3
--- /dev/null
+++ b/research-lab/index.md
@@ -0,0 +1,12 @@
+---
+layout: static_page
+title: "Monero Research Lab"
+title-pre-kick: "The Monero "
+title-kick: "Research "
+title-post-kick: "Lab"
+kick-class: "lab-kicks"
+icon: "icon_labs"
+attribution: ""
+---
+
+### Work in Progress
\ No newline at end of file