我使用github页面发布my blog。最近我注意到其中一个帖子已经破了。
used to be这个:
http://strilanc.com/quantum/2014/03/07/Building-your-own-Quantum-Fourier-Transform.html
但现在就是这样:
http://strilanc.com/quantum/2014/03/06/Building-your-own-Quantum-Fourier-Transform.html
帖子显示的日期也比filename and metadata at the start of the contents中指定的日期早一天:
文件名:2014-03-07-建立你自己的量子傅立叶变换标记
--- layout: post title: "Building your own Quantum Fourier Transform" date: 2014-03-07 0:30:01 categories: quantum ---
更奇怪的是,我使用jekyll serve
运行的本地服务器显示正确的日期,并使用正确的永久链接。
到底发生了什么事?
答案 0 :(得分:2)
我对这方面并非100%肯定,但有可能因为在该日期没有时区信息,它在构建时被转换了吗?
正如您所知,如果您不知道,除非您需要以比文件名中的日期更精细的方式维护帖子的顺序,否则不需要该日期。
这里没有明确的答案,只是一些想法和评论。