How can hexo order by created time -


i'm using hexo create blog. posts reordered each time change content of 1 of them, modified time. bothers me want posts ordered create time. hints welcome.

i faced same problem yours. turned out create date updated somehow hexo whenever update it.

but if set date tag in article description, hexo keep it.

here example:

--- title: title tags: - tag - tag - tag categories: - category date: 2017-08-21 21:30:00 --- 

Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -