Theme seems to not apply on site

repo:GitHub - Pleksa/Pleksa.github.io
if you click on pleksa.ga you will see that the site looks like the theme isn’t even there,even tho it works when i use localhost it works fine

Set the correct baseURL and it will work.

baseURL = 'https://pleksa.ga/'

Thanks for the fast response!I changed it in the baseURL in the config but it hasn’t changed,i don’t know if it helps but it the issue was there even without the custom domain.

You did not enter it with a schema as I suggested above. It need to look exactly like this:

baseURL = 'https://pleksa.ga/'
2 Likes

Thanks for the advice,I need to give you an update since this works excellent with the custom domain,the thing is that if i remove the custom domain and return it to baseURL = ‘My New Hugo Site’(https://pleksa.github.io/),it returns to the former look,i certain that it’s something about how i entered the baseURL but i have no idea where i messed up.

So the url to the site is “https://pleksa.github.io/” but you for some reason insist on setting:

baseURL = 'https://Pleksa.github.io/Pleksa.github.io'

Instead of:

baseURL = 'https://pleksa.github.io/'

You simple set baseURL to the url of the site.

2 Likes