gjtorikian / jekyll-last-modified-at

A Jekyll plugin to show the last_modified_at time of a post.
MIT License
242 stars 38 forks source link

Option to disable git #54

Open jayvdb opened 6 years ago

jayvdb commented 6 years ago

There may be times when the mtime is correct, even if it is in a git repo, so it should be possible to indicate that is the desired date instead of invoking git to obtain the same information.

Example, using https://github.com/rosylilly/git-set-mtime once after a git clone, so all parts of the subsequent build can benefit from using a correct mtime.