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

This is my first pull request so please be gentle :wink: I modified the Rakefile a bit to make it parse for *.rake files in sub-directories of _rake/. However I...

This pull-request adds scripts to build a local environment for development, configured to match Github's environment as closely as possible. Executing `./configure && make` in the root directory will download...

The included `rake` task is what I use to synchronise new posts on my [photoblog](http://photo.tlvince.com/). From given Flickr URL's, it uses the [Fleakr gem](https://github.com/reagent/fleakr) to pull in meta data, title,...

Hi, I've added a task to compile Less (which I assume will be at the same level as the css directory for the theme). I'm not 100% happy with having...

Keeping the list in one place. Closing child issues. Feel free to suggest others in comments. - #239 - Support for bitbucket? - #202 - Not able to paginate index.html?...

request

add following line to `_config.yml` file: ``` gems: - jekyll-feed ``` it will generate `feed.xml` file in the root of your repository. Ref: - https://help.github.com/articles/atom-rss-feeds-for-github-pages/ - https://github.com/jekyll/jekyll-feed

There has been a lot , contribution regarding themes on octopress,if we can provide support for those in jekyll-bootstrap

I want to know if creating a Jekyll GitHub blog for a particular GitHub page will associate itself with that entire GitHub entity or if it is possible to make...

There's a _drafts directory included with JB. Why not bundle the functionality to create drafts? Similarly, I see a need for converting drafts to posts without having to mangle filenames...