theme/plugins: move plugins to the top
diff --git a/pelicanconf.py b/pelicanconf.py
index c20ed3d..f7e0f58 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -68,7 +68,7 @@
 
 # List of plugins paths utilised by this site
 PLUGIN_PATHS = [
-    'theme/plugins',
+    'plugins',
 ]
 
 # List of plugins names
diff --git a/theme/plugins/assets/__init__.py b/plugins/assets/__init__.py
similarity index 100%
rename from theme/plugins/assets/__init__.py
rename to plugins/assets/__init__.py
diff --git a/theme/plugins/assets/assets.py b/plugins/assets/assets.py
similarity index 100%
rename from theme/plugins/assets/assets.py
rename to plugins/assets/assets.py
diff --git a/theme/plugins/photos/README.md b/plugins/photos/README.md
similarity index 100%
rename from theme/plugins/photos/README.md
rename to plugins/photos/README.md
diff --git a/theme/plugins/photos/SourceCodePro-Bold.otf b/plugins/photos/SourceCodePro-Bold.otf
similarity index 100%
rename from theme/plugins/photos/SourceCodePro-Bold.otf
rename to plugins/photos/SourceCodePro-Bold.otf
Binary files differ
diff --git a/theme/plugins/photos/SourceCodePro-Regular.otf b/plugins/photos/SourceCodePro-Regular.otf
similarity index 100%
rename from theme/plugins/photos/SourceCodePro-Regular.otf
rename to plugins/photos/SourceCodePro-Regular.otf
Binary files differ
diff --git a/theme/plugins/photos/__init__.py b/plugins/photos/__init__.py
similarity index 100%
rename from theme/plugins/photos/__init__.py
rename to plugins/photos/__init__.py
diff --git a/theme/plugins/photos/licenses.json b/plugins/photos/licenses.json
similarity index 100%
rename from theme/plugins/photos/licenses.json
rename to plugins/photos/licenses.json
diff --git a/theme/plugins/photos/photos.py b/plugins/photos/photos.py
similarity index 100%
rename from theme/plugins/photos/photos.py
rename to plugins/photos/photos.py