Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hugo v0.136.5 , the "published" front matter field is not a parsable date #171

Open
codecoron opened this issue Nov 10, 2024 · 0 comments
Open

Comments

@codecoron
Copy link

I met this problem

hugo server  --bind 0.0.0.0
Watching for changes in /root/quickstart/{archetypes,assets,content,data,i18n,layouts,static,themes}
Watching for config changes in /root/quickstart/hugo.toml
Start building sites …
hugo v0.136.5 linux/amd64 BuildDate=unknown

ERROR the "published" front matter field is not a parsable date: see /root/quickstart/content/post/2018-01-02-nginmesh-install.md
ERROR the "published" front matter field is not a parsable date: see /root/quickstart/content/post/2018-02-03-authentication-and-authorization-of-microservice.md
ERROR the "published" front matter field is not a parsable date: see /root/quickstart/content/post/2018-02-09-docker-without-sudo.md
ERROR the "published" front matter field is not a parsable date: see /root/quickstart/content/post/2018-02-09-vim-tips.md
ERROR the "published" front matter field is not a parsable date: see /root/quickstart/content/post/2018-03-13-use-docker-behind-http-proxy.md
ERROR the "published" front matter field is not a parsable date: see /root/quickstart/content/post/2018-03-29-what-is-service-mesh-and-istio.md
ERROR the "published" front matter field is not a parsable date: see /root/quickstart/content/post/2018-04-11-service-mesh-vs-api-gateway.md
ERROR the "published" front matter field is not a parsable date: see /root/quickstart/content/post/2018-04-16-using-helm-to-deploy-to-kubernetes.md
ERROR the "published" front matter field is not a parsable date: see /root/quickstart/content/post/2018-05-01-may-day-jiulonghu.md
ERROR the "published" front matter field is not a parsable date: see /root/quickstart/content/post/2018-05-21-algolia-integration-with-jekyll.md
ERROR the "published" front matter field is not a parsable date: see /root/quickstart/content/post/2018-05-22-user_authentication_authorization.md
ERROR the "published" front matter field is not a parsable date: see /root/quickstart/content/post/2018-05-23-external_system_auth.md
ERROR the "published" front matter field is not a parsable date: see /root/quickstart/content/post/2018-05-23-istio-auto-injection-with-webhook.md
ERROR the "published" front matter field is not a parsable date: see /root/quickstart/content/post/2018-05-23-service_2_service_auth.md
ERROR the "published" front matter field is not a parsable date: see /root/quickstart/content/post/2018-05-24-set_up_my_ubuntu_desktop.md
ERROR the "published" front matter field is not a parsable date: see /root/quickstart/content/post/2018-06-02-istio08.md
ERROR the "published" front matter field is not a parsable date: see /root/quickstart/content/post/2018-06-04-introducing-the-istio-v1alpha3-routing-api.md

before

mage: "img/post-bg-2015.jpg"
published: true

In new Hugo version v0.136.5 , it change published: true under params

params:
  published: true

Invalid front matter: Bool ERROR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant