add deadlinks plugin

This commit is contained in:
David Todd
2019-05-27 13:34:21 -05:00
parent 3aaa5d13e8
commit 582662636f
4 changed files with 15 additions and 1 deletions

View File

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