Hugo Terminal theme - Bad mobile view

  • 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