Closed artfisica closed 4 years ago
Hi!
Just to give you more context:
This happens when I want to build the repo as it is. I did not modify anything. I simply run hugo
and try to open the `public/index.html in my browser.
Cheers
Hey @artfisica
yes, that is normal. This is because when you open like that it is not loading all the resources that the page is supposed to be loading (no js, no css).
If you move those files to a web server it is going to work fine as running hugo server
Cheers
Thanks! I used the base URL in the right way. Your comment help me.
Hi!
Awesome project! thank you.
I have an issue getting the building of the page.
When I use
hugo server
, it looks good :)But when using
hugo
I got unformatted pages, like the pic attached.Have you seen this before? Thanks