Skip to content

Commit 239fe2f

Browse files
serithemageclaude
andcommitted
Add buildFuture to Hugo config to prevent timezone-related publish failures
Posts with KST dates (UTC+9) can appear as future-dated during UTC-based CI builds, causing Hugo to silently exclude them. Setting buildFuture: true ensures all dated posts are always built. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 2553c01 commit 239fe2f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

hugo.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ baseURL: "https://roboco.io"
22
languageCode: "ko-kr"
33
title: "ROBOCO"
44
theme: "hello-friend-ng"
5+
buildFuture: true
56

67
params:
78
author: "ROBOCO"

0 commit comments

Comments
 (0)