I am used to write directly in HTML, JS, and CSS. Eventually I want to bring one site with a static content to a modern responsive design. I am therefore fond of the idea to use a theme based on HUGO for reaching my aim. Although struggling since a couple of months with HUGO, I only discovered these days that there is no need to strip down all HTML pages to MD. At the DOCS there is written
To be treated as a content file, with layout, shortcodes etc., it must have front matter. If not, it will be copied as-is.
How do I have to realize this front matter within a HTML file?
Do I have to add a TOML or YAML section with front matter definition at the top of the HTML file?
Is there a sample available somebody might provide me for a easier understanding?
The few discussions about this topic I have read in the forum don´t help me finding the answer, I am afraid.