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

No longer working in jekyll 4.0.1 #1

Open
fgadaleta opened this issue Aug 28, 2020 · 3 comments
Open

No longer working in jekyll 4.0.1 #1

fgadaleta opened this issue Aug 28, 2020 · 3 comments

Comments

@fgadaleta
Copy link

frag@pendulum:~$ bundle
Fetching gem metadata from https://rubygems.org/..........
Fetching gem metadata from https://rubygems.org/.
Resolving dependencies...
Bundler could not find compatible versions for gem "jekyll":
  In snapshot (Gemfile.lock):
    jekyll (= 4.0.1)

  In Gemfile:
    rust_playground_highlight was resolved to 0.1.3, which depends on
      jekyll (< 4.0, >= 2.0)

    thinkspace was resolved to 2.5.0, which depends on
      jekyll (~> 4.0.0)

Running `bundle update` will rebuild your snapshot from scratch, using only
the gems in your Gemfile, which may resolve the conflict.

frag@pendulum:~$ bundle update 
Fetching gem metadata from https://rubygems.org/..........
Fetching gem metadata from https://rubygems.org/.
Resolving dependencies...
Bundler could not find compatible versions for gem "jekyll":
  In Gemfile:
    jekyll-admin was resolved to 0.1.1, which depends on
      jekyll (~> 3.1)

    thinkspace was resolved to 2.5.0, which depends on
      jekyll (~> 4.0.0)
@IanWhitney
Copy link
Owner

Thanks.

For this gem to work at all I had to dig around in the internals of Jekyll, which is why I limited to to a narrow range of Jekyll versions. I can take a look at how Jekyll 4 handles code highlighting, but it's going to take me a while.

@IanWhitney
Copy link
Owner

It's possible that Jekyll now has better support for Rust code highlighting since I wrote this.

@fgadaleta
Copy link
Author

I have been searching a bit. But found nothing except yours :)
If you know of something, I'd love to know. What I am looking for is not only code highlighting but also running code a la playground on a static page

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

2 participants