Hugo Terminal theme - Bad mobile view

Hi Friends,

I am using Hugo extended 0.150 and deployed via vercel.

When I try to view it on mobile, the theme is not applied(no css, js) but when I checked the mobile response view in dev tools via localhost, it looks perfect.

also, when I try to give request desktop site via mobile browser, it takes me to localhost:1313

Where can I change these settings? I have installed theme as submodule.

Build and deploy is success in production, but logs also shows this.
Could this can the reason for bad mobile view
Building sites … WARN 2025/09/21 11:25:57 found no layout file for “HTML” for “home”: You should create a template file which matches Hugo Layouts Lookup Rules for this combination.

WARN 2025/09/21 11:25:57 found no layout file for “HTML” for “taxonomyTerm”: You should create a template file which matches Hugo Layouts Lookup Rules for this combination.

WARN 2025/09/21 11:25:57 found no layout file for “HTML” for “taxonomyTerm”: You should create a template file which matches Hugo Layouts Lookup Rules for this combination.

Thanks,
Jegadeesh

  • localhost:1313 usually tells us the published site has been generated using hugo server not just hugo
    p.s. the baseURL for production is configured in the config file

  • bad site display often is cause by missing css. check the dev console

  • missing layouts on build when using a theme usually point to an error when adding the theme.
    maybe a git problem, config error, …

  • Terminal theme uses the old old layout structure, so trying 0.145.0 might help with the latter.

all together that’s a lot of guessing around without a good chance for a good answer or solution.

Have a look at : Requesting Help and show us your code