PippoRJ / hugo-refresh

MIT License
117 stars 82 forks source link

Issues getting the building to generate a good page #37

Closed artfisica closed 4 years ago

artfisica commented 4 years ago

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.

Screenshot 2020-07-09 02 03 09

Have you seen this before? Thanks

artfisica commented 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

PippoRJ commented 4 years ago

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

artfisica commented 4 years ago

Thanks! I used the base URL in the right way. Your comment help me.