no-style-please
no-style-please copied to clipboard
Cannot use no-style-please on Jekyll above 3.8.7
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.
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.
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)
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.