summaryrefslogtreecommitdiff
path: root/pelicanconf.py
diff options
context:
space:
mode:
Diffstat (limited to 'pelicanconf.py')
-rwxr-xr-xpelicanconf.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pelicanconf.py b/pelicanconf.py
index 8e5b2f4..a7030e4 100755
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -36,7 +36,7 @@ STATIC_SAVE_AS=u'{path}'
STATIC_PATHS = ['images', 'resources']
THEME = 'theme'
-TYPOGRIFY = True
+TYPOGRIFY = False
TEMPLATE_PAGES = {'../extras/404.html': '404.html'}
STATIC_PATHS = [
@@ -55,7 +55,7 @@ EXTRA_PATH_METADATA = {
PLUGIN_PATHS = ['plugins']
#from pelican.plugins import related_posts
-PLUGINS = ['related_posts']
+PLUGINS = ['related_posts', 'typogrify']
SUMMARY_MAX_LENGTH=100