diff options
author | Sébastien Dailly <sebastien@chimrod.com> | 2014-11-15 21:22:30 +0100 |
---|---|---|
committer | Sébastien Dailly <sebastien@chimrod.com> | 2014-11-15 21:22:30 +0100 |
commit | 237ae081dbade817f4a2033b6aa2d3cdeb15b8b2 (patch) | |
tree | b430183ccc7e5361c33e22184658f84cdb25f4f7 /pelicanconf.py | |
parent | 522cef8dcb4c5b68646d0862545e7e381f539257 (diff) |
Moved typogrify as plugin
Diffstat (limited to 'pelicanconf.py')
-rwxr-xr-x | pelicanconf.py | 4 |
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 |