Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RickCogley/4576255 to your computer and use it in GitHub Desktop.
Save RickCogley/4576255 to your computer and use it in GitHub Desktop.
Rick Cogley - error on rake generate with only one file...
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 git@codebasehq.com: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
@RickCogley
Copy link
Author

This happened when adding just the one ugai garagara post.


layout: post
post_title: "How to Gargle (Ugai Garagara)"
date: 2009-05-16 02:57:52 UTC
updated: 2009-05-16 02:57:52 UTC
comments: true
categories: [SnapJapan, Japan, Culture]
keywords: Isojin,Ugai,Swine Flu,Gargling,Mezamashi TV

tags: [Isojin,Ugai,Swine Flu,Gargling,Mezamashi TV]

Now, this is serious. Today on "Mezamashi Terebi," a popular morning TV show, they had a fairly long, scientific-sounding introduction to "ugai" or gargling. They stated that it's only really popular here in Japan, where all kids are taught "ugai-tearai," or gargling and hand-washing, from when they are toddlers. They had mini-interviews with a bunch of foreigners asking if they had the culture of gargling. Mostly, they didn't, or they did heathen things like drinking the gargle medicine! The horror!
...

@RickCogley
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment