gethugothemes / bigspring-light-hugo

Bigspring is a Hugo startup theme. It has a clean, minimal, fresh UI.
https://gethugothemes.com/products/bigspring/?utm_source=bigspring_github&utm_medium=referral&utm_campaign=github_theme_about
MIT License
204 stars 303 forks source link

Theme not rendering on firebase and on debug mode #66

Closed PRedemption closed 1 year ago

PRedemption commented 2 years ago

Theme not rendering well on Google Chrome in debug mode or when deployed on firebase. But on Netlify Screenshot from 2022-06-27 07-28-28 is working well.

tfsomrat commented 2 years ago

Hello @PRedemption

I think you didn't fill the baseURL field with the exact URL, in the config/_default/config.toml file.

0x111 commented 1 year ago

I had a similar issue, the problem for me was that I did not had the contents of this git repo in a folder named bigspring-light, so I had to change the line in the config.toml to the folder name where the files were. (root folder where you put the git repo contents)

https://github.com/gethugothemes/bigspring-light/blob/248923a6c7e0a6853b560412be81cffc36f0c373/exampleSite/config/_default/config.toml#L4

This fixed the problem