latest 14 messages by raindog308

+ [2014-12-06T18:49:39Z] raindog308 I'm a jekyll newb, but if you think I should file an issue I will
+ [2014-12-06T18:49:27Z] raindog308 jekyll 2.5.2 | Error: invalid option: --no-future
+ [2014-12-06T18:41:09Z] raindog308 complete command line was: jekyll21 build --future=false --destination=/some/dir
+ [2014-12-06T18:40:32Z] raindog308 got this: /usr/local/lib/ruby/gems/2.1/gems/mercenary-0.3.5/lib/mercenary/program.rb:31:in `go': needless argument: --future=false (OptionParser::NeedlessArgument)
+ [2014-12-06T18:39:23Z] raindog308 future=false on the command line didn't work, nor did --future=false but future: false in _config.yml did the trick - thanks pontiki!
+ [2014-12-06T18:36:09Z] raindog308 ah, duh...ok I will try
+ [2014-12-06T18:35:02Z] raindog308 I just tried a 'jekyll21 build' and it published an article date-stamped december 10th and I didn't use the --future tag
+ [2014-12-06T18:17:02Z] raindog308 not that big a deal to code something that moves a file and does a build with a shell script...I'm just lazy :-)
+ [2014-12-06T18:16:23Z] raindog308 i didn't see anything
+ [2014-12-06T18:14:19Z] raindog308 i can hack something up by moving files with a cron job but was wondering if anything already exists
+ [2014-12-06T18:14:05Z] raindog308 jekyllians...is there any plugin for staging/queuing blog posts? In other words, I have the post ready to go but I don't want it published until next Tuesday. I'd like to write it and put it somewhere, and then some nightly cron job does a 'jekyll build' and it's included next tueseday
+ [2014-12-05T02:00:16Z] raindog308 thanks! I will take a look
+ [2014-12-05T01:50:02Z] raindog308 well, I have all my posts in _posts, then upon build many directory are created in teh destination. Where can I se what you're doing, pontiki?
+ [2014-12-04T23:41:43Z] raindog308 hello jekyllians...I see I can use page.categories for a post, but how can I turn that into links (i.e., if [ lemons, oranges ] then lemons is a hyperlink to a list of all pages in that category, etc.)