diff --git a/_includes/themes/mark-reid/default.html b/_includes/themes/mark-reid/default.html
deleted file mode 100644
index 91cbf03..0000000
--- a/_includes/themes/mark-reid/default.html
+++ /dev/null
@@ -1,74 +0,0 @@
-
-
-
-
-
-
-
{{ page.title }}
-
- {% assign tags_list = page.tags %}
- {% include JB/tags_list %}
-
-
- {{ content }}
-
-
- {{ site.author.name }}
- {{ page.date | date_to_long_string }}
- {{ page.location }}
-
-
-
-
-
-
-{% include JB/comments %}
diff --git a/_includes/themes/mark-reid/settings.yml b/_includes/themes/mark-reid/settings.yml
deleted file mode 100644
index 68ca3d8..0000000
--- a/_includes/themes/mark-reid/settings.yml
+++ /dev/null
@@ -1,2 +0,0 @@
-theme :
- name : mark-reid
\ No newline at end of file
diff --git a/_includes/themes/the-minimum/default.html b/_includes/themes/the-minimum/default.html
deleted file mode 100644
index 00d015f..0000000
--- a/_includes/themes/the-minimum/default.html
+++ /dev/null
@@ -1,83 +0,0 @@
-
-
-
-
-
-
-
-
{{ page.title }}
-
- {{ page.date | date_to_long_string }}
- {% if page.location %}{{ page.location }}{% endif %}
-
- {{ content }}
-
-
-