gdg-x / zeppelin

Awesome conference website in 5 minutes.
http://gdg-x.github.io/zeppelin/
MIT License
679 stars 937 forks source link

Jekyll error #90

Open mayurbhangale opened 8 years ago

mayurbhangale commented 8 years ago

When I try to jekyll -w serve , I'm getting this error jekyll 3.1.6 | Error: (/Users/mayurbhangale/Documents/web/zeppelin/_config.yml): did not find expected key while parsing a block mapping at line 2 column 1

ozasadnyy commented 8 years ago

@mayurbhangale Jekyll 3+ is not supported

mayurbhangale commented 8 years ago

@ozasadnyy tried with jekyll 2.4.0, same thing happens

ozasadnyy commented 8 years ago

Have you changed something?

mayurbhangale commented 8 years ago

No

orangecms commented 8 years ago

I just went down to github-pages v92, which uses Jekyll 3.1.6, because they switched to Jekyll 3.2.1 with v93. That seems to work just fine. To achieve this, I changed the Gemfile to

source "http://rubygems.org"

gem 'github-pages', '92'
gem 'compass'
gem 'sass-media_query_combiner'
gem 'autoprefixer-rails'

Does that work for you as well @mayurbhangale?

Kirmayrtomaz commented 8 years ago

I had the same problem with my linux ubuntu.. then a search in the web and found this link the installation of Nokogiri(package of gem) ..but that have show the problems and a solution with you had

Linux Ubuntu for exemple

sudo apt-get install build-essential patch
sudo apt-get install ruby-dev zlib1g-dev liblzma-dev