Hi, I’ve been trying to make Hugo working for 3 days but I can’t understand what I do wrong.
When I turn on Hugo server, the site is displayed correctly. However, when I render it by typing Hugo the site is all messed up with just basic html with no layout. This is my site: bonoms.com - Google Drive .
`bonoms.com hugo env
hugo v0.81.0+extended darwin/amd64 BuildDate=unknown
GOOS=“darwin”
GOARCH=“amd64”
GOVERSION=“go1.16”`
I think you need to set a baseURL in your config.toml file. At the moment your CSS file is being referenced at ‘example dot com’: http://example.com/css/style.1d8233f454bf6bbf46abed7023dbbba557fc4af5f1e39de066ac496c94409622.css
Your CSS file is present on the correct url: http://bonoms.com/css/style.1d8233f454bf6bbf46abed7023dbbba557fc4af5f1e39de066ac496c94409622.css
This problem is affecting the links to other pages on the site as well.