Closed afs2015 closed 6 years ago
@kausarpial could you please check this issue .
You should give the dateformat in config.toml. We can't control the hugo errors messages because it's generated by defaults from HUGO. We will update the theme for not showing the dates if their is no dateformat in config.toml file Thanks
Thanks for the follow up guys! This theme is great and I appreciate all the work you've put in.
I'm new to Hugo and one issue I had using this template is when I was following the quickstart tutorial for Hugo I ran into this error.
I managed to solve it by adding the following code to my config.toml file:
[params] dateformat = "July 13, 2018"
Would it be possible to edit the error message thrown to ask users to check if they configured dateformat in their config.toml file? I think this could create a better install experience for newer users.