When following this step:
https://gohugo.io/getting-started/quick-start/#step-4-add-some-content
The "hugo new posts/my-first-post.md" command failed with the following error:
PS C:\Hugo\Sites\quickstart> hugo new posts/my-first-post.md
Error: failed to read module config for "ananke" in "C:\\Hugo\\Sites\\quickstart\\themes\\ananke\\theme.toml": unmarshal failed: Near line 11 (last key parsed 'min_version'): Invalid float value: "0.30.2"
2.0 Enhancements
- Improve template structure
- Fixed issue where flexbox was configured improperly and the side column expanded with longer content.
- No longer assume that posts are called "post"
- Simplify tag handling
- Improve related posts handling
- Support native Table of contents (if declared in params)
- Add DISQUS commenting (if disqusShortname added to config)
- Uses Hugo's Related content feature
- Add asset hashing to Webpack for performance