diff options
author | David Runge <dave@sleepmap.de> | 2021-01-02 22:12:48 +0100 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2021-01-02 22:12:48 +0100 |
commit | 556b999b8c3508166fb95894fe9c41efd0214818 (patch) | |
tree | 1e4307771bbdbe5fe7a0d4550ec262acd04ccc57 | |
parent | d00f80fb8d89303d721d5399ee924e16ef304078 (diff) | |
download | sleepmap-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.
-rw-r--r-- | conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |