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

Cannot use no-style-please on Jekyll above 3.8.7 #12

Open
jamiehowarth0 opened this issue Feb 1, 2021 · 3 comments
Open

Cannot use no-style-please on Jekyll above 3.8.7 #12

jamiehowarth0 opened this issue Feb 1, 2021 · 3 comments

Comments

@jamiehowarth0
Copy link

All version of no-style-please on Rubygems except for 0.1.0 require Jekyll 3.8.7. As a result, 0.1.0 is installed on Jekyll 4 & above, which has a bug of a missing {{ content }} block in the home layout.

@riggraz
Copy link
Owner

riggraz commented Jun 14, 2021

I try to stay compatible with GitHub Pages (see here], so right now this theme is running Jekyll v3.9.0.

Hopefully GitHub Pages will support Jekyll 4 soon.

@bluebrown
Copy link

looks like its out of sync now. I am using 226 which seems to be the latest version of github-pages.

Bundler could not find compatible versions for gem "jekyll":
  In Gemfile:
    github-pages (~> 226) was resolved to 226, which depends on
      jekyll (= 3.9.2)

    no-style-please was resolved to 0.1.0, which depends on
      jekyll (~> 4.1)
Bundler could not find compatible versions for gem "jekyll-seo-tag":
  In Gemfile:
    github-pages (~> 226) was resolved to 226, which depends on
      jekyll-seo-tag (= 2.8.0)

    no-style-please was resolved to 0.4.7, which depends on
      jekyll-seo-tag (~> 2.7.1)

@f2l2pe
Copy link

f2l2pe commented Jul 16, 2023

looks like its out of sync now. I am using 226 which seems to be the latest version of github-pages.

Bundler could not find compatible versions for gem "jekyll":
  In Gemfile:
    github-pages (~> 226) was resolved to 226, which depends on
      jekyll (= 3.9.2)

    no-style-please was resolved to 0.1.0, which depends on
      jekyll (~> 4.1)
Bundler could not find compatible versions for gem "jekyll-seo-tag":
  In Gemfile:
    github-pages (~> 226) was resolved to 226, which depends on
      jekyll-seo-tag (= 2.8.0)

    no-style-please was resolved to 0.4.7, which depends on
      jekyll-seo-tag (~> 2.7.1)

Im having the same problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants