diff --git a/blog/layouts/404.html b/blog/layouts/404.html
deleted file mode 100644
index 518eb4f0..00000000
--- a/blog/layouts/404.html
+++ /dev/null
@@ -1,11 +0,0 @@
-{{ partial "header.html" . }}
-
-
Page not found
-
- Sorry, we've misplaced that URL or it's pointing to something that doesn't exist.
- Head back home to try finding it again.
-
-
-If you followed a link on this site, please report it !
-
-{{ partial "footer.html" . }}
diff --git a/blog/layouts/_default/link.html b/blog/layouts/_default/link.html
deleted file mode 100644
index 82ced2f4..00000000
--- a/blog/layouts/_default/link.html
+++ /dev/null
@@ -1 +0,0 @@
-{{ .Title }}
diff --git a/blog/layouts/_default/section.html b/blog/layouts/_default/section.html
deleted file mode 100644
index 518eb4f0..00000000
--- a/blog/layouts/_default/section.html
+++ /dev/null
@@ -1,11 +0,0 @@
-{{ partial "header.html" . }}
-
-
Page not found
-
- Sorry, we've misplaced that URL or it's pointing to something that doesn't exist.
- Head back home to try finding it again.
-
-
-If you followed a link on this site, please report it !
-
-{{ partial "footer.html" . }}
diff --git a/blog/layouts/additional-resource/single.html b/blog/layouts/additional-resource/single.html
deleted file mode 100644
index 83278b21..00000000
--- a/blog/layouts/additional-resource/single.html
+++ /dev/null
@@ -1,11 +0,0 @@
-{{ partial "header.html" . }}
-
-
- {{ .Title }}
-
- {{ .Content }}
-
-
-{{ partial "disqus.html" . }}
-{{ partial "anchorjs.html" . }}
-{{ partial "footer.html" . }}
diff --git a/blog/layouts/index.html b/blog/layouts/index.html
deleted file mode 100644
index 9d86a39b..00000000
--- a/blog/layouts/index.html
+++ /dev/null
@@ -1,56 +0,0 @@
-{{ partial "header.html" . }}
-
-
- This blog series creates a small operating system in the
- Rust programming language . Each post
- is a small tutorial and includes all needed code, so you can follow along if
- you like. The source code is also available in the corresponding
- Github repository .
-
-
Latest post: {{ range first 1 (where .Site.Pages "Section" "post") }}
- {{ .Title }}
- {{ end }}
-
-
-Bare Bones
-
- {{ range first 4 (where .Site.Pages.ByDate "Section" "post") }}
- {{ .Render "teaser" }}
- {{ end }}
-
-
-Memory Management
-
- {{ range first 4 (after 4 (where .Site.Pages.ByDate "Section" "post")) }}
- {{ .Render "teaser" }}
- {{ end }}
-
-
-Exceptions
-
- {{ range first 1 (after 9 (where .Site.Pages.ByDate "Section" "post")) }}
- {{ .Render "teaser" }}
- {{ end }}
- {{ range first 1 (after 8 (where .Site.Pages.ByDate "Section" "post")) }}
- {{ .Render "teaser" }}
- {{ end }}
-
-
-
-Additional Resources
-
-
- {{ range (where .Site.Pages.ByDate "Section" "additional-resource") }}
- {{ .Render "link" }}
- {{ end }}
-
-
-
-
- Recent Updates
- {{ partial "recent-updates.html" . }}
-
-
-
-
-{{ partial "footer.html" . }}
diff --git a/blog/layouts/old-posts/single.html b/blog/layouts/old-posts/single.html
deleted file mode 100644
index d8e2c7a8..00000000
--- a/blog/layouts/old-posts/single.html
+++ /dev/null
@@ -1,28 +0,0 @@
-{{ partial "header.html" . }}
-
-
- {{ .Title }}
-
- {{ .Date.Format .Site.Params.date_format }}
- {{ if isset .Params "updated" }}
- (updated on {{ .Params.updated | dateFormat .Site.Params.date_format }})
- {{ end }}
-
-
- {{ .Content }}
-
-
-
-
- {{ if .PrevInSection }}
-
« {{ .PrevInSection.Title }}
- {{ end }}
- {{ if .NextInSection }}
-
{{ .NextInSection.Title }} »
- {{ end }}
-
-
-
-{{ partial "disqus.html" . }}
-{{ partial "anchorjs.html" . }}
-{{ partial "footer.html" . }}
diff --git a/blog/layouts/old-posts/teaser.html b/blog/layouts/old-posts/teaser.html
deleted file mode 100644
index 795e27ad..00000000
--- a/blog/layouts/old-posts/teaser.html
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
- {{ .Summary }}
-
-
diff --git a/blog/layouts/page/single.html b/blog/layouts/page/single.html
deleted file mode 100644
index a091108c..00000000
--- a/blog/layouts/page/single.html
+++ /dev/null
@@ -1,10 +0,0 @@
-{{ partial "header.html" . }}
-
-
- {{ .Title }}
-
- {{ .Content }}
-
-
-{{ partial "anchorjs.html" . }}
-{{ partial "footer.html" . }}
diff --git a/blog/layouts/partials/analytics.html b/blog/layouts/partials/analytics.html
deleted file mode 100644
index c226e17a..00000000
--- a/blog/layouts/partials/analytics.html
+++ /dev/null
@@ -1,10 +0,0 @@
-
diff --git a/blog/layouts/partials/anchorjs.html b/blog/layouts/partials/anchorjs.html
deleted file mode 100644
index fb6093e3..00000000
--- a/blog/layouts/partials/anchorjs.html
+++ /dev/null
@@ -1,6 +0,0 @@
-
diff --git a/blog/layouts/partials/disqus.html b/blog/layouts/partials/disqus.html
deleted file mode 100644
index 6973517f..00000000
--- a/blog/layouts/partials/disqus.html
+++ /dev/null
@@ -1,17 +0,0 @@
-
-
-Please enable JavaScript to view the comments powered by Disqus.
diff --git a/blog/layouts/partials/footer.html b/blog/layouts/partials/footer.html
deleted file mode 100644
index 35a5819f..00000000
--- a/blog/layouts/partials/footer.html
+++ /dev/null
@@ -1,13 +0,0 @@
-
-
-
-
-
-