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

The quickest way to start and publish your Jekyll powered blog. 100% compatible with GitHub pages.

Results 58 jekyll-bootstrap issues
Sort by recently updated
recently updated
newest added

My Jekyll Bootstrap install's (fresh install) theme seems to break in posts. Such as the 'jekyll-introduction' post. This also possibly happens only in Firefox, I tried Safari and it displays...

in jekyll 2.x `permalink: /:categories/:year/:month/:day/:title` = `/categories/year/month/day/title/` but in jekyll 3.x `permalink: /:categories/:year/:month/:day/:title` = `/categories/year/month/day/title` add / to fix it

When running jekyll serve in the directory cloned from the bootstrap repo, it throws a long list of errors: ``` Configuration file: /home/ws/Git/jekyll-bootstrap/_config.yml /home/ws/Git/jekyll-bootstrap/_plugins/debug.rb:13:in `': cannot load such file --...

I run all my sites using [jekyll-bootstrap](https://github.com/plusjade/jekyll-bootstrap). I went to make the fixes, and it's easy enough to patch (each site, one by one), but I'm taking a different approach....

The Quickstart document says to push your blog to `username/username.github.com.git`; shouldn't that be `username/username.github.io.git`? Maybe the intent is not to host your blog on github-pages? How does hosting from username.github.com...

upon trying to install Jekyll gem via sudo gem install jekyll I received this error: ERROR: Could not find a valid gem 'jekyll' (>= 0), here is why: Unable to...

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**...

Also fixed preview to work with modern jekyll..

I'm in the scenario where I'm developing my own theme. Of course the most clear way to do it is from the git repo at `_theme_packages`. However after I do...

request