fongandrew / hydeout

A refreshed version of Hyde for Jekyll 3.x and 4.x
https://fongandrew.github.io/hydeout/
Other
591 stars 744 forks source link

No CSS loaded for GitHub pages. #82

Closed smabie closed 3 years ago

smabie commented 4 years ago

Hi. I cloned the repo and pushed it to Github Pages. But it seems the CSS isn't loading. Here's the site: smabie.github.io

Is there something I must do after I clone and push? Thanks!

pveber commented 4 years ago

Same problem here! @smabie it seems you solved the issue, would you have any hint?

checkso commented 4 years ago

same problem for me. did you fix it @pveber ?

pveber commented 4 years ago

no, sorry!

ptaranat commented 4 years ago

In _config.yml, instead of theme: use remote_theme: fongandrew/hydeout

pveber commented 4 years ago

thanks @ptaranat!

xudong-yang commented 4 years ago

Check your request record in the developer tool of the browser. If your main.css request is sent to https://yourhostname/hydeout/assets/css/main.css, but you put everything in the root folder, you need to change the baseurl from "hydeout" to "".

shiami commented 3 years ago

Change this: baseurl: '/'

smabie commented 3 years ago

Thanks guys, ended up fixing the problem awhile ago!