I updated the date formatting in the post generation to use the date_format variable from Hexo's config and to use the moment.js library to do the formatting, allowing the dates to format like any dates uses elsewhere in a user's site.
I also corrected the spelling of "avatar" everywhere it was misspelled as "avator." This is a breaking change to existing templates that used this misspelling, so I updated the version number in package.json to 2.0.0.
I updated the date formatting in the post generation to use the date_format variable from Hexo's config and to use the moment.js library to do the formatting, allowing the dates to format like any dates uses elsewhere in a user's site.
I also corrected the spelling of "avatar" everywhere it was misspelled as "avator." This is a breaking change to existing templates that used this misspelling, so I updated the version number in package.json to 2.0.0.
All substantial changes are in generator.js.