diff --git a/pelican.conf.py b/pelican.conf.py index c9f9b69..491d6c2 100644 --- a/pelican.conf.py +++ b/pelican.conf.py @@ -2,6 +2,7 @@ GITHUB_URL = 'http://github.com/ametaireau/' DISQUS_SITENAME = "blog-notmyidea" AUTHOR = u'Alexis Métaireau' +PDF_PROCESSOR = True SITENAME = u"Alexis' log" SITEURL = 'http://blog.notmyidea.org'