Skip to content

Conversation

@rupeshtiwari
Copy link

In Windows machine we get below error therefore I added webrick
image

Also first time run is getting error about repo name so I added dummy repo name and user must change the repo name as per their repo name.

image

I think u should merge my pull request which will make our template more ready to use. I also added steps to start jekyll site in our readme file.

source "https://rubygems.org"

gem "github-pages", group: :jekyll_plugins
gem "webrick" if Gem.win_platform?
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

webrick also needs to be added here for other OSes (confirmed on my Mac + macOS Big Sur 11.5.2)

Suggested change
gem "webrick" if Gem.win_platform?
gem "webrick"

@puhitaku
Copy link

puhitaku commented Sep 3, 2021

@rupeshtiwari Could you commit this change?

And I mention @mmistakes since he may not be aware of this.

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

Successfully merging this pull request may close these issues.

2 participants