Skip to content

fix: config for windows machine#42

Open
rupeshtiwari wants to merge 1 commit into
mmistakes:masterfrom
rupeshtiwari:master
Open

fix: config for windows machine#42
rupeshtiwari wants to merge 1 commit into
mmistakes:masterfrom
rupeshtiwari:master

Conversation

@rupeshtiwari

Copy link
Copy Markdown

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.

Comment thread Gemfile
source "https://rubygems.org"

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

Copy link
Copy Markdown

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

puhitaku commented Sep 3, 2021

Copy link
Copy Markdown

@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