Advertisement
Guest User

octopress error-1

a guest
Apr 27th, 2012
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.64 KB | None | 0 0
  1. ***@***:~/myblog/octopress$ bundle exec rake generate
  2. ## Generating Site with Jekyll
  3. unchanged sass/screen.scss
  4. Configuration from /home/eka/myblog/octopress/_config.yml
  5. Building site: source -> public
  6. /home/eka/.rvm/rubies/ruby-1.9.2-p318/lib/ruby/1.9.1/psych.rb:148:in `parse': couldn't parse YAML at line 7 column 0 (Psych::SyntaxError)
  7.     from /home/eka/.rvm/rubies/ruby-1.9.2-p318/lib/ruby/1.9.1/psych.rb:148:in `parse_stream'
  8.     from /home/eka/.rvm/rubies/ruby-1.9.2-p318/lib/ruby/1.9.1/psych.rb:119:in `parse'
  9.     from /home/eka/.rvm/rubies/ruby-1.9.2-p318/lib/ruby/1.9.1/psych.rb:106:in `load'
  10.     from /home/eka/.rvm/gems/ruby-1.9.2-p318/gems/jekyll-0.11.0/lib/jekyll/convertible.rb:33:in `read_yaml'
  11.     from /home/eka/.rvm/gems/ruby-1.9.2-p318/gems/jekyll-0.11.0/lib/jekyll/post.rb:39:in `initialize'
  12.     from /home/eka/myblog/octopress/plugins/preview_unpublished.rb:23:in `new'
  13.     from /home/eka/myblog/octopress/plugins/preview_unpublished.rb:23:in `block in read_posts'
  14.     from /home/eka/myblog/octopress/plugins/preview_unpublished.rb:21:in `each'
  15.     from /home/eka/myblog/octopress/plugins/preview_unpublished.rb:21:in `read_posts'
  16.     from /home/eka/.rvm/gems/ruby-1.9.2-p318/gems/jekyll-0.11.0/lib/jekyll/site.rb:128:in `read_directories'
  17.     from /home/eka/.rvm/gems/ruby-1.9.2-p318/gems/jekyll-0.11.0/lib/jekyll/site.rb:98:in `read'
  18.     from /home/eka/.rvm/gems/ruby-1.9.2-p318/gems/jekyll-0.11.0/lib/jekyll/site.rb:38:in `process'
  19.     from /home/eka/.rvm/gems/ruby-1.9.2-p318/gems/jekyll-0.11.0/bin/jekyll:250:in `<top (required)>'
  20.     from /home/eka/.rvm/gems/ruby-1.9.2-p318/bin/jekyll:23:in `load'
  21.     from /home/eka/.rvm/gems/ruby-1.9.2-p318/bin/jekyll:23:in `<main>'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement