Below a short version of the roadmap I currently envision for this plugin. This issue will also track progress
Integrate with git-revision-date
mkdocs-git-revision-date-localized-plugin does something very similar to this one, retrieving information from git. There is quite some overlap. Note that development on either plugin is still very valuable and would be re-used.
If we keep the amount of options as low as possible, future integration should be fairly straightforward. Hence the focus on simplicity.
To integrate, high level user api:
The plugin could be called something like git-info and contain all info.
Add native support for mkdocs-material
You can already extend mkdocs-material with this plugin (described in README).
To add native support (see squidfunk/mkdocs-material#1403) we first need to complete clean solutions for:
Before proposing native support, it's best to integrate both plugins. That would make it easy for themes to create things like:

Below a short version of the roadmap I currently envision for this plugin. This issue will also track progress
Integrate with git-revision-date
mkdocs-git-revision-date-localized-plugin does something very similar to this one, retrieving information from git. There is quite some overlap. Note that development on either plugin is still very valuable and would be re-used.
If we keep the amount of
optionsas low as possible, future integration should be fairly straightforward. Hence the focus on simplicity.To integrate, high level user api:
dictwith information on both dates and authors of a page called{{ git_info }}mkdocs-git-revision-date-localized-pluginandmkdocs-git-authors-pluginThe plugin could be called something like
git-infoand contain all info.Add native support for mkdocs-material
You can already extend
mkdocs-materialwith this plugin (described in README).To add native support (see squidfunk/mkdocs-material#1403) we first need to complete clean solutions for:
Before proposing native support, it's best to integrate both plugins. That would make it easy for themes to create things like: