bitcoin-core-review-club/website

Gemfile missing from the repository

Closed this issue · 3 comments

The Gemfile needs to be present for bundle install to function. The usual practice would be to commit it in the repository.

Thanks Jon!

I've tried running this locally, and with this PR, generating the page fails to authenticate to the github API and then fails to find the CSS:

image

Just running jekyll serve in master generates the site just fine for me.

Is it possible to remove the dependency on github?

Yes, I saw that auth warning and didn't have the CSS styling, nor the favicon.ico file, but I could still run the site locally otherwise.

It would likely be best to commit your Gemfile, Gemfile.lock, CSS file, and favicon (there shouldn't be anything confidential in those files) and close #10.

I've created a minimal Gemfile and added it in #12.