From 92494ee59e41823fd94d0111850f5f68e4d2bc36 Mon Sep 17 00:00:00 2001 From: Don Harper Date: Wed, 16 Aug 2017 10:58:31 -0500 Subject: [PATCH] auto commit due to nikola deploy Wed Aug 16 10:58:31 CDT 2017 --- conf.py | 23 +++-------------------- 1 file changed, 3 insertions(+), 20 deletions(-) diff --git a/conf.py b/conf.py index 6778c435..58b6f802 100644 --- a/conf.py +++ b/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