posativ / acrylamid

(unmaintained) static blog generator in python with incremental rendering ⛺
http://posativ.org/acrylamid/
Other
277 stars 40 forks source link

Fall back to date from file name - before falling back to mtime #249

Open GSI opened 8 years ago

GSI commented 8 years ago

The convention other generators like Jekyll use is very reasonable: A file named 2016-01-11-some-title.textile will have 2016-01-11 set as it's publishing date.

It saves one yaml entry, which is very useful especially if one names his posts by date anyway (which I do for better sorting when listing the file system).