Hello, I am trying to make a hugo website for doing challenges from frontend-mentor (a CSS practice website).
To do so, I am (trying to) set up an supplied index.html file into layouts/path/to/challenge/list.html,
then I do ‘hugo new path/to/challenge/_index.md’.
I expect hugo to use the supplied index.html i installed, however, it is using the _default/list.html template.
I have an archetype set up that sets SCSS and JS params, and in partials/head.html, i check for them and include them… Even that is not happening.
I have made a github repo with my setup here: GitHub - snhmibby/frontend-mentor: A Hugo website for frontend-mentor attempts