mirror of
https://github.com/c0de-archive/c0de.dev-blog.git
synced 2025-08-08 07:58:44 +00:00
more plugin moving
This commit is contained in:
8
.gitmodules
vendored
8
.gitmodules
vendored
@@ -1,6 +1,6 @@
|
|||||||
[submodule "plugins/pelican-encrypt-content"]
|
[submodule "pelican/plugins/pelican-encrypt-content"]
|
||||||
path = plugins/pelican-encrypt-content
|
path = pelican/plugins/encrypt-content
|
||||||
url = https://github.com/mindcruzer/pelican-encrypt-content.git
|
url = https://github.com/mindcruzer/pelican-encrypt-content.git
|
||||||
[submodule "plugins/pelican-deadlinks"]
|
[submodule "pelican/plugins/pelican-deadlinks"]
|
||||||
path = plugins/pelican-deadlinks
|
path = pelican/plugins/deadlinks
|
||||||
url = https://github.com/silentlamb/pelican-deadlinks.git
|
url = https://github.com/silentlamb/pelican-deadlinks.git
|
||||||
|
@@ -35,7 +35,7 @@ DEFAULT_PAGINATION = 20
|
|||||||
USE_FOLDER_AS_CATEGORY = True # Use directories in content to specify the category
|
USE_FOLDER_AS_CATEGORY = True # Use directories in content to specify the category
|
||||||
DEFAULT_CATEGORY = 'none'
|
DEFAULT_CATEGORY = 'none'
|
||||||
|
|
||||||
PLUGINS_PATH = ['plugins']
|
PLUGINS_PATH = ['plugins/']
|
||||||
|
|
||||||
PLUGINS = ['encrypt_content', 'deadlinks']
|
PLUGINS = ['encrypt_content', 'deadlinks']
|
||||||
|
|
||||||
|
@@ -1 +0,0 @@
|
|||||||
../../plugins/pelican-deadlinks
|
|
@@ -1 +0,0 @@
|
|||||||
../../plugins/pelican-encrypt-content/encrypt_content
|
|
Submodule plugins/pelican-deadlinks deleted from 8b49b59459
Reference in New Issue
Block a user