From f4c4153dcbd236fe0f0a405595912abebcd036bc Mon Sep 17 00:00:00 2001 From: Salim B Date: Thu, 1 Apr 2021 05:28:39 +0000 Subject: [PATCH] Mention date var complementation in post scheduling (#1396) * Mention date var complementation in post scheduling * Change footnote from inline to reference style --- content/en/troubleshooting/faq.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/en/troubleshooting/faq.md b/content/en/troubleshooting/faq.md index 1934bc5e5..66ea78630 100644 --- a/content/en/troubleshooting/faq.md +++ b/content/en/troubleshooting/faq.md @@ -27,7 +27,7 @@ Yes you can! See [Configure with Environment Variables](/getting-started/configu ## How do I schedule posts? -1. Set `publishDate` in the page [Front Matter](/content-management/front-matter/) to a date in the future. +1. Set `publishDate` in the page [Front Matter](/content-management/front-matter/) to a datetime in the future. If you want the creation and publication datetime to be the same, it's also sufficient to only set `date`[^date-hierarchy]. 2. Build and publish at intervals. How to automate the "publish at intervals" part depends on your situation: @@ -39,6 +39,8 @@ Also see this Twitter thread: {{< tweet 962380712027590657 >}} +[^date-hierarchy]: See [Configure Dates](https://gohugo.io/getting-started/configuration/#configure-dates) for the order in which the different date variables are complemented by each other when not explicitly set. + ## Can I use the latest Hugo version on Netlify? Yes you can! Read [this](/hosting-and-deployment/hosting-on-netlify/#configure-hugo-version-in-netlify).