summaryrefslogtreecommitdiff
path: root/samples
diff options
context:
space:
mode:
authorLouis Tiao <ltiao@users.noreply.github.com>2015-01-27 18:42:34 +0800
committerLouis Tiao <ltiao@users.noreply.github.com>2015-01-27 18:42:34 +0800
commitf7a5d06c6d821e9ab70e5b1bc49f1de7b8899fed (patch)
tree7db02663a571b89e4250fa95818cfc9b1d0013ce /samples
parente3139db7123fe629c87990ed9641006495d4cfd9 (diff)
downloadpelican-f7a5d06c6d821e9ab70e5b1bc49f1de7b8899fed.tar.gz
Removed `PDF_GENERATOR=False`
It might give the impression that the PDF generation is still part of the core.
Diffstat (limited to 'samples')
-rwxr-xr-xsamples/pelican.conf.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/samples/pelican.conf.py b/samples/pelican.conf.py
index d6a87923..bb499464 100755
--- a/samples/pelican.conf.py
+++ b/samples/pelican.conf.py
@@ -11,7 +11,6 @@ RELATIVE_URLS = True
GITHUB_URL = 'http://github.com/ametaireau/'
DISQUS_SITENAME = "blog-notmyidea"
-PDF_GENERATOR = False
REVERSE_CATEGORY_ORDER = True
LOCALE = "C"
DEFAULT_PAGINATION = 4