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

fix: config for windows machine #42

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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.

@@ -1,6 +1,7 @@
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