It would be nice if, on each page it showed:
- When it was created
- When it was last updated
- Author(s)
We can pull all this information from git logs and store it in frontmatter, but it would be nice to have an automated solution. I would be surprised if there isn't a Jekyll plugin or GitHub action that would do this for us, but I haven't done any research on different options (and don't have the time)
Once an automated solution to put the information in the frontmatter, we'd also need to add to the template displaying that information.
It would be nice if, on each page it showed:
We can pull all this information from git logs and store it in frontmatter, but it would be nice to have an automated solution. I would be surprised if there isn't a Jekyll plugin or GitHub action that would do this for us, but I haven't done any research on different options (and don't have the time)
Once an automated solution to put the information in the frontmatter, we'd also need to add to the template displaying that information.