Initial Commit
diff --git a/faq/index.html b/faq/index.html
new file mode 100644
index 0000000..17e34f1
--- /dev/null
+++ b/faq/index.html
@@ -0,0 +1,17 @@
+---
+layout: page
+title: FAQ
+permalink: /FAQ/
+---
+
+<div class="home">
+
+  <ul class="post-list">
+    {% for post in site.faq %}
+      <p>
+        <a class="post-meta" href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}</a>
+      </p>
+    {% endfor %}
+  </ul>
+
+</div>