+ [2016-10-11T00:48:13Z] jekyllrb ¯\_(ツ)_/¯
+ [2016-10-11T06:36:15Z] travis-ci eggcaker/jekyll-org#1 The build has errored. https://travis-ci.org/eggcaker/jekyll-org/builds/166648137
+ [2016-10-11T06:42:27Z] travis-ci eggcaker/jekyll-org#2 The build passed. https://travis-ci.org/eggcaker/jekyll-org/builds/166649030
+ [2016-10-13T22:40:15Z] lillian how do jekyll blogs preserve creation/modification dates of blog files (which i gather it derives from file meta) across say... cloning, so that blog posts don't end up getting reordered or what have you
+ [2016-10-13T22:58:47Z] allejo it's stored as a value in the front matter of the blog posts. the "date" value specifically

message no. 153335

Posted by lillian in #jekyll at 2016-10-13T22:40:15Z

how do jekyll blogs preserve creation/modification dates of blog files (which i gather it derives from file meta) across say... cloning, so that blog posts don't end up getting reordered or what have you
+ [2016-10-14T01:06:07Z] jaybe lillian, also, posts files are named prepended with a datestamp
+ [2016-10-14T21:35:45Z] ehiggs Hi all. I have a site I'm trying to make and it's supposed to list all the files in _posts but I only see the last one rendered.
+ [2016-10-14T21:36:46Z] ehiggs jekyll doctor says "path/to/site/index.html' is the destination for the following pages: index.html, ...post1.md, ...post2.md, ...post3.md
+ [2016-10-14T21:37:02Z] ehiggs but this is a clone of a page I made last year which works fine (!)
+ [2016-10-14T21:37:43Z] ehiggs https://github.com/hpc-bigdata-fosdem17/hpc-bigdata-fosdem17.github.io <- borked; https://github.com/hpc-bigdata-fosdem16/hpc-bigdata-fosdem16.github.io <- works fine