From 556b999b8c3508166fb95894fe9c41efd0214818 Mon Sep 17 00:00:00 2001 From: David Runge Date: Sat, 2 Jan 2021 22:12:48 +0100 Subject: Do not deploy drafts conf.py: Do not deploy draft posts. --- conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3