diff --git a/.gitignore b/theme/.gitignore similarity index 100% rename from .gitignore rename to theme/.gitignore diff --git a/sass/components/_buttons.scss b/theme/sass/components/_buttons.scss similarity index 100% rename from sass/components/_buttons.scss rename to theme/sass/components/_buttons.scss diff --git a/sass/components/_cards.scss b/theme/sass/components/_cards.scss similarity index 100% rename from sass/components/_cards.scss rename to theme/sass/components/_cards.scss diff --git a/sass/components/_carousel.scss b/theme/sass/components/_carousel.scss similarity index 100% rename from sass/components/_carousel.scss rename to theme/sass/components/_carousel.scss diff --git a/sass/components/_chips.scss b/theme/sass/components/_chips.scss similarity index 100% rename from sass/components/_chips.scss rename to theme/sass/components/_chips.scss diff --git a/sass/components/_collapsible.scss b/theme/sass/components/_collapsible.scss similarity index 100% rename from sass/components/_collapsible.scss rename to theme/sass/components/_collapsible.scss diff --git a/sass/components/_color.scss b/theme/sass/components/_color.scss similarity index 100% rename from sass/components/_color.scss rename to theme/sass/components/_color.scss diff --git a/sass/components/_dropdown.scss b/theme/sass/components/_dropdown.scss similarity index 100% rename from sass/components/_dropdown.scss rename to theme/sass/components/_dropdown.scss diff --git a/sass/components/_form.scss b/theme/sass/components/_form.scss similarity index 100% rename from sass/components/_form.scss rename to theme/sass/components/_form.scss diff --git a/sass/components/_global.scss b/theme/sass/components/_global.scss similarity index 100% rename from sass/components/_global.scss rename to theme/sass/components/_global.scss diff --git a/sass/components/_grid.scss b/theme/sass/components/_grid.scss similarity index 100% rename from sass/components/_grid.scss rename to theme/sass/components/_grid.scss diff --git a/sass/components/_icons-material-design.scss b/theme/sass/components/_icons-material-design.scss similarity index 100% rename from sass/components/_icons-material-design.scss rename to theme/sass/components/_icons-material-design.scss diff --git a/sass/components/_materialbox.scss b/theme/sass/components/_materialbox.scss similarity index 100% rename from sass/components/_materialbox.scss rename to theme/sass/components/_materialbox.scss diff --git a/sass/components/_mixins.scss b/theme/sass/components/_mixins.scss similarity index 100% rename from sass/components/_mixins.scss rename to theme/sass/components/_mixins.scss diff --git a/sass/components/_modal.scss b/theme/sass/components/_modal.scss similarity index 100% rename from sass/components/_modal.scss rename to theme/sass/components/_modal.scss diff --git a/sass/components/_navbar.scss b/theme/sass/components/_navbar.scss similarity index 100% rename from sass/components/_navbar.scss rename to theme/sass/components/_navbar.scss diff --git a/sass/components/_normalize.scss b/theme/sass/components/_normalize.scss similarity index 100% rename from sass/components/_normalize.scss rename to theme/sass/components/_normalize.scss diff --git a/sass/components/_prefixer.scss b/theme/sass/components/_prefixer.scss similarity index 100% rename from sass/components/_prefixer.scss rename to theme/sass/components/_prefixer.scss diff --git a/sass/components/_preloader.scss b/theme/sass/components/_preloader.scss similarity index 100% rename from sass/components/_preloader.scss rename to theme/sass/components/_preloader.scss diff --git a/sass/components/_roboto.scss b/theme/sass/components/_roboto.scss similarity index 100% rename from sass/components/_roboto.scss rename to theme/sass/components/_roboto.scss diff --git a/sass/components/_sideNav.scss b/theme/sass/components/_sideNav.scss similarity index 100% rename from sass/components/_sideNav.scss rename to theme/sass/components/_sideNav.scss diff --git a/sass/components/_slider.scss b/theme/sass/components/_slider.scss similarity index 100% rename from sass/components/_slider.scss rename to theme/sass/components/_slider.scss diff --git a/sass/components/_table_of_contents.scss b/theme/sass/components/_table_of_contents.scss similarity index 100% rename from sass/components/_table_of_contents.scss rename to theme/sass/components/_table_of_contents.scss diff --git a/sass/components/_tabs.scss b/theme/sass/components/_tabs.scss similarity index 100% rename from sass/components/_tabs.scss rename to theme/sass/components/_tabs.scss diff --git a/sass/components/_toast.scss b/theme/sass/components/_toast.scss similarity index 100% rename from sass/components/_toast.scss rename to theme/sass/components/_toast.scss diff --git a/sass/components/_tooltip.scss b/theme/sass/components/_tooltip.scss similarity index 100% rename from sass/components/_tooltip.scss rename to theme/sass/components/_tooltip.scss diff --git a/sass/components/_typography.scss b/theme/sass/components/_typography.scss similarity index 100% rename from sass/components/_typography.scss rename to theme/sass/components/_typography.scss diff --git a/sass/components/_variables.scss b/theme/sass/components/_variables.scss similarity index 100% rename from sass/components/_variables.scss rename to theme/sass/components/_variables.scss diff --git a/sass/components/_waves.scss b/theme/sass/components/_waves.scss similarity index 100% rename from sass/components/_waves.scss rename to theme/sass/components/_waves.scss diff --git a/sass/components/date_picker/_default.date.scss b/theme/sass/components/date_picker/_default.date.scss similarity index 100% rename from sass/components/date_picker/_default.date.scss rename to theme/sass/components/date_picker/_default.date.scss diff --git a/sass/components/date_picker/_default.scss b/theme/sass/components/date_picker/_default.scss similarity index 100% rename from sass/components/date_picker/_default.scss rename to theme/sass/components/date_picker/_default.scss diff --git a/sass/components/date_picker/_default.time.scss b/theme/sass/components/date_picker/_default.time.scss similarity index 100% rename from sass/components/date_picker/_default.time.scss rename to theme/sass/components/date_picker/_default.time.scss diff --git a/sass/materialize.scss b/theme/sass/materialize.scss similarity index 100% rename from sass/materialize.scss rename to theme/sass/materialize.scss diff --git a/sass/search.scss b/theme/sass/search.scss similarity index 100% rename from sass/search.scss rename to theme/sass/search.scss diff --git a/sass/style.scss b/theme/sass/style.scss similarity index 100% rename from sass/style.scss rename to theme/sass/style.scss diff --git a/static/index.html b/theme/static/index.html similarity index 100% rename from static/index.html rename to theme/static/index.html diff --git a/static/index.php b/theme/static/index.php similarity index 100% rename from static/index.php rename to theme/static/index.php diff --git a/static/theme/favicons/android-chrome-144x144.png b/theme/static/theme/favicons/android-chrome-144x144.png similarity index 100% rename from static/theme/favicons/android-chrome-144x144.png rename to theme/static/theme/favicons/android-chrome-144x144.png diff --git a/static/theme/favicons/android-chrome-192x192.png b/theme/static/theme/favicons/android-chrome-192x192.png similarity index 100% rename from static/theme/favicons/android-chrome-192x192.png rename to theme/static/theme/favicons/android-chrome-192x192.png diff --git a/static/theme/favicons/android-chrome-36x36.png b/theme/static/theme/favicons/android-chrome-36x36.png similarity index 100% rename from static/theme/favicons/android-chrome-36x36.png rename to theme/static/theme/favicons/android-chrome-36x36.png diff --git a/static/theme/favicons/android-chrome-48x48.png b/theme/static/theme/favicons/android-chrome-48x48.png similarity index 100% rename from static/theme/favicons/android-chrome-48x48.png rename to theme/static/theme/favicons/android-chrome-48x48.png diff --git a/static/theme/favicons/android-chrome-72x72.png b/theme/static/theme/favicons/android-chrome-72x72.png similarity index 100% rename from static/theme/favicons/android-chrome-72x72.png rename to theme/static/theme/favicons/android-chrome-72x72.png diff --git a/static/theme/favicons/android-chrome-96x96.png b/theme/static/theme/favicons/android-chrome-96x96.png similarity index 100% rename from static/theme/favicons/android-chrome-96x96.png rename to theme/static/theme/favicons/android-chrome-96x96.png diff --git a/static/theme/favicons/apple-touch-icon-114x114.png b/theme/static/theme/favicons/apple-touch-icon-114x114.png similarity index 100% rename from static/theme/favicons/apple-touch-icon-114x114.png rename to theme/static/theme/favicons/apple-touch-icon-114x114.png diff --git a/static/theme/favicons/apple-touch-icon-120x120.png b/theme/static/theme/favicons/apple-touch-icon-120x120.png similarity index 100% rename from static/theme/favicons/apple-touch-icon-120x120.png rename to theme/static/theme/favicons/apple-touch-icon-120x120.png diff --git a/static/theme/favicons/apple-touch-icon-144x144.png b/theme/static/theme/favicons/apple-touch-icon-144x144.png similarity index 100% rename from static/theme/favicons/apple-touch-icon-144x144.png rename to theme/static/theme/favicons/apple-touch-icon-144x144.png diff --git a/static/theme/favicons/apple-touch-icon-152x152.png b/theme/static/theme/favicons/apple-touch-icon-152x152.png similarity index 100% rename from static/theme/favicons/apple-touch-icon-152x152.png rename to theme/static/theme/favicons/apple-touch-icon-152x152.png diff --git a/static/theme/favicons/apple-touch-icon-180x180.png b/theme/static/theme/favicons/apple-touch-icon-180x180.png similarity index 100% rename from static/theme/favicons/apple-touch-icon-180x180.png rename to theme/static/theme/favicons/apple-touch-icon-180x180.png diff --git a/static/theme/favicons/apple-touch-icon-57x57.png b/theme/static/theme/favicons/apple-touch-icon-57x57.png similarity index 100% rename from static/theme/favicons/apple-touch-icon-57x57.png rename to theme/static/theme/favicons/apple-touch-icon-57x57.png diff --git a/static/theme/favicons/apple-touch-icon-60x60.png b/theme/static/theme/favicons/apple-touch-icon-60x60.png similarity index 100% rename from static/theme/favicons/apple-touch-icon-60x60.png rename to theme/static/theme/favicons/apple-touch-icon-60x60.png diff --git a/static/theme/favicons/apple-touch-icon-72x72.png b/theme/static/theme/favicons/apple-touch-icon-72x72.png similarity index 100% rename from static/theme/favicons/apple-touch-icon-72x72.png rename to theme/static/theme/favicons/apple-touch-icon-72x72.png diff --git a/static/theme/favicons/apple-touch-icon-76x76.png b/theme/static/theme/favicons/apple-touch-icon-76x76.png similarity index 100% rename from static/theme/favicons/apple-touch-icon-76x76.png rename to theme/static/theme/favicons/apple-touch-icon-76x76.png diff --git a/static/theme/favicons/apple-touch-icon-precomposed.png b/theme/static/theme/favicons/apple-touch-icon-precomposed.png similarity index 100% rename from static/theme/favicons/apple-touch-icon-precomposed.png rename to theme/static/theme/favicons/apple-touch-icon-precomposed.png diff --git a/static/theme/favicons/apple-touch-icon.png b/theme/static/theme/favicons/apple-touch-icon.png similarity index 100% rename from static/theme/favicons/apple-touch-icon.png rename to theme/static/theme/favicons/apple-touch-icon.png diff --git a/static/theme/favicons/browserconfig.xml b/theme/static/theme/favicons/browserconfig.xml similarity index 100% rename from static/theme/favicons/browserconfig.xml rename to theme/static/theme/favicons/browserconfig.xml diff --git a/static/theme/favicons/favicon-16x16.png b/theme/static/theme/favicons/favicon-16x16.png similarity index 100% rename from static/theme/favicons/favicon-16x16.png rename to theme/static/theme/favicons/favicon-16x16.png diff --git a/static/theme/favicons/favicon-194x194.png b/theme/static/theme/favicons/favicon-194x194.png similarity index 100% rename from static/theme/favicons/favicon-194x194.png rename to theme/static/theme/favicons/favicon-194x194.png diff --git a/static/theme/favicons/favicon-32x32.png b/theme/static/theme/favicons/favicon-32x32.png similarity index 100% rename from static/theme/favicons/favicon-32x32.png rename to theme/static/theme/favicons/favicon-32x32.png diff --git a/static/theme/favicons/favicon-96x96.png b/theme/static/theme/favicons/favicon-96x96.png similarity index 100% rename from static/theme/favicons/favicon-96x96.png rename to theme/static/theme/favicons/favicon-96x96.png diff --git a/static/theme/favicons/favicon.ico b/theme/static/theme/favicons/favicon.ico similarity index 100% rename from static/theme/favicons/favicon.ico rename to theme/static/theme/favicons/favicon.ico diff --git a/static/theme/favicons/manifest.json b/theme/static/theme/favicons/manifest.json similarity index 100% rename from static/theme/favicons/manifest.json rename to theme/static/theme/favicons/manifest.json diff --git a/static/theme/favicons/mstile-144x144.png b/theme/static/theme/favicons/mstile-144x144.png similarity index 100% rename from static/theme/favicons/mstile-144x144.png rename to theme/static/theme/favicons/mstile-144x144.png diff --git a/static/theme/favicons/mstile-150x150.png b/theme/static/theme/favicons/mstile-150x150.png similarity index 100% rename from static/theme/favicons/mstile-150x150.png rename to theme/static/theme/favicons/mstile-150x150.png diff --git a/static/theme/favicons/mstile-310x150.png b/theme/static/theme/favicons/mstile-310x150.png similarity index 100% rename from static/theme/favicons/mstile-310x150.png rename to theme/static/theme/favicons/mstile-310x150.png diff --git a/static/theme/favicons/mstile-310x310.png b/theme/static/theme/favicons/mstile-310x310.png similarity index 100% rename from static/theme/favicons/mstile-310x310.png rename to theme/static/theme/favicons/mstile-310x310.png diff --git a/static/theme/favicons/mstile-70x70.png b/theme/static/theme/favicons/mstile-70x70.png similarity index 100% rename from static/theme/favicons/mstile-70x70.png rename to theme/static/theme/favicons/mstile-70x70.png diff --git a/static/theme/favicons/safari-pinned-tab.svg b/theme/static/theme/favicons/safari-pinned-tab.svg similarity index 100% rename from static/theme/favicons/safari-pinned-tab.svg rename to theme/static/theme/favicons/safari-pinned-tab.svg diff --git a/static/theme/font/roboto/Roboto-Bold.eot b/theme/static/theme/font/roboto/Roboto-Bold.eot similarity index 100% rename from static/theme/font/roboto/Roboto-Bold.eot rename to theme/static/theme/font/roboto/Roboto-Bold.eot diff --git a/static/theme/font/roboto/Roboto-Bold.ttf b/theme/static/theme/font/roboto/Roboto-Bold.ttf similarity index 100% rename from static/theme/font/roboto/Roboto-Bold.ttf rename to theme/static/theme/font/roboto/Roboto-Bold.ttf diff --git a/static/theme/font/roboto/Roboto-Bold.woff b/theme/static/theme/font/roboto/Roboto-Bold.woff similarity index 100% rename from static/theme/font/roboto/Roboto-Bold.woff rename to theme/static/theme/font/roboto/Roboto-Bold.woff diff --git a/static/theme/font/roboto/Roboto-Bold.woff2 b/theme/static/theme/font/roboto/Roboto-Bold.woff2 similarity index 100% rename from static/theme/font/roboto/Roboto-Bold.woff2 rename to theme/static/theme/font/roboto/Roboto-Bold.woff2 diff --git a/static/theme/font/roboto/Roboto-Light.eot b/theme/static/theme/font/roboto/Roboto-Light.eot similarity index 100% rename from static/theme/font/roboto/Roboto-Light.eot rename to theme/static/theme/font/roboto/Roboto-Light.eot diff --git a/static/theme/font/roboto/Roboto-Light.ttf b/theme/static/theme/font/roboto/Roboto-Light.ttf similarity index 100% rename from static/theme/font/roboto/Roboto-Light.ttf rename to theme/static/theme/font/roboto/Roboto-Light.ttf diff --git a/static/theme/font/roboto/Roboto-Light.woff b/theme/static/theme/font/roboto/Roboto-Light.woff similarity index 100% rename from static/theme/font/roboto/Roboto-Light.woff rename to theme/static/theme/font/roboto/Roboto-Light.woff diff --git a/static/theme/font/roboto/Roboto-Light.woff2 b/theme/static/theme/font/roboto/Roboto-Light.woff2 similarity index 100% rename from static/theme/font/roboto/Roboto-Light.woff2 rename to theme/static/theme/font/roboto/Roboto-Light.woff2 diff --git a/static/theme/font/roboto/Roboto-Medium.eot b/theme/static/theme/font/roboto/Roboto-Medium.eot similarity index 100% rename from static/theme/font/roboto/Roboto-Medium.eot rename to theme/static/theme/font/roboto/Roboto-Medium.eot diff --git a/static/theme/font/roboto/Roboto-Medium.ttf b/theme/static/theme/font/roboto/Roboto-Medium.ttf similarity index 100% rename from static/theme/font/roboto/Roboto-Medium.ttf rename to theme/static/theme/font/roboto/Roboto-Medium.ttf diff --git a/static/theme/font/roboto/Roboto-Medium.woff b/theme/static/theme/font/roboto/Roboto-Medium.woff similarity index 100% rename from static/theme/font/roboto/Roboto-Medium.woff rename to theme/static/theme/font/roboto/Roboto-Medium.woff diff --git a/static/theme/font/roboto/Roboto-Medium.woff2 b/theme/static/theme/font/roboto/Roboto-Medium.woff2 similarity index 100% rename from static/theme/font/roboto/Roboto-Medium.woff2 rename to theme/static/theme/font/roboto/Roboto-Medium.woff2 diff --git a/static/theme/font/roboto/Roboto-Regular.eot b/theme/static/theme/font/roboto/Roboto-Regular.eot similarity index 100% rename from static/theme/font/roboto/Roboto-Regular.eot rename to theme/static/theme/font/roboto/Roboto-Regular.eot diff --git a/static/theme/font/roboto/Roboto-Regular.ttf b/theme/static/theme/font/roboto/Roboto-Regular.ttf similarity index 100% rename from static/theme/font/roboto/Roboto-Regular.ttf rename to theme/static/theme/font/roboto/Roboto-Regular.ttf diff --git a/static/theme/font/roboto/Roboto-Regular.woff b/theme/static/theme/font/roboto/Roboto-Regular.woff similarity index 100% rename from static/theme/font/roboto/Roboto-Regular.woff rename to theme/static/theme/font/roboto/Roboto-Regular.woff diff --git a/static/theme/font/roboto/Roboto-Regular.woff2 b/theme/static/theme/font/roboto/Roboto-Regular.woff2 similarity index 100% rename from static/theme/font/roboto/Roboto-Regular.woff2 rename to theme/static/theme/font/roboto/Roboto-Regular.woff2 diff --git a/static/theme/font/roboto/Roboto-Thin.eot b/theme/static/theme/font/roboto/Roboto-Thin.eot similarity index 100% rename from static/theme/font/roboto/Roboto-Thin.eot rename to theme/static/theme/font/roboto/Roboto-Thin.eot diff --git a/static/theme/font/roboto/Roboto-Thin.ttf b/theme/static/theme/font/roboto/Roboto-Thin.ttf similarity index 100% rename from static/theme/font/roboto/Roboto-Thin.ttf rename to theme/static/theme/font/roboto/Roboto-Thin.ttf diff --git a/static/theme/font/roboto/Roboto-Thin.woff b/theme/static/theme/font/roboto/Roboto-Thin.woff similarity index 100% rename from static/theme/font/roboto/Roboto-Thin.woff rename to theme/static/theme/font/roboto/Roboto-Thin.woff diff --git a/static/theme/font/roboto/Roboto-Thin.woff2 b/theme/static/theme/font/roboto/Roboto-Thin.woff2 similarity index 100% rename from static/theme/font/roboto/Roboto-Thin.woff2 rename to theme/static/theme/font/roboto/Roboto-Thin.woff2 diff --git a/static/theme/highlight.css b/theme/static/theme/highlight.css similarity index 100% rename from static/theme/highlight.css rename to theme/static/theme/highlight.css diff --git a/static/theme/icon56.png b/theme/static/theme/icon56.png similarity index 100% rename from static/theme/icon56.png rename to theme/static/theme/icon56.png diff --git a/static/theme/icon64.png b/theme/static/theme/icon64.png similarity index 100% rename from static/theme/icon64.png rename to theme/static/theme/icon64.png diff --git a/static/theme/js/init.js b/theme/static/theme/js/init.js similarity index 100% rename from static/theme/js/init.js rename to theme/static/theme/js/init.js diff --git a/static/theme/js/jquery-1.12.0.min.js b/theme/static/theme/js/jquery-1.12.0.min.js similarity index 100% rename from static/theme/js/jquery-1.12.0.min.js rename to theme/static/theme/js/jquery-1.12.0.min.js diff --git a/static/theme/js/materialize.js b/theme/static/theme/js/materialize.js similarity index 100% rename from static/theme/js/materialize.js rename to theme/static/theme/js/materialize.js diff --git a/static/theme/js/materialize.min.js b/theme/static/theme/js/materialize.min.js similarity index 100% rename from static/theme/js/materialize.min.js rename to theme/static/theme/js/materialize.min.js diff --git a/static/theme/js/socket.io-1.4.5.js b/theme/static/theme/js/socket.io-1.4.5.js similarity index 100% rename from static/theme/js/socket.io-1.4.5.js rename to theme/static/theme/js/socket.io-1.4.5.js diff --git a/static/theme/lightbox2/.gitignore b/theme/static/theme/lightbox2/.gitignore similarity index 100% rename from static/theme/lightbox2/.gitignore rename to theme/static/theme/lightbox2/.gitignore diff --git a/static/theme/lightbox2/.jscsrc b/theme/static/theme/lightbox2/.jscsrc similarity index 100% rename from static/theme/lightbox2/.jscsrc rename to theme/static/theme/lightbox2/.jscsrc diff --git a/static/theme/lightbox2/.jshintrc b/theme/static/theme/lightbox2/.jshintrc similarity index 100% rename from static/theme/lightbox2/.jshintrc rename to theme/static/theme/lightbox2/.jshintrc diff --git a/static/theme/lightbox2/CONTRIBUTING.md b/theme/static/theme/lightbox2/CONTRIBUTING.md similarity index 100% rename from static/theme/lightbox2/CONTRIBUTING.md rename to theme/static/theme/lightbox2/CONTRIBUTING.md diff --git a/static/theme/lightbox2/Gruntfile.js b/theme/static/theme/lightbox2/Gruntfile.js similarity index 100% rename from static/theme/lightbox2/Gruntfile.js rename to theme/static/theme/lightbox2/Gruntfile.js diff --git a/static/theme/lightbox2/LICENSE b/theme/static/theme/lightbox2/LICENSE similarity index 100% rename from static/theme/lightbox2/LICENSE rename to theme/static/theme/lightbox2/LICENSE diff --git a/static/theme/lightbox2/README.md b/theme/static/theme/lightbox2/README.md similarity index 100% rename from static/theme/lightbox2/README.md rename to theme/static/theme/lightbox2/README.md diff --git a/static/theme/lightbox2/bower.json b/theme/static/theme/lightbox2/bower.json similarity index 100% rename from static/theme/lightbox2/bower.json rename to theme/static/theme/lightbox2/bower.json diff --git a/static/theme/lightbox2/dist/css/lightbox.css b/theme/static/theme/lightbox2/dist/css/lightbox.css similarity index 100% rename from static/theme/lightbox2/dist/css/lightbox.css rename to theme/static/theme/lightbox2/dist/css/lightbox.css diff --git a/static/theme/lightbox2/dist/css/lightbox.min.css b/theme/static/theme/lightbox2/dist/css/lightbox.min.css similarity index 100% rename from static/theme/lightbox2/dist/css/lightbox.min.css rename to theme/static/theme/lightbox2/dist/css/lightbox.min.css diff --git a/static/theme/lightbox2/dist/images/close.png b/theme/static/theme/lightbox2/dist/images/close.png similarity index 100% rename from static/theme/lightbox2/dist/images/close.png rename to theme/static/theme/lightbox2/dist/images/close.png diff --git a/static/theme/lightbox2/dist/images/loading.gif b/theme/static/theme/lightbox2/dist/images/loading.gif similarity index 100% rename from static/theme/lightbox2/dist/images/loading.gif rename to theme/static/theme/lightbox2/dist/images/loading.gif diff --git a/static/theme/lightbox2/dist/images/next.png b/theme/static/theme/lightbox2/dist/images/next.png similarity index 100% rename from static/theme/lightbox2/dist/images/next.png rename to theme/static/theme/lightbox2/dist/images/next.png diff --git a/static/theme/lightbox2/dist/images/prev.png b/theme/static/theme/lightbox2/dist/images/prev.png similarity index 100% rename from static/theme/lightbox2/dist/images/prev.png rename to theme/static/theme/lightbox2/dist/images/prev.png diff --git a/static/theme/lightbox2/dist/js/lightbox-plus-jquery.js b/theme/static/theme/lightbox2/dist/js/lightbox-plus-jquery.js similarity index 100% rename from static/theme/lightbox2/dist/js/lightbox-plus-jquery.js rename to theme/static/theme/lightbox2/dist/js/lightbox-plus-jquery.js diff --git a/static/theme/lightbox2/dist/js/lightbox-plus-jquery.min.js b/theme/static/theme/lightbox2/dist/js/lightbox-plus-jquery.min.js similarity index 100% rename from static/theme/lightbox2/dist/js/lightbox-plus-jquery.min.js rename to theme/static/theme/lightbox2/dist/js/lightbox-plus-jquery.min.js diff --git a/static/theme/lightbox2/dist/js/lightbox-plus-jquery.min.map b/theme/static/theme/lightbox2/dist/js/lightbox-plus-jquery.min.map similarity index 100% rename from static/theme/lightbox2/dist/js/lightbox-plus-jquery.min.map rename to theme/static/theme/lightbox2/dist/js/lightbox-plus-jquery.min.map diff --git a/static/theme/lightbox2/dist/js/lightbox.js b/theme/static/theme/lightbox2/dist/js/lightbox.js similarity index 100% rename from static/theme/lightbox2/dist/js/lightbox.js rename to theme/static/theme/lightbox2/dist/js/lightbox.js diff --git a/static/theme/lightbox2/dist/js/lightbox.min.js b/theme/static/theme/lightbox2/dist/js/lightbox.min.js similarity index 100% rename from static/theme/lightbox2/dist/js/lightbox.min.js rename to theme/static/theme/lightbox2/dist/js/lightbox.min.js diff --git a/static/theme/lightbox2/dist/js/lightbox.min.map b/theme/static/theme/lightbox2/dist/js/lightbox.min.map similarity index 100% rename from static/theme/lightbox2/dist/js/lightbox.min.map rename to theme/static/theme/lightbox2/dist/js/lightbox.min.map diff --git a/static/theme/lightbox2/examples/index.html b/theme/static/theme/lightbox2/examples/index.html similarity index 100% rename from static/theme/lightbox2/examples/index.html rename to theme/static/theme/lightbox2/examples/index.html diff --git a/static/theme/lightbox2/package.json b/theme/static/theme/lightbox2/package.json similarity index 100% rename from static/theme/lightbox2/package.json rename to theme/static/theme/lightbox2/package.json diff --git a/static/theme/lightbox2/src/css/lightbox.css b/theme/static/theme/lightbox2/src/css/lightbox.css similarity index 100% rename from static/theme/lightbox2/src/css/lightbox.css rename to theme/static/theme/lightbox2/src/css/lightbox.css diff --git a/static/theme/lightbox2/src/images/close.png b/theme/static/theme/lightbox2/src/images/close.png similarity index 100% rename from static/theme/lightbox2/src/images/close.png rename to theme/static/theme/lightbox2/src/images/close.png diff --git a/static/theme/lightbox2/src/images/loading.gif b/theme/static/theme/lightbox2/src/images/loading.gif similarity index 100% rename from static/theme/lightbox2/src/images/loading.gif rename to theme/static/theme/lightbox2/src/images/loading.gif diff --git a/static/theme/lightbox2/src/images/next.png b/theme/static/theme/lightbox2/src/images/next.png similarity index 100% rename from static/theme/lightbox2/src/images/next.png rename to theme/static/theme/lightbox2/src/images/next.png diff --git a/static/theme/lightbox2/src/images/prev.png b/theme/static/theme/lightbox2/src/images/prev.png similarity index 100% rename from static/theme/lightbox2/src/images/prev.png rename to theme/static/theme/lightbox2/src/images/prev.png diff --git a/static/theme/lightbox2/src/js/lightbox.js b/theme/static/theme/lightbox2/src/js/lightbox.js similarity index 100% rename from static/theme/lightbox2/src/js/lightbox.js rename to theme/static/theme/lightbox2/src/js/lightbox.js diff --git a/static/theme/logo.svg b/theme/static/theme/logo.svg similarity index 100% rename from static/theme/logo.svg rename to theme/static/theme/logo.svg diff --git a/static/theme/logo56.png b/theme/static/theme/logo56.png similarity index 100% rename from static/theme/logo56.png rename to theme/static/theme/logo56.png diff --git a/static/theme/logo64.png b/theme/static/theme/logo64.png similarity index 100% rename from static/theme/logo64.png rename to theme/static/theme/logo64.png diff --git a/templates/404.html.nunjucks b/theme/templates/404.html.nunjucks similarity index 100% rename from templates/404.html.nunjucks rename to theme/templates/404.html.nunjucks diff --git a/templates/article.html.nunjucks b/theme/templates/article.html.nunjucks similarity index 100% rename from templates/article.html.nunjucks rename to theme/templates/article.html.nunjucks diff --git a/templates/gallery.html.nunjucks b/theme/templates/gallery.html.nunjucks similarity index 100% rename from templates/gallery.html.nunjucks rename to theme/templates/gallery.html.nunjucks diff --git a/templates/partials/footer.html.nunjucks b/theme/templates/partials/footer.html.nunjucks similarity index 100% rename from templates/partials/footer.html.nunjucks rename to theme/templates/partials/footer.html.nunjucks diff --git a/templates/partials/header.html.nunjucks b/theme/templates/partials/header.html.nunjucks similarity index 100% rename from templates/partials/header.html.nunjucks rename to theme/templates/partials/header.html.nunjucks diff --git a/templates/partials/list.html.nunjucks b/theme/templates/partials/list.html.nunjucks similarity index 100% rename from templates/partials/list.html.nunjucks rename to theme/templates/partials/list.html.nunjucks diff --git a/templates/partials/paginator.html.nunjucks b/theme/templates/partials/paginator.html.nunjucks similarity index 100% rename from templates/partials/paginator.html.nunjucks rename to theme/templates/partials/paginator.html.nunjucks diff --git a/templates/partials/search.html.nunjucks b/theme/templates/partials/search.html.nunjucks similarity index 100% rename from templates/partials/search.html.nunjucks rename to theme/templates/partials/search.html.nunjucks diff --git a/templates/partials/svgs.html.nunjucks b/theme/templates/partials/svgs.html.nunjucks similarity index 100% rename from templates/partials/svgs.html.nunjucks rename to theme/templates/partials/svgs.html.nunjucks diff --git a/templates/redirect.html.nunjucks b/theme/templates/redirect.html.nunjucks similarity index 100% rename from templates/redirect.html.nunjucks rename to theme/templates/redirect.html.nunjucks diff --git a/templates/tag.html.nunjucks b/theme/templates/tag.html.nunjucks similarity index 100% rename from templates/tag.html.nunjucks rename to theme/templates/tag.html.nunjucks