How to auto update the created date on a post in Hugo
The basic ideal is that run a script to edit the date of the post before git commit command. Make the post with the special character to update the date Here I’m gonna replace the date in the line has _date:. This make it easy to find and replace. --- title: "This is an template post" _date: Create a script to update the date Not thing special about the script. The hook is located in: ....