Continuing down the Quickstart on my Mac with Hugo v0.160.0, I’m having trouble with building my site, getting:ERROR error building site: assemble: failed to create page from pageMetaSource /posts/my-first-post:"/Users/flourish/quickstart/content/posts/my-first-post.md:4:9": unmarshal failed: toml: incomplete number
Based on other Forum posts, I am guessing that the problem is the same as others have and that there is an error in config.toml (which I infer is a file related to what theme I am using), but here’s where my unfamiliarity with things starts really biting me in the behind: the only config.toml file I can find appears to be related not to my site, but to Go overall, and has nothing in it related to my theme.
Incidentally, I’m not sure what the “:4:9” is doing on the end of my Markdown file - it isn’t actually part of the name of the file.
Any help very welcome - the last time I tried to self-host a blog I was using GreyMatter (if anyone else is old enough to remember that) so I am (gulp) about 25 years out of the loop on this one.