ruby-on-railsrubyjekyllatom-editorjekyll-theme

I am not able to create website using jekyll as in command prompt it doesn't show the basic website created at once


enter image description here

https://stackoverflow.com/image.jpg[Command prompt error! or what?]2

I am not able to create website using jekyll as in command prompt it doesn't show the basic website created at once.It takes a lot time to analyse the fundamentals of it .Help me in the command prompt error or anything else.


Solution

  • This happened to me when I updated to Ruby 3 since webrick is not added to the Gemfile.

    Run bundle add webrick then your local jekyll serve will works.