jekyll-bootstrap icon indicating copy to clipboard operation
jekyll-bootstrap copied to clipboard

themes not working for the collections

Open shubhajeet opened this issue 9 years ago • 3 comments

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.

shubhajeet avatar Jun 27 '15 00:06 shubhajeet

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

wangdeshui avatar Oct 28 '15 06:10 wangdeshui

same issue despite theme name is mentionned in the layouts:

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

There might be a problem reading this yaml config

alexlebesc avatar Nov 04 '15 21:11 alexlebesc

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.

paulmthompson avatar Dec 23 '15 19:12 paulmthompson