mirror of
https://github.com/c0de-archive/c0de.dev-blog.git
synced 2024-10-31 23:07:47 +00:00
Add encrypt config
This commit is contained in:
parent
32a952d53a
commit
c450546d87
@ -34,3 +34,10 @@ DEFAULT_PAGINATION = 20
|
||||
|
||||
USE_FOLDER_AS_CATEGORY = True # Use directories in content to specify the category
|
||||
DEFAULT_CATEGORY = 'none'
|
||||
|
||||
PLUGINS = ['encrypt_content']
|
||||
|
||||
ENCRYPT_CONTENT = {
|
||||
'title_prefix': '[Encrypted]',
|
||||
'summary': 'This content is encrypted and requires a password to unlock'
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user