diff --git a/patches/core/default.hbs b/patches/core/default.hbs
deleted file mode 100644
index 8f12ef3..0000000
--- a/patches/core/default.hbs
+++ /dev/null
@@ -1,57 +0,0 @@
-
-
-
-
-
-
-
-
- Ghost Admin
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{{block "pageStyles"}}}
-
-
- {{#unless hideNavbar}}
- {{> navbar}}
- {{/unless}}
-
-
- {{updateNotification}}
-
-
-
- {{{body}}}
-
-
-
-
-
-
- {{{ghostScriptTags}}}
-
- {{{block "bodyScripts"}}}
-
-
diff --git a/patches/core/user-error.hbs b/patches/core/user-error.hbs
deleted file mode 100644
index 1113c07..0000000
--- a/patches/core/user-error.hbs
+++ /dev/null
@@ -1,56 +0,0 @@
-
-
-
-
-
-
-
- {{code}} — {{message}}
-
-
-
-
-
-
-
-
-
-
-
-
- {{{block "pageStyles"}}}
-
-
-
-
-
-
-
-
-
- {{code}}
- {{message}}
-
-
-
- {{#if stack}}
-
- Stack Trace
- {{message}}
-
- {{#foreach stack}}
- -
- at
- {{#if function}}{{function}}{{/if}}
- ({{at}})
-
- {{/foreach}}
-
-
- {{/if}}
-
-
-
diff --git a/patches/theme/default.hbs b/patches/theme/default.hbs
deleted file mode 100644
index 72a653c..0000000
--- a/patches/theme/default.hbs
+++ /dev/null
@@ -1,46 +0,0 @@
-
-
-
- {{! Document Settings }}
-
-
-
- {{! Page Meta }}
- {{meta_title}}
-
-
-
-
-
-
-
-
- {{! Styles'n'Scripts }}
-
-
-
- {{! Ghost outputs important style and meta data with this tag }}
- {{ghost_head}}
-
-
-
- {{! Everything else gets inserted here }}
- {{{body}}}
-
-
-
- {{! Ghost outputs important scripts and data with this tag }}
- {{ghost_foot}}
-
- {{! The main JavaScript file for Casper }}
-
-
-
-
-