+ [2016-09-05T05:35:50Z] V1s1ble So within my page navigation I want to implement a First / Latest (it's for a web comic). Using the site/post variables, how do I determine what the first and last posts are. I've tried site.posts.first, site.posts[0], etc.
+ [2016-09-05T06:09:53Z] wa5ted miklb im doing some social pulls (hence why i need to convert an html file to a php ones)
+ [2016-09-05T06:10:01Z] wa5ted social network feed pulls
+ [2016-09-05T15:06:14Z] jaybe Aso

message no. 149565

Posted by wa5ted in #jekyll at 2016-09-05T04:20:36Z

through jekyll itself
+ [2016-09-06T09:34:07Z] T0by_ Where can I find documentation for old Jekyll versions? I'm specifically looking for 1.2.x
+ [2016-09-06T11:04:53Z] glokta Hi. I am having a problem with jekyll url encoding for devanagari font(tamil language).
+ [2016-09-06T11:06:48Z] glokta This is the file name 2016-09-06-அழியாத-கோலங்கள்.markdown.
+ [2016-09-06T11:08:09Z] glokta Now when I copy “அழியாத-கோலங்கள்” and run URI.escape('அழியாத கோலங்கள்',%r{[^a-zA-Z\d\-._~!$&'()*+,;=:@\/]}).encode("utf-8") in the IRB, I get %E0%AE%85%E0%AE%B4%E0%AE%85%E0%AE%B4%E0%AE%BF%E0%AE%AF%E0%AE%BE%E0%AE%A4%20%E0%AE%95%E0%AF%8B%E0%AE%B2%E0%AE%99%E0%AF%8D%E0%AE%95%E0%AE%B3%E0%AF%8D
+ [2016-09-06T11:08:37Z] glokta But the encoded url that I see in the generated site is “%E0%AE%85%E0%AE%B4%E0%AE%BF%E0%AE%AF%E0%AE%BE%E0%AE%A4-%E0%AE%95%E0%AF%8B%E0%AE%B2%E0%AE%99-%E0%AE%95%E0%AE%B3.html” . This translates to “அழியாத-கோலங-கள”.