Describe the bug
Initialize project does not create the frontmatter.json file in a new workspace with a fresh hugo site
To Reproduce
Steps to reproduce the behavior:
Hugo:
- hugo new site
- git init
- git submodule add --depth 1 https://github.com/McShelby/hugo-theme-relearn.git themes/hugo-theme-relearn
- add "theme = 'hugo-theme-relearn' to hugo.toml
- hugo new --kind home _index.md
- start hugo server and open preview in browser
hugo site works as expected at this point
Front Matter:
- Go to Dashboard
- Click on "Initialize project"
- Without an error message the checkmark for "Initialize project" does not show up.
Expected behavior
After clicking on "Initialize project" all necessary files and folders should be created.
Device:
- OS: macOS Sequoia 15.1.1
- Front Matter CMS Version: 10.7.0
- VSCode 1.96.2
