summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgeorg <georg@riseup.net>2021-02-06 15:13:24 +0000
committergeorg <georg@riseup.net>2021-02-07 16:46:13 +0000
commit6daeaeb697dc4bbfa1481a853705789aac4894c7 (patch)
treeb76c3c8d87f28e0eaf6217b067fdc93cd12515df
parente77c6b4d582e066cb08341b36a21663a61dd8396 (diff)
Jekyll: Publish posts dated in the future, too
Otherwise, while preparing posts dated in the future, for example wrt a new release, these won't show up.
-rw-r--r--_config.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/_config.yml b/_config.yml
index 9daf4bd..ec8a64c 100644
--- a/_config.yml
+++ b/_config.yml
@@ -4,6 +4,7 @@ email: team@schleuder.org
description: > # this means to ignore newlines until "url:"
Schleuder is a gpg-enabled mailinglist with remailing-capabilities.
url: "https://schleuder.org" # the base hostname & protocol for your site
+future: true
exclude: [Rakefile, README.md, vendor]
defaults: