mmistakes / minimal-mistakes

:triangular_ruler: Jekyll theme for building a personal site, blog, project documentation, or portfolio.
https://mmistakes.github.io/minimal-mistakes/
MIT License
12.39k stars 25.56k forks source link

Support rake install method for existng website? #151

Closed putztzu closed 9 years ago

putztzu commented 9 years ago

I've seen the method you describe often which is to create a new website and copy over the content. The current Jekyll bootstrap documentation describes an easier, more direct method using rake http://jekyllbootstrap.com/usage/jekyll-theming.html

Would be nice if you can support that method instead, Thx.

mmistakes commented 9 years ago

That only works for themes built for Jekyll bootstrap, which this theme isn't. It's just vanilla Jekyll.

From what I've read the JB method isn't all that great either. Best solution I've seen so far is building themes as Ruby gems and using Octopress and Octopress Ink to integrate with your Jekyll site. Waiting to see if that gains traction in the community.