From 042723d6c075b9f1f745bce79b65f3d31dc40dfe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A1chym=20Barv=C3=ADnek?= Date: Sun, 8 Dec 2024 13:15:40 +0100 Subject: [PATCH] Add explicit future setting to _config.yml --- _config.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/_config.yml b/_config.yml index c99b42f..382e23b 100644 --- a/_config.yml +++ b/_config.yml @@ -25,6 +25,9 @@ description: >- # used by seo meta and the atom feed # E.g. 'https://username.github.io', note that it does not end with a '/'. url: "" +# Whether to publish posts with a future date +future: false + github: username: github_username # change to your GitHub username