plusjade / jekyll-bootstrap

The quickest way to start and publish your Jekyll powered blog. 100% compatible with GitHub pages.
jekyllbootstrap.com
MIT License
3.35k stars 1.71k forks source link

cant switch themes #315

Closed JazzMaster closed 8 years ago

JazzMaster commented 8 years ago

I modded tom to hell, and that fine. Its my TOM now. Ok, I modded TOM again into TOM-inverted...

inverted(dark) is live and I want to use TOM (white). So I try to rake it over as nothing else seems to switch the theme(hiden file in jekyll??) and rake throws an error on parse. But the thing is jekyll is broken somewhere between hosting locally on Unices and the webserver, emulated or elsewhere.

/ means the hard drive root, not /www or whereever jekyll serves from locally. just try that with a live server...and the path never gets updated for deployment. Rather than rehash every time I hard coded the site but I also hard coded the base_url to point to the live server instead of jekyll. Continuing to fix this must break the rakefile somehow. As such I cant switch themes. '.' in the rakefile is shown as a dynamic ERROR. '.' always points to local current (pwd output) or folder. Maybe there is some bad C somewhere? Its not hard to getcwd():

I manual override but since the site is jekylled thats a TON of work.