Hugo fails to display new post in browser

What version of Hugo are you using ( hugo version )?

$ hugo version
Hugo Static Site Generator v0.72.0/extended darwin/amd64 BuildDate: unknown

Does this issue reproduce with the latest release?

  1. Run hugo server -D -p 8000 --themesDir=../.. in exampleSite directory.

There are already 7 posts in `exampleSite/content/blog’.

  1. Creats a new file Web-Components.md in exampleSite/content/blog directory.
  2. Add front-matter and content, and save the file.
---
title: "Web Components"
date: 2020-08-11T10:14:34+06:00  
image: "images/blog/post-5.jpg"
description: "Web Components"
categories: [Web]
draft: false
---
Some content.

The date field of this post is the lates in all posts.

  1. Hugo fails to display new post in browser

I’m trying to restart server and change the port:

hugo server -D -p 8080 --themesDir=…/…

The problem remains, Hugo fails to display new post in browser

Then I changed the date field to a wrong format:

date: 2020-08-1T10:14:34+06:00  

The post display at the end of post list.

Hi there,

It’s easier to help if we can replicate your site context. Do you have your code in a repo somewhere we can have a look at? Please have a read about Requesting Help .