aboutsummaryrefslogtreecommitdiffstats
path: root/conf.py
diff options
context:
space:
mode:
authorDavid Runge <dave@sleepmap.de>2021-01-02 22:12:48 +0100
committerDavid Runge <dave@sleepmap.de>2021-01-02 22:12:48 +0100
commit556b999b8c3508166fb95894fe9c41efd0214818 (patch)
tree1e4307771bbdbe5fe7a0d4550ec262acd04ccc57 /conf.py
parentd00f80fb8d89303d721d5399ee924e16ef304078 (diff)
downloadsleepmap-556b999b8c3508166fb95894fe9c41efd0214818.tar.gz
sleepmap-556b999b8c3508166fb95894fe9c41efd0214818.tar.bz2
sleepmap-556b999b8c3508166fb95894fe9c41efd0214818.tar.xz
sleepmap-556b999b8c3508166fb95894fe9c41efd0214818.zip
Do not deploy drafts
conf.py: Do not deploy draft posts.
Diffstat (limited to 'conf.py')
-rw-r--r--conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf.py b/conf.py
index 08f14d8..ab50599 100644
--- a/conf.py
+++ b/conf.py
@@ -1052,7 +1052,7 @@ PRETTY_URLS = True
# Generally, you want FUTURE_IS_NOW and DEPLOY_FUTURE to be the same value.
# DEPLOY_FUTURE = False
# If False, draft posts will not be deployed
-# DEPLOY_DRAFTS = True
+DEPLOY_DRAFTS = False
# Allows scheduling of posts using the rule specified here (new_post -s)
# Specify an iCal Recurrence Rule: http://www.kanzaki.com/docs/ical/rrule.html