Closed
Description
GitHub Pages has whitelisted the Jekyll Remote Theme plugin which means Minimal Mistakes can finally be used without needing to fork this repo.
This is apparently in beta, but in my testing everything works as expected. To get up in running follow the instructions for the installing the Ruby gem version of the theme, then:
Step 1. Add the following to your _config.yml
file
plugins:
- jekyll-remote-theme
remote_theme: mmistakes/minimal-mistakes
Step 2. Add gem 'jekyll-remote-theme'
to your Gemfile if building locally with the GitHub Pages gem.
An example repo can be viewed here, which is hosted on GitHub Pages.