diff --git a/content/archive.md b/content/archive.md
new file mode 100644
index 0000000..d498732
--- /dev/null
+++ b/content/archive.md
@@ -0,0 +1,7 @@
++++
+title = "Archive"
+name = "Archive"
+url = "/archive/"
+menu = "main"
+type = archive
++++
diff --git a/layouts/archive/single.html b/layouts/archive/single.html
new file mode 100644
index 0000000..80063c5
--- /dev/null
+++ b/layouts/archive/single.html
@@ -0,0 +1,25 @@
+{{ define "title" -}}
+ {{ .Params.name }} | {{ .Site.Title }}
+{{- end }}
+{{ define "header" }}
+ {{ partial "menu" . }}
+{{ end }}
+{{ define "main" }}
+ {{ .Title }}
+
+ Published {{ with .Params.categories }}in {{ delimit (apply (apply (sort .) "partial" "post/category-link" ".") "chomp" ".") ", " " and "}} + {{ end }}{{ with .Params.tags }} and tagged {{ delimit (apply (apply (sort .) "partial" "post/tag-link" ".") "chomp" ".") ", " " and " }}{{ end }}. This entry has {{ .WordCount }} words. If you want to discuss it with me, send me a tweet! +
\ No newline at end of file