GitXplorerGitXplorer
p

jekyll-bootstrap

public
3343 stars
1705 forks
57 issues

Commits

List of commits on branch master.
Verified
cb04bc5e0c7f84deb42ccae92286400f8d67d9b2

Archive notice

pplusjade committed 2 months ago
Unverified
819386977cb483691f4ad77a3370e726f70ae98d

Merge pull request #312 from 3manuek/master

pplusjade committed 9 years ago
Unverified
8bb9fd45fd47c71d8abeb4c1df197d95a8de9ac2

Fixed incorrect tag for ending if

committed 9 years ago
Unverified
1d0f15edaa537923111240b86e88ce185db97636

Merge pull request #311 from parkr/upgrade-to-jekyll-3-1

pplusjade committed 9 years ago
Unverified
8579232806a9f553aed95c85f9888b7e3ac3f76a

Update setup to use layout.theme.name instead of page.theme.name if it exists

pparkr committed 9 years ago
Unverified
f16ae9507e4bba8995eb8044acc1f1b8337c8897

Add Gemfile to ensure presence of necessary dependencies

pparkr committed 9 years ago

README

The README file for this repository.

Archived

Hi this repo is no longer maintained. I also failed to renew the jekyllbootstap dot com website. It's now been abused =/

This repo still highlights usable patterns for jekyll-based blogs and advanced/hackable liquid techniques. It's been fun! Thank you all.

Jekyll-Bootstrap

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

Usage

For all usage and documentation please see: (website no longer maintained)

Version

0.3.0 - stable and versioned using semantic versioning.

NOTE: 0.3.0 introduces a new theme which is not backwards compatible in the sense it won't look like the old version. However, the actual API has not changed at all. You might want to run 0.3.0 in a branch to make sure you are ok with the theme design changes.

Milestones

0.4.0 - next release [ETA 03/29/2015]

GOALS

  • No open PRs against master branch.
  • Squash some bugs.
  • Add some new features (low-hanging fruit).
  • Establish social media presence.

Bugs

Bug Description
#86 ☑ Facebook Comments
#113 ☑ ASSET_PATH w/ page & post
#144 ☐ BASE_PATH w/ FQDN
#227 ☑ Redundant JB/setup

Features

Bug Description
#98 ☑ GIST Integration
#244 ☑ JB/file_exists Helper
#42 ☑ Sort collections of Pages / Posts
#84 ☐ Detecting production mode

TODOS

Review existing pull requests against plusjake/jekyll-bootstrap:master. Merge or close each.

  • Create twitter account. Add link / icon on jekyllbootstrap.com.
  • Create blog posts under plusjade/gh-pages, expose on jekyllbootstrap.com, feed to twitter account.
  • Announce state of project, announce roadmap(s), announce new versions as they’re released.

Contributing

To contribute to the framework please make sure to checkout your branch based on jb-development!! This is very important as it allows me to accept your pull request without having to publish a public version release.

Small, atomic Features, bugs, etc. Use the jb-development branch but note it will likely change fast as pull requests are accepted. Please rebase as often as possible when working. Work on small, atomic features/bugs to avoid upstream commits affecting/breaking your development work.

For Big Features or major API extensions/edits: This is the one case where I'll accept pull-requests based off the master branch. This allows you to work in isolation but it means I'll have to manually merge your work into the next public release. Translation : it might take a bit longer so please be patient! (but sincerely thank you).

Jekyll-Bootstrap Documentation Website.

The documentation website at http://jekyllbootstrap.com is maintained at https://github.com/plusjade/jekyllbootstrap.com

License

MIT