no-style-please icon indicating copy to clipboard operation
no-style-please copied to clipboard

Cannot use no-style-please on Jekyll above 3.8.7

Open jamiehowarth0 opened this issue 3 years ago • 5 comments

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.

jamiehowarth0 avatar Feb 01 '21 16:02 jamiehowarth0

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.

riggraz avatar Jun 14 '21 12:06 riggraz

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)

bluebrown avatar May 27 '22 11:05 bluebrown

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.

f2l2pe avatar Jul 16 '23 15:07 f2l2pe