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

Add rake task for updgrading JB versions #34

Open plusjade opened 12 years ago

plusjade commented 12 years ago

There is no obvious way to upgrade Jekyll-Bootstrap versions.

adelevie commented 12 years ago

What's the non-obvious way?

plusjade commented 12 years ago

You can add jekyll-bootstrap as a remote to your repository, fetch it, then compare it to your HEAD. This is better outlined here: https://github.com/plusjade/jekyll-bootstrap/pull/35

There are 4 main integration points between Jekyll-Bootstrap and Jekyll.

Are there any more areas I've missed? Ideally we need to fully automate this task. However it's better to not do anything than to risk overwriting user data. So I want to make sure to avoid any such possibility.

I would like to hear your thoughts on this, thanks!

wizardishungry commented 6 years ago

The upgrade guide from #35 appears to have gone missing.