I'm trying to wrap my head around how I can go into the Netlify CMS and be able to edit the home page texts using Hugo. Days of research is leading me nowhere since all documents are about doing blog posts.
Right now I have my Netlify config.yml
in the static/admin
and an index.html
file in the layouts folder. What do I need to do to be able to go into the Netlify dashboard and edit fields which will change texts on home page?
If I were to make the index.html
as a markdown file in the content folder, how can I pull that data within the index.md
to the index.html
that lives in the layout folder?