auto commit due to nikola deploy Wed Aug 16 10:58:31 CDT 2017

This commit is contained in:
Don Harper 2017-08-16 10:58:31 -05:00
parent 9e84389531
commit 92494ee59e

23
conf.py
View file

@ -133,23 +133,6 @@ GLOBAL_CONTEXT_FILLER = []
CREATE_MONTHLY_ARCHIVE = True CREATE_MONTHLY_ARCHIVE = True
#ARCHIVE_PATH = "posts" #ARCHIVE_PATH = "posts"
#ARCHIVE_FILENAME = "index.html" #ARCHIVE_FILENAME = "index.html"
COIL_SECRET_KEY = b'\x8a\x0f{\x11\xf4\x0c\x92\x86\x14\xc0\xfb\xeeM\xb2\xc1\xa5r\xe12Q\x81GC%' GENERATE_RSS = True
COIL_URL = 'http://coil.duckland.org/' FEED_TEASERS = False
_MAKO_DISABLE_CACHING = True #FEED_LENGTH = 1000
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,
},
}