latest 20 messages by CorySimmons

+ [2015-08-10T14:37:27Z] CorySimmons If I try to use the revert button on the closed PR itself I get this error: Sorry, this pull request couldn’t be reverted automatically. It may have already been reverted, or the content may have changed since it was merged.
+ [2015-08-10T14:35:07Z] CorySimmons What's the best way to revert a large pull request? Just revert the commit that merged the PR or revert the entire range of commits that created the PR?
+ [2015-03-11T04:50:57Z] CorySimmons I also can't seem to escape the 2. with a backslash
+ [2015-03-11T04:45:57Z] CorySimmons Both sites are using kramdown
+ [2015-03-11T04:40:30Z] CorySimmons Hi guys, I'm redesigning this jekyll site. Both sites have the exact same post content in them, but one renders ordered lists as 1. 2. and the other renders that same ordered list as 1. 1. Any ideas? http://pastie.org/private/p38mpvkolrn5wn2dggca
+ [2015-03-04T04:43:17Z] CorySimmons Solved: https://github.com/jekyll/jekyll-paginate/issues/25
+ [2015-03-04T04:37:54Z] CorySimmons Yeah, it seems like paginator works fine. I have access to all it's attribute values, but for some reason it's just not generating any pages...
+ [2015-03-04T04:32:59Z] CorySimmons Where the word "Previous" is a link to a 404 page (http://localhost:4000/blog/page2/)
+ [2015-03-04T04:32:45Z] CorySimmons I'm getting Previous Page: 3 of 3 Next
+ [2015-03-04T04:28:27Z] CorySimmons But when I try to follow it, obviously it 404's
+ [2015-03-04T04:28:21Z] CorySimmons It's weird because on the blog page where my pagination is, {{ paginator.previous_page_path }} seems to create a link to the correct page
+ [2015-03-04T04:25:32Z] CorySimmons What do you mean? I mean, the posts are accessible, but it doesn't seem to generate any other pages or anything under _site/blog/
+ [2015-03-04T04:21:37Z] CorySimmons oksushi: haha, hey man :)
+ [2015-03-04T04:12:38Z] CorySimmons I'd expect it to show a listing with my 2nd blog post
+ [2015-03-04T04:12:21Z] CorySimmons When I jekyll serve and naviate to localhost:4000/blog/2 I get a 404
+ [2015-03-04T04:12:04Z] CorySimmons I have a blog/index.html file and 3 posts within blog/_posts