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

Jekyll error #90

Open
mayurbhangale opened this issue Aug 2, 2016 · 6 comments
Open

Jekyll error #90

mayurbhangale opened this issue Aug 2, 2016 · 6 comments

Comments

@mayurbhangale
Copy link

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
Copy link
Member

@mayurbhangale Jekyll 3+ is not supported

@mayurbhangale
Copy link
Author

mayurbhangale commented Aug 2, 2016

@ozasadnyy tried with jekyll 2.4.0, same thing happens

@ozasadnyy
Copy link
Member

Have you changed something?

@ozasadnyy ozasadnyy reopened this Aug 2, 2016
@mayurbhangale
Copy link
Author

No

@orangecms
Copy link

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
Copy link

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

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

No branches or pull requests

4 participants