I’m still at the “hello world” stage with Hugo, and am not creating or editing any templates.
I’m just trying to put my first test post up according to the Quickstart documentation. I installed Hugo and a theme (MemE) according to the instructions, which seems to have worked. And then:
hugo new posts/first-post.md
vi posts/first-post.md # put some content in there
hugo server --bind 0.0.0.0
Except I don’t have any code…I just installed a theme and created a single markdown file with two lines of content. So I guess the answer must be that I installed the theme wrong, or it’s broken. I’ll try some other theme, and then if that’s still jacked, I guess I’ll start debugging the go code.