Created
January 20, 2013 02:05
-
-
Save RickCogley/4576255 to your computer and use it in GitHub Desktop.
Rick Cogley - error on rake generate with only one file...
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rcogley@RickMBP ~/Repositories/octopress-all (git)-[new_layout] % git commit -m 'ok adding ONE file' | |
[new_layout 0700ee1] ok adding ONE file | |
1 file changed, 24 insertions(+) | |
create mode 100644 source/_posts/2009-05-16-how-to-gargle-ugai-garagara.markdown | |
rcogley@RickMBP ~/Repositories/octopress-all (git)-[new_layout] % git push --all | |
Counting objects: 7, done. | |
Delta compression using up to 8 threads. | |
Compressing objects: 100% (5/5), done. | |
Writing objects: 100% (5/5), 1.40 KiB, done. | |
Total 5 (delta 2), reused 0 (delta 0) | |
To [email protected]:esolia/rick-cogley/octopress-all.git | |
5eb58e3..0700ee1 new_layout -> new_layout | |
rcogley@RickMBP ~/Repositories/octopress-all (git)-[new_layout] % rake generate | |
/Users/rcogley/.rvm/gems/ruby-1.9.3-p362/gems/bundler-1.2.3/lib/bundler/runtime.rb:197: warning: Insecure world writable dir /usr/local/bin in PATH, mode 040777 | |
## Generating Site with Jekyll | |
/Users/rcogley/.rvm/gems/ruby-1.9.3-p362/gems/bundler-1.2.3/lib/bundler/runtime.rb:197: warning: Insecure world writable dir /usr/local/bin in PATH, mode 040777 | |
unchanged sass/screen.scss | |
/Users/rcogley/.rvm/gems/ruby-1.9.3-p362/gems/bundler-1.2.3/lib/bundler/runtime.rb:197: warning: Insecure world writable dir /usr/local/bin in PATH, mode 040777 | |
Configuration from /Users/rcogley/Repositories/octopress-all/_config.yml | |
Building site: source -> public | |
Liquid Exception: comparison of Array with Array failed in index.markdown | |
/Users/rcogley/Repositories/octopress-all/plugins/tag_cloud.rb:88:in `sort!' | |
/Users/rcogley/Repositories/octopress-all/plugins/tag_cloud.rb:88:in `render' | |
/Users/rcogley/.rvm/gems/ruby-1.9.3-p362/gems/liquid-2.3.0/lib/liquid/block.rb:94:in `block in render_all' | |
/Users/rcogley/.rvm/gems/ruby-1.9.3-p362/gems/liquid-2.3.0/lib/liquid/block.rb:92:in `collect' | |
/Users/rcogley/.rvm/gems/ruby-1.9.3-p362/gems/liquid-2.3.0/lib/liquid/block.rb:92:in `render_all' | |
/Users/rcogley/.rvm/gems/ruby-1.9.3-p362/gems/liquid-2.3.0/lib/liquid/block.rb:82:in `render' | |
/Users/rcogley/.rvm/gems/ruby-1.9.3-p362/gems/liquid-2.3.0/lib/liquid/template.rb:124:in `render' | |
/Users/rcogley/.rvm/gems/ruby-1.9.3-p362/gems/liquid-2.3.0/lib/liquid/template.rb:132:in `render!' | |
/Users/rcogley/.rvm/gems/ruby-1.9.3-p362/gems/jekyll-0.12.0/lib/jekyll/convertible.rb:79:in `do_layout' | |
/Users/rcogley/Repositories/octopress-all/plugins/post_filters.rb:167:in `do_layout' | |
/Users/rcogley/.rvm/gems/ruby-1.9.3-p362/gems/jekyll-0.12.0/lib/jekyll/page.rb:100:in `render' | |
/Users/rcogley/.rvm/gems/ruby-1.9.3-p362/gems/jekyll-0.12.0/lib/jekyll/site.rb:204:in `block in render' | |
/Users/rcogley/.rvm/gems/ruby-1.9.3-p362/gems/jekyll-0.12.0/lib/jekyll/site.rb:203:in `each' | |
/Users/rcogley/.rvm/gems/ruby-1.9.3-p362/gems/jekyll-0.12.0/lib/jekyll/site.rb:203:in `render' | |
/Users/rcogley/.rvm/gems/ruby-1.9.3-p362/gems/jekyll-0.12.0/lib/jekyll/site.rb:41:in `process' | |
/Users/rcogley/.rvm/gems/ruby-1.9.3-p362/gems/jekyll-0.12.0/bin/jekyll:264:in `<top (required)>' | |
/Users/rcogley/.rvm/gems/ruby-1.9.3-p362/bin/jekyll:19:in `load' | |
/Users/rcogley/.rvm/gems/ruby-1.9.3-p362/bin/jekyll:19:in `<main>' | |
/Users/rcogley/.rvm/gems/ruby-1.9.3-p362/bin/ruby_noexec_wrapper:14:in `eval' | |
/Users/rcogley/.rvm/gems/ruby-1.9.3-p362/bin/ruby_noexec_wrapper:14:in `<main>' | |
Build Failed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I can generate when I just have a post like this -
layout: post
post_title: "Test for Generate"
posticon: default
cover: /images/Rick_Casual_01.jpg
date: 2013-01-20 11:06
comments: true
description: This is the metadata and og tag description.
keywords: tips, others
categories: [Blog-Cogley, Tips]
tags: [tips]
published: true
This is a test