commit | de8ceebdac5ede58f0e8a066400a6477b05dc047 | [log] [tgz] |
---|---|---|
author | luigi <luigi@debian.luigi.at.debian> | Tue Apr 07 11:11:18 2020 +0100 |
committer | Luigi Santivetti <luigi.santivetti@gmail.com> | Tue Oct 06 21:06:43 2020 +0100 |
tree | ba4b01950f891633a5452333f629186303d4e8fa | |
parent | 38e29365da33d6976499b1f0462bf3148a26d49f [diff] |
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