What’s happening is that the single.html template in indieweb is not bringing in baseof.html from the default section, which it needs to bring in css and such. In fact, most of the single.html template is rendering incorrectly.
This template worked fine for years until recent Hugo versions - for context this is breaking on hugo v0.140.1+extended linux/amd64. The interesting thing about it is that indieweb/list.html is working fine and it uses the exact same logic for choosing the header and such as the broken template.
You’ll notice that the header, body, and footer tags are all missing - like baseof isn’t being used at all. On top of that, the starter <main> and page content before e-content is not being pulled in either.
Here’s what I’ve tried to fix this:
Checked to make sure I’m not missing a {{ end }} or declaration of a section
Made sure that the post type is being pulled in correctly
no connection via SSH
for https not all submodules are readable
managed to get something up by manual cloning readable submodules (but seems there’s also a recursive one)
but I get a warning in build which I cannot see in your shared log:
WARN Failed to read module config for “burrow” in “C:\_repos\github\clone\topic-52902\themes\burrow\theme.toml”: “_stream.toml:10:60”: unmarshal failed: toml: basic strings cannot have new lines
So maybe I did something wrong when trying to setup your site.