Move everything to theme/
diff --git a/plugins/assets b/plugins/assets
deleted file mode 160000
index 2e3e7fc..0000000
--- a/plugins/assets
+++ /dev/null
@@ -1 +0,0 @@
-Subproject commit 2e3e7fc5cc679b56a1405badbfe6451542a443af
diff --git a/screenshot.png b/screenshot.png
deleted file mode 100644
index 3430405..0000000
--- a/screenshot.png
+++ /dev/null
Binary files differ
diff --git a/static/js/lw-timeago b/static/js/lw-timeago
deleted file mode 160000
index 5adac4a..0000000
--- a/static/js/lw-timeago
+++ /dev/null
@@ -1 +0,0 @@
-Subproject commit 5adac4ab06d16afed7e1ff041c87219c4e86125c
diff --git a/README.md b/theme/README.md
similarity index 100%
rename from README.md
rename to theme/README.md
diff --git a/requirements.txt b/theme/requirements.txt
similarity index 100%
rename from requirements.txt
rename to theme/requirements.txt
diff --git a/static/css/pygments.css b/theme/static/css/pygments.css
similarity index 100%
rename from static/css/pygments.css
rename to theme/static/css/pygments.css
diff --git a/static/css/style.scss b/theme/static/css/style.scss
similarity index 100%
rename from static/css/style.scss
rename to theme/static/css/style.scss
diff --git a/static/js/email.js b/theme/static/js/email.js
similarity index 100%
rename from static/js/email.js
rename to theme/static/js/email.js
diff --git a/static/js/scroll.js b/theme/static/js/scroll.js
similarity index 100%
rename from static/js/scroll.js
rename to theme/static/js/scroll.js
diff --git a/templates/archives.html b/theme/templates/archives.html
similarity index 100%
rename from templates/archives.html
rename to theme/templates/archives.html
diff --git a/templates/article.html b/theme/templates/article.html
similarity index 100%
rename from templates/article.html
rename to theme/templates/article.html
diff --git a/templates/author.html b/theme/templates/author.html
similarity index 100%
rename from templates/author.html
rename to theme/templates/author.html
diff --git a/templates/authors.html b/theme/templates/authors.html
similarity index 100%
rename from templates/authors.html
rename to theme/templates/authors.html
diff --git a/templates/base.html b/theme/templates/base.html
similarity index 100%
rename from templates/base.html
rename to theme/templates/base.html
diff --git a/templates/categories.html b/theme/templates/categories.html
similarity index 100%
rename from templates/categories.html
rename to theme/templates/categories.html
diff --git a/templates/category.html b/theme/templates/category.html
similarity index 100%
rename from templates/category.html
rename to theme/templates/category.html
diff --git a/templates/error.html b/theme/templates/error.html
similarity index 100%
rename from templates/error.html
rename to theme/templates/error.html
diff --git a/templates/index.html b/theme/templates/index.html
similarity index 100%
rename from templates/index.html
rename to theme/templates/index.html
diff --git a/templates/modules/analytics.html b/theme/templates/modules/analytics.html
similarity index 100%
rename from templates/modules/analytics.html
rename to theme/templates/modules/analytics.html
diff --git a/templates/modules/article_meta.html b/theme/templates/modules/article_meta.html
similarity index 100%
rename from templates/modules/article_meta.html
rename to theme/templates/modules/article_meta.html
diff --git a/templates/modules/blogsubheader.html b/theme/templates/modules/blogsubheader.html
similarity index 100%
rename from templates/modules/blogsubheader.html
rename to theme/templates/modules/blogsubheader.html
diff --git a/templates/modules/pagination.html b/theme/templates/modules/pagination.html
similarity index 100%
rename from templates/modules/pagination.html
rename to theme/templates/modules/pagination.html
diff --git a/templates/page.html b/theme/templates/page.html
similarity index 100%
rename from templates/page.html
rename to theme/templates/page.html
diff --git a/templates/tag.html b/theme/templates/tag.html
similarity index 100%
rename from templates/tag.html
rename to theme/templates/tag.html
diff --git a/templates/tags.html b/theme/templates/tags.html
similarity index 100%
rename from templates/tags.html
rename to theme/templates/tags.html