gloriajs / gloria

Gloria is a static website generator, based on NodeJS.
https://gloria.js.org
Other
152 stars 11 forks source link

When creating new posts, add the date #71

Open dvidsilva opened 7 years ago

dvidsilva commented 7 years ago

The date can be included in the filename and the front matter.

awulkan commented 7 years ago

Which date format will be used? YYYY-MM-DD is the most common format. For W3C validation and sitemap validation it's required.

dvidsilva commented 7 years ago

That is a good one, whichever is easier to parse, so that it can be used in the templates too, or when generating statistics or sorting.

I'll include moment.js in the handlebar helpers, and create a helper so that anyone can format them in their templates as desired.