Error AtlasError Documentation and Resolution

GitHub Pages Jekyll build failed because a post has an invalid post date

Invalid post date

GitHub Pages could not build the Jekyll site because a post filename or front matter date does not meet Jekyll's post date expectations.

Invalid post datebuild errors
Invalid post date
  • A post filename does not use the required Jekyll date prefix format.
  • The post front matter contains an invalid or conflicting date value.
  • The date in the filename or content cannot be parsed correctly.
  1. Rename the post using a valid Jekyll post date prefix such as YYYY-MM-DD-title.md.
  2. Correct any invalid `date` value in the post front matter.
  3. Ensure the filename and front matter do not conflict on date interpretation.
GitHub Docs: Troubleshooting Jekyll build errors for GitHub Pages sites
GitHub Pages invalid post date: causes and fixes | Error Atlas