auto commit due to nikola deploy Wed Aug 16 10:58:31 CDT 2017
This commit is contained in:
parent
9e84389531
commit
92494ee59e
1 changed files with 3 additions and 20 deletions
23
conf.py
23
conf.py
|
|
@ -133,23 +133,6 @@ GLOBAL_CONTEXT_FILLER = []
|
|||
CREATE_MONTHLY_ARCHIVE = True
|
||||
#ARCHIVE_PATH = "posts"
|
||||
#ARCHIVE_FILENAME = "index.html"
|
||||
COIL_SECRET_KEY = b'\x8a\x0f{\x11\xf4\x0c\x92\x86\x14\xc0\xfb\xeeM\xb2\xc1\xa5r\xe12Q\x81GC%'
|
||||
COIL_URL = 'http://coil.duckland.org/'
|
||||
_MAKO_DISABLE_CACHING = True
|
||||
COIL_LIMITED = True
|
||||
COIL_USERS = {
|
||||
'1': {
|
||||
'username': 'don',
|
||||
'realname': 'Don Harper',
|
||||
'password': '$bcrypt-sha256$2a,12$St3N7xoStL7Doxpvz78Jve$3vKfveUNhMNhvaFEfJllWEarb5oNgNu',
|
||||
'must_change_password': False,
|
||||
'email': 'info@getnikola.com',
|
||||
'active': True,
|
||||
'is_admin': True,
|
||||
'can_edit_all_posts': True,
|
||||
'wants_all_posts': True,
|
||||
'can_upload_attachments': True,
|
||||
'can_rebuild_site': True,
|
||||
'can_transfer_post_authorship': True,
|
||||
},
|
||||
}
|
||||
GENERATE_RSS = True
|
||||
FEED_TEASERS = False
|
||||
#FEED_LENGTH = 1000
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue