gjtorikian / jekyll-last-modified-at

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

Fixes Posix Spawn and adds CI #98

Closed dtaivpp closed 1 month ago

dtaivpp commented 1 month ago

Hey, I have come across the issue a few times so finally contributing a fix. posix-spawn is deprecated on macos so I switched to using open3 here instead.

Also, I added a GitHub action to rake on pushes and PR's.

gjtorikian commented 1 month ago

Thanks for this, I plucked the relevant commits, and this is now released as 1.3.2.