more plugin moving

This commit is contained in:
David Todd 2019-05-27 13:43:23 -05:00
parent 7470db9794
commit 785ce5a0ae
5 changed files with 5 additions and 8 deletions

8
.gitmodules vendored
View File

@ -1,6 +1,6 @@
[submodule "plugins/pelican-encrypt-content"]
path = plugins/pelican-encrypt-content
[submodule "pelican/plugins/pelican-encrypt-content"]
path = pelican/plugins/encrypt-content
url = https://github.com/mindcruzer/pelican-encrypt-content.git
[submodule "plugins/pelican-deadlinks"]
path = plugins/pelican-deadlinks
[submodule "pelican/plugins/pelican-deadlinks"]
path = pelican/plugins/deadlinks
url = https://github.com/silentlamb/pelican-deadlinks.git

View File

@ -35,7 +35,7 @@ DEFAULT_PAGINATION = 20
USE_FOLDER_AS_CATEGORY = True # Use directories in content to specify the category
DEFAULT_CATEGORY = 'none'
PLUGINS_PATH = ['plugins']
PLUGINS_PATH = ['plugins/']
PLUGINS = ['encrypt_content', 'deadlinks']

View File

@ -1 +0,0 @@
../../plugins/pelican-deadlinks

View File

@ -1 +0,0 @@
../../plugins/pelican-encrypt-content/encrypt_content

@ -1 +0,0 @@
Subproject commit 8b49b594591ded55ba20b74c54c12a566fe8e9cc