From a2a13df0867d2912e87a273eede1623cb9028761 Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Thu, 22 Sep 2016 00:41:18 -0400 Subject: [PATCH] Update 2016-09-21-gemified-theme-alpha.md --- _posts/2016-09-21-gemified-theme-alpha.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_posts/2016-09-21-gemified-theme-alpha.md b/_posts/2016-09-21-gemified-theme-alpha.md index 03947e08..cfd7dc1e 100644 --- a/_posts/2016-09-21-gemified-theme-alpha.md +++ b/_posts/2016-09-21-gemified-theme-alpha.md @@ -10,13 +10,13 @@ Jekyll themes distributed as Ruby gems are finally here! If you're interested in testing out Minimal Mistakes as a gemified theme read on. There is a caveat though: -> Support for all `assets` (not just `_sass` partials) was recently added to Jekyll core, but has yet to be rolled into GitHub Pages. Meaning you can't use Minimal Mistakes as a Ruby gem there just yet. +> Support for all `assets` (not just `_sass` partials) was recently added to Jekyll core, but has yet to be rolled into GitHub Pages. Meaning you can't use Minimal Mistakes as a Ruby gem there just yet. Oh, and Windows users are out of luck for now too. Fine with that? Great. Let's continue. If you're migrating a site already using Minimal Mistakes and haven't customized any of the `_includes`, `_layouts`, or `_sass` partials this should be quick and painless. -**Step 1:** Remove `_includes`, `_layouts`, and `_sass` folders. You won't need this anymore as they're bundled in the theme. If you customized any of these files then leave them alone and remove any that you didn't. +**Step 1:** Remove `_includes`, `_layouts`, and `_sass` folders. You won't need these anymore as they're bundled in the theme. If you customized any of these files then leave them alone and remove any that you didn't. **Step 2:** Update `Gemfile` @@ -62,4 +62,4 @@ That's it! If all goes well running `bundle exec jekyll serve` should spin-up yo [File an issue](https://github.com/mmistakes/minimal-mistakes/issues/new){: .btn .btn--info .btn--large} -Thanks! \ No newline at end of file +Thanks!