diff --git a/archive.html b/archive.html
new file mode 100644
index 0000000000000000000000000000000000000000..dc7c0540e3129bcb7a27e617063d77a152ca67f8
--- /dev/null
+++ b/archive.html
@@ -0,0 +1,10 @@
+---
+layout: page
+title : Archive
+header : Post Archive
+group: navigation
+---
+{% include JB/setup %}
+
+{% assign posts_collate = site.posts %}
+{% include JB/posts_collate %}
\ No newline at end of file