minimal-mistakes
minimal-mistakes copied to clipboard
Error when installing Theme
What happened?
I try to start a new repository and install the theme as 'Remote theme method'. I use the latest version of Jekell from the website.
C:\work\wise-coders-github\websites\wise-coders.github.io>bundle exec jekyll serve
Configuration file: C:/work/wise-coders-github/websites/wise-coders.github.io/_config.yml
To use retry middleware with Faraday v2.0+, install faraday-retry gem
Source: C:/work/wise-coders-github/websites/wise-coders.github.io
Destination: C:/work/wise-coders-github/websites/wise-coders.github.io/_site
Incremental build: disabled. Enable with --incremental
Generating...
Remote Theme: Using theme mmistakes/minimal-mistakes
Jekyll Feed: Generating feed for posts
Build Warning: Layout 'post' requested in _posts/2023-12-21-welcome-to-jekyll.markdown does not exist.
GitHub Metadata: No GitHub API authentication could be found. Some fields may be missing or have incorrect data.
Build Warning: Layout 'page' requested in about.markdown does not exist.
done in 5.906 seconds.
Please add the following to your Gemfile to avoid polling for changes:
gem 'wdm', '>= 0.1.0' if Gem.win_platform?
Auto-regeneration: enabled for 'C:/work/wise-coders-github/websites/wise-coders.github.io'
internal:C:/Ruby32-x64/lib/ruby/3.2.0/rubygems/core_ext/kernel_require.rb:37:in require': cannot load such file -- webrick (LoadError) from <internal:C:/Ruby32-x64/lib/ruby/3.2.0/rubygems/core_ext/kernel_require.rb>:37:in require'
from C:/Ruby32-x64/lib/ruby/gems/3.2.0/gems/jekyll-3.9.3/lib/jekyll/commands/serve/servlet.rb:3:in <top (required)>' from C:/Ruby32-x64/lib/ruby/gems/3.2.0/gems/jekyll-3.9.3/lib/jekyll/commands/serve.rb:184:in require_relative'
from C:/Ruby32-x64/lib/ruby/gems/3.2.0/gems/jekyll-3.9.3/lib/jekyll/commands/serve.rb:184:in setup' from C:/Ruby32-x64/lib/ruby/gems/3.2.0/gems/jekyll-3.9.3/lib/jekyll/commands/serve.rb:102:in process'
from C:/Ruby32-x64/lib/ruby/gems/3.2.0/gems/jekyll-3.9.3/lib/jekyll/commands/serve.rb:93:in block in start' from C:/Ruby32-x64/lib/ruby/gems/3.2.0/gems/jekyll-3.9.3/lib/jekyll/commands/serve.rb:93:in each'
from C:/Ruby32-x64/lib/ruby/gems/3.2.0/gems/jekyll-3.9.3/lib/jekyll/commands/serve.rb:93:in start' from C:/Ruby32-x64/lib/ruby/gems/3.2.0/gems/jekyll-3.9.3/lib/jekyll/commands/serve.rb:75:in block (2 levels) in init_with_program'
from C:/Ruby32-x64/lib/ruby/gems/3.2.0/gems/mercenary-0.3.6/lib/mercenary/command.rb:220:in block in execute' from C:/Ruby32-x64/lib/ruby/gems/3.2.0/gems/mercenary-0.3.6/lib/mercenary/command.rb:220:in each'
from C:/Ruby32-x64/lib/ruby/gems/3.2.0/gems/mercenary-0.3.6/lib/mercenary/command.rb:220:in execute' from C:/Ruby32-x64/lib/ruby/gems/3.2.0/gems/mercenary-0.3.6/lib/mercenary/program.rb:42:in go'
from C:/Ruby32-x64/lib/ruby/gems/3.2.0/gems/mercenary-0.3.6/lib/mercenary.rb:19:in program' from C:/Ruby32-x64/lib/ruby/gems/3.2.0/gems/jekyll-3.9.3/exe/jekyll:15:in <top (required)>'
from C:/Ruby32-x64/bin/jekyll:25:in load' from C:/Ruby32-x64/bin/jekyll:25:in
Expected behavior
Starting Jekyll failed
Steps to reproduce the behavior
Install theme
Other
No response