diff --git a/docs/layouts/indexes/category.html b/docs/layouts/indexes/category.html
deleted file mode 100644
index 0655674e4..000000000
--- a/docs/layouts/indexes/category.html
+++ /dev/null
@@ -1,24 +0,0 @@
-{{ template "chrome/header.html" . }}
-
-{{ template "chrome/navbar.html" . }}
-
-
-
-
-
Items in category {{ .Title | lower }}
-
- {{ range .Data.Pages }}
- {{ .Render "li" }}
- {{ end}}
-
-
-
-
-
-
- {{ template "chrome/menu.html" . }}
-
-
-{{ template "chrome/footer.copyright.html" . }}
-
-{{ template "chrome/footer.html" . }}
diff --git a/docs/layouts/indexes/post.html b/docs/layouts/indexes/post.html
deleted file mode 100644
index 85ee16cf4..000000000
--- a/docs/layouts/indexes/post.html
+++ /dev/null
@@ -1,24 +0,0 @@
-{{ template "chrome/header.html" . }}
-
-{{ template "chrome/navbar.html" . }}
-
-
-
-
-
Blog Post Archive
-
- {{ range .Data.Pages }}
- {{ .Render "li" }}
- {{ end}}
-
-
-
-
-
-
- {{ template "chrome/menu.html" . }}
-
-
-{{ template "chrome/footer.copyright.html" . }}
-
-{{ template "chrome/footer.html" . }}
diff --git a/docs/layouts/indexes/tag.html b/docs/layouts/indexes/tag.html
deleted file mode 100644
index e862f260e..000000000
--- a/docs/layouts/indexes/tag.html
+++ /dev/null
@@ -1,24 +0,0 @@
-{{ template "chrome/header.html" . }}
-
-{{ template "chrome/navbar.html" . }}
-
-
-
-
-
Items with tag {{ .Title | lower }}
-
- {{ range .Data.Pages }}
- {{ .Render "li" }}
- {{ end}}
-
-
-
-
-
-
- {{ template "chrome/menu.html" . }}
-
-
-{{ template "chrome/footer.copyright.html" . }}
-
-{{ template "chrome/footer.html" . }}
diff --git a/docs/layouts/post/li.html b/docs/layouts/post/li.html
deleted file mode 100644
index d57be9c80..000000000
--- a/docs/layouts/post/li.html
+++ /dev/null
@@ -1,4 +0,0 @@
-
- {{ .Title}}
- posted on {{ .Date.Format "January 2, 2006" }}
-
\ No newline at end of file
diff --git a/docs/layouts/post/single.html b/docs/layouts/post/single.html
deleted file mode 100644
index f32cac983..000000000
--- a/docs/layouts/post/single.html
+++ /dev/null
@@ -1,35 +0,0 @@
-{{ template "chrome/header.html" . }}
-
-{{ template "chrome/navbar.html" . }}
-
-
-
-
-
{{ .Title }}
{{ .Description }}
-
- {{ .Content }}
-
-
-
-
-
-
-
{{ .Date.Format "January 2, 2006" }}
- {{ .WordCount }} words
-
-
Categories
-
- {{ range .Params.categories }}
- - {{ . }}
- {{ end }}
-
-
-
Tags
- {{ range .Params.tags }}
{{ . }} {{ end }}
-
- {{ template "chrome/menu.html" . }}
-
-
-{{ template "chrome/footer.copyright.html" . }}
-
-{{ template "chrome/footer.html" . }}
diff --git a/docs/layouts/post/summary.html b/docs/layouts/post/summary.html
deleted file mode 100644
index f70b6827a..000000000
--- a/docs/layouts/post/summary.html
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
- {{ .Title }} Posted on {{ .Date.Format "Jan 2, 2006" }}
- {{ .Description }}
-
-
-
{{ .Summary }}
-
Read More
-
\ No newline at end of file