I’m a newbie at this, so ask me for any information you may need without hesitation. Thanks for helping me.
I have a site (you’ll find it on hxxps://github.com/nlguerra2003/My-Hugo-Website --I already got two links and github will hide empty folders so please bear with me and the “hxxps” thing) that only has content/first-post.md and two themes themes/lugo (https://github.com/LukeSmithxyz/lugo) and themes/terminal (https://github.com/panr/hugo-theme-terminal).
When I execute hugo server -D, the main webpage (the one with just a list of websites) behaves differently depending on the theme.
If config.toml has theme = 'lugo' it will appear as I expect regarding content and styling. However, theme = 'terminal' won’t display any more content than the header and footer, no website list.
I’ve tried changing binding and baseUrl values while using both the themes, and everything stays the same: lugo works, terminal won’t show a thing.
Anything you would do to solve this? It doesn’t look like a theme-specific problem since other big themes will behave the same way. Only lugo works correctly for me.
PS: when loading with the terminal theme, chrome will return
Refused to apply style from ‘hxxp://localhost:1313/assets/%25!s%28%3cnil%3e%29.css’ because its MIME type (‘text/plain’) is not a supported stylesheet MIME type, and strict MIME checking is enabled.
Don’t know how relevant this message is, but here you have anyway.