aboutsummaryrefslogtreecommitdiff
path: root/pelicanconf.py
diff options
context:
space:
mode:
Diffstat (limited to 'pelicanconf.py')
-rwxr-xr-xpelicanconf.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/pelicanconf.py b/pelicanconf.py
index f88228b..6fc0da1 100755
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -21,7 +21,8 @@ DEBUG = True
READ_TIME = 180
PATH = 'content'
-STATIC_PATHS = ['images', 'downloads', 'kookie.txt']
+STATIC_PATHS = ['images', 'downloads',
+ 'keys.txt', '555F2E4B6F87F91A4110.txt' ]
SITE_LOGO = 'favicon.ico'
SUMMARY_MAX_LENGTH = 140