The current "Hugo Site Starter" on https://www.netlifycms.org/docs/start-with-a-template/ uses https://github.com/netlify-templates/one-click-hugo-cms .
The one click Hugo cms repository uses "Victor Hugo" and Netlify CMS which has a bit different structure from the original "Hugo" structure.
I think the title should be changed to "Victor Hugo Site Starter" and a new template should be created for "Hugo Site Starter". This new template will only use pure "Hugo" and "Netlify CMS".
What are your views on it?
Victor Hugo was created to provide a Hugo setup with front end tooling (babel, etc) - what's the advantage of removing that?
I am suggesting that it should be made clear on that page that the starter is based on Victor Hugo
Also, I think there should be an option for those who want only Hugo instead of Victor Hugo Site Starter
@erquhart I do agree that understanding how the template structure works is a little confusing at first -- especially while trying to understand the CMS as well.
I am wondering if it would be a good thing to create the generic one click Hugo starter to see a simple setup of taking an existing simple Hugo theme example to include the CMS.
Might be a good opportunity to mix in the file-system backend also. Now all I would need is time.
@talves I can create the generic one click Hugo starter with an existing Hugo template. And you can mix in the file-system backend. How does it sound?
@ragasirtahk I will do what I can find time for. Accepted your invite on your repo.
I am no longer creating a template for plain 'Hugo'. Current things seem fine.
Most helpful comment
I am wondering if it would be a good thing to create the generic one click Hugo starter to see a simple setup of taking an existing simple Hugo theme example to include the CMS.
Might be a good opportunity to mix in the
file-systembackend also. Now all I would need is time.