Hi,
I am sure I am doing something very fundamentally wrong, I apologise for that. I have searched the forum, but maybe used the wrong words, as I can’t find this, but…
Background Info:
- My first time doing this.
- I have a basic site which looks fine on my local “hugo server”
- Hugo Static Site Generator v0.74.3-DA0437B4/extended linux/amd64 BuildDate: 2020-07-23T16:30:30Z
- Theme hyde-hyde (https://themes.gohugo.io/hyde-hyde/)
I tried to build the html files following the instructions here:
My site was working with “hugo server”, stopped it “Ctrl+c” then ran “hugo” to build the files in ./public
All good, it generated files.
But the files do not have any template, just the text I put in from my content. It doesn’t appear to have generated the pages using the theme at all. When I look at the files in my browser, I just get text, no theme and no images (not even the ones that I added to my pages) - just these, Linkedin and the date, tags and how many minutes read:

So, what on earth have I done wrong/not done right?
Thank You