Skip to content
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

How Can I get v3.0? #419

Closed
EmberRed opened this issue Nov 22, 2019 · 6 comments
Closed

How Can I get v3.0? #419

EmberRed opened this issue Nov 22, 2019 · 6 comments

Comments

@EmberRed
Copy link

Hello
Reading the docs I saw minima 3.0 new features... but I cannot get it from my Gemfile

Is it not released yet?

@ashmaroli
Copy link
Member

Minima v3.0 has not been released yet..

@DirtyF
Copy link
Member

DirtyF commented Nov 22, 2019

Feel free to get your gem from the repository:

gem "minima", github: "jekyll/minima"

@travisdowns
Copy link

Feel free to get your gem from the repository:

gem "minima", github: "jekyll/minima"

Do you know if that method works also with github pages? I.e., does github whitelist that source?

@ashmaroli
Copy link
Member

@travisdowns GitHub Pages doesn't allow using custom versions of any gem. The easiest way to use with GitHub Pages is to simply fork the repository and add your customization.

If your source is already a fork of Minima, you could use git pull to fetch the repo's current state. This could be a bit challenging because there'll be merge-conflicts proportional to the customization you've already made.

@ashmaroli
Copy link
Member

ashmaroli commented Nov 26, 2019

@travisdowns and @AleSpreafico It just dawned on me that you can use the current state of master via the remote_theme feature in GitHub Pages:

# _config.yml

plugins:
  - jekyll-remote-theme

remote_theme: jekyll/minima

@DirtyF DirtyF closed this as completed Dec 10, 2019
@DirtyF DirtyF added the support label Dec 10, 2019
@derek-adair
Copy link

...will this ever be released? :)

francofusco added a commit to francofusco/francofusco.github.io that referenced this issue Jan 20, 2021
This should allow having minima v3 working also on the website hosted on 
GH pages. See: 
jekyll/minima#419 (comment)
@jekyll jekyll locked and limited conversation to collaborators Apr 2, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

6 participants