526avijitgupta / gokarna

A minimal opinionated theme for Hugo
https://gokarna-hugo.netlify.app
GNU General Public License v3.0
349 stars 136 forks source link

page not generated due to missing timezone information in date frontmatter #254

Open k4lizen opened 2 hours ago

k4lizen commented 2 hours ago

Doing this: https://github.com/526avijitgupta/gokarna/blob/fc09ce7645eb309dc70796376f0da042b10f9889/archetypes/posts.md?plain=1#L1-L10

is bad. Particularly date: {{ now.Format "2006-01-02" }} ommits necessary timezone information. See https://github.com/gohugoio/hugo/issues/12940 for more information.

k4lizen commented 2 hours ago

Though this can be fixed by specifying timeZone = "Local" in the config.