-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installation instructions for minima 3 #661
Comments
Also, it would be cool to have the gem updated to v3, but I guess this isn't happening lol. |
@DoodlesEpic what would it take for the gem to be updated to v3? |
Unfortunately the suggested
note the snippet
|
I am also having the problem that @jzohrab and @ethan-dowler had. Has anyone found a solution? |
The recommended solution for those who are using Jekyll 3.x is to connect with the repository via the # _config.yml
plugins:
# existing plugins
- xyz
# add remote-theme plugin
- jekyll-remote-theme
# Use remote-theme plugin to load `minima` repository. But first, ensure the `theme` key is disabled.
# theme: minima
remote_theme: "jekyll/minima"
|
🤦 I was setting |
Right now the README documentation is very weird because although most people are probably using Minima 2, the documentation explains mostly how to use Minima 3, but it also only shows how to install the Minima 2 theme using the gem 🤔. It would be nice to have installation instructions for both Minima 2 and 3, an explanation between the (small, albeit relevant) differences between both differences including the distribution method (Minima 3 is only available through GitHub AFAIK).
TLDR
Add to the README this line:
I'll fork minima this week and create a PR for these changes if no one does it before that.
The text was updated successfully, but these errors were encountered: