+[2014-02-01T20:12:51Z]kaffeebohneCan someone point me in the right direction to write a generator which just writes a line to a file? I kinda don't really get it. +[2014-02-01T22:29:14Z]kaffeebohneI did it! +[2014-02-01T22:37:29Z]kaffeebohneWell, it worked … 1 time? o.0 +[2014-02-01T22:48:35Z]kaffeebohneDoes jekyll first process {% include ... %}s before the generators? +[2014-02-01T22:51:48Z]kaffeebohneOk, the tweet is generated into the _includes/tweet-wigdet.html file, but the {% include tweet-widget.html %} gives back nothing, so i guess that is the case :/
fortunately i've been using absolute for everything
+[2014-02-02T04:08:04Z]jclrb"jekyll new abc123" results in an error: "/usr/lib/ruby/2.1.0/fileutils.rb:250:in `mkdir': Permission denied @ dir_s_mkdir - /usr/lib/ruby/gems/2.1.0/extensions/x86-linux/2.1.0/sqlite3-1.3.8 (Errno::EACCES)" +[2014-02-02T04:08:08Z]jclrbAnyone know what that's all about? +[2014-02-02T04:08:44Z]jaybehave permission to create directories in cwd? +[2014-02-02T04:09:26Z]jclrbYeah, it's in my own home folder and I made sure to double check it +[2014-02-02T04:09:50Z]jaybejekyll version?