2015-10-30 11 views
34
Configuration file: /Users/andrechristoga/Documents/type-theme/_config.yml 
     Deprecation: You appear to have pagination turned on, but you haven't included the `jekyll-paginate` gem. Ensure you have `gems: [jekyll-paginate]` in your configuration file. 
      Source: /Users/andrechristoga/Documents/type-theme 
     Destination: /Users/andrechristoga/Documents/type-theme/_site 
Incremental build: disabled. Enable with --incremental 
     Generating... 
    Dependency Error: Yikes! It looks like you don't have pygments or one of its dependencies installed. In order to use Jekyll as currently configured, you'll need to install this gem. The full error message from Ruby is: 'cannot load such file -- pygments' If you run into trouble, you can find helpful resources at http://jekyllrb.com/help/! 
    Liquid Exception: pygments in /Users/andrechristoga/Documents/type-theme/_posts/2014-11-28-markdown-and-html.md 
      ERROR: YOUR SITE COULD NOT BE BUILT: 
        ------------------------------------ 
        pygments 

Dies sind die Nachrichten, wenn ich jekyll serve eintippe.Jekyll-Dienst hat nicht funktioniert: Es sieht so aus, als ob Sie keine Segmente oder Abhängigkeiten installiert haben

+2

install pegments: 'Juwel installieren pyments.rb' – fcalderan

Antwort

64

Ich hatte das gleiche Problem, aber es repariert die Installation von Segmenten gem.

gem install pygments.rb 

Und es zu meinem Gemfile hinzufügen.

gem 'pygments.rb' 
+0

In meiner Jekyll-Vorlage hatte ich keine' Gemfile' –

-1

Wenn Sie den Befehl sudo gem install pygments.rb oder gem install pygments.rb verwenden, ist es nicht

funktioniert kann

So können Sie root versuchen:

su root 
gem install pygments.rb 

Das ist mein Problem zu beheben.

+1

es wird nicht empfohlen, root für gem zu verwenden siehe http://stackoverflow.com/questions/2119064/ sudo-gem-install-or-gem-install-und-gem-locations – ozOli

-1

Wenn Sie ein Windows-Benutzer sind, können Sie CLI als Administrator ausführen. Dies würde helfen.