st4ple / solid-jekyll

A Jekyll port of the Solid theme (by blacktie.co).
http://st4ple.github.io/solid-jekyll/
338 stars 449 forks source link

Page doesnot look the same as in the demo #44

Closed sigvoiced closed 5 years ago

sigvoiced commented 7 years ago

After forking the repository as it is, I looked at the page and it does not look the same. https://sigvoiced.github.io/ is the link to my github page incase you want to see what has happened.

I am not sure about the issue. It would be great if anyone could help.

tanay-bits commented 7 years ago

What's baseurl and url in your _config.yml file? Try these two options, push them online and see if either helps:

tanay-bits commented 7 years ago

45

sigvoiced commented 7 years ago

Thanks a lot. Works now. Can't imagine it was such a minor thing and I wasted numerous hours trying to look for what went wrong. I would still like to know, how did just a rename fix the issue? What is wrong with style.css?

aulon commented 7 years ago

I made the same change but my website looks different from the template. selection_023

daviddavo commented 7 years ago

Same as @aulon for me :/ http://daviddavo.github.io https://github.com/daviddavo/daviddavo.github.io https://github.com/daviddavo/daviddavo.github.io/blob/master/_config.yml

nniiicc commented 7 years ago

@daviddavo it looks like you got the theme to load properly - how did you solve the problem?

Kevin-Middleton commented 7 years ago

@nniiicc Also have the same problem - trying to figure out what @daviddavo did to fix his.

Edit: Solved it, see #45 - rename style.css in certain instances to main.css and it works. https://github.com/Pluu/pluu.github.io/commit/d66a9ef6586e7cd207172e683721cd958ed10150

daviddavo commented 7 years ago

You have to rename style.css to "whatever.css" and edit every file that uses that file

alexstaravoitau commented 7 years ago

You guys saved my bacon.