csvconf / csvconf.com

A community conference for data makers everywhere, again!
https://csvconf.com
MIT License
90 stars 43 forks source link

Gemfile #39

Closed max-mapper closed 7 years ago

max-mapper commented 7 years ago

from netlify I get the error "It looks like this a Jekyll site, but you don't have a Gemfile. Add a Gemfile with Jekyll to make netlify install the right version of Jekyll before running your build."

@danfowler do you know how to create a Gemfile?

mfenner commented 7 years ago

I can create a Gemfile if needed. The one we use for the DataCite blog is here: https://github.com/datacite/blog/blob/master/Gemfile. You only need the following (github-pages gem includes jekyll):

source 'https://rubygems.org' gem 'github-pages', '~> 78'

Best, Martin

— Martin Fenner DataCite Technical Director http://orcid.org/0000-0003-1419-2405

--- original message --- On Wed, Nov 16, 2016 at 07:46 pm, notifications@github.com maxogden wrote:

from netlify I get the error "It looks like this a Jekyll site, but you don't have a Gemfile. Add a Gemfile with Jekyll to make netlify install the right version of Jekyll before running your build." @danfowler do you know how to create a Gemfile? — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread. --- end of original message ---

danfowler commented 7 years ago

Thanks @mfenner. This was fixed by https://github.com/csvconf/csvconf.com/commit/93f293bad6852e70bb7a1f3c2607ce7b1efc2d8e