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

themes not working for the collections #279

Open shubhajeet opened 9 years ago

shubhajeet commented 9 years ago

I started using collections and then i realize that theme were not working for _collections.

The main problem seems to be it is generating /assets/themes//bootstrap/css/bootstrap.min.css instead of /assets/themes/bootstrap-3/bootstrap/css/bootstrap.min.css

Somehow theme-name is blank while generating output of the collections.

wangdeshui commented 8 years ago

I have same problem, Anyone know how to fix it?

alexlebesc commented 8 years ago

same issue despite theme name is mentionned in the layouts:

---
theme :
    name : twitter
layout: default
---

There might be a problem reading this yaml config

paulmthompson commented 8 years ago

For me this was caused by https://github.com/plusjade/jekyll-bootstrap/issues/290. I used the first workaround, https://github.com/plusjade/jekyll-bootstrap/issues/290#issue-116950860, and it worked for me.