latest 20 messages by fergatron

+ [2017-05-12T01:37:12Z] fergatron I recall just using `jekyll` by itself months ago.
+ [2017-05-12T01:36:52Z] fergatron thanks jaybe that seemed to do the trick. When did `bundler` become such a big deal?
+ [2017-05-12T01:16:46Z] fergatron I'm running into a problem and I can't figure out what to do with it. I can't build because it keeps stating that `jekyll-paginate` can't be found, but I did install it. https://paste.fedoraproject.org/paste/tGOZXv6k6Sno9Ntagy-Gql5M1UNdIGYhyRLivL9gydE=
+ [2016-03-05T20:21:15Z] fergatron i had to include --future in my build command.
+ [2016-03-05T20:20:59Z] fergatron Apparently Jekyll 3 doesn't process 'future posts'. http://jekyllrb.com/docs/upgrading/2-to-3/
+ [2016-03-05T20:20:33Z] fergatron fox_mulder_cp: found it! :D
+ [2016-03-05T20:06:13Z] fergatron I'm sort of following what you're saying. I'll look more at the docs. Thanks.
+ [2016-03-05T20:01:46Z] fergatron fox_mulder_cp: the doc states to create new files in _posts dir? https://jekyllrb.com/docs/posts/
+ [2016-03-05T19:58:12Z] fergatron the result is no new post is created.
+ [2016-03-05T19:58:03Z] fergatron I put the YAML stuff in there and build. jekyll build
+ [2016-03-05T19:57:41Z] fergatron I did that. For example I created /_posts/2016-03-06-some-post.md
+ [2016-03-05T19:55:42Z] fergatron I thought you guys might be able to help, but I'm getting a RTFM vibe. :/
+ [2016-03-05T19:55:15Z] fergatron I agree that jekyll is easy... so something ODD is happening, which is why I'm here in IRC.
+ [2016-03-05T19:54:46Z] fergatron I can create new pages, but for some reason I can't create new posts.
+ [2016-03-05T19:53:43Z] fergatron yes I have fox_mulder_cp
+ [2016-03-05T19:53:34Z] fergatron i created the file in _posts/ with the proper format (.md), but when I build... I don't get any new posts in _site.
+ [2016-03-05T19:53:00Z] fergatron not sure I follow...
+ [2016-03-05T19:50:53Z] fergatron I followed the example that came with the `jekyll new project` setup.
+ [2016-03-05T19:50:30Z] fergatron hi there, I'm having a problem getting new posts to generate. I'm not sure what I'm doing wrong.