Skip to main content

Mkdocs plugin that enables displaying the localized date of the last git modification of a markdown file.

Project description

Actions Status PyPI - Python Version PyPI PyPI - Downloads GitHub contributors PyPI - License

mkdocs-git-revision-date-localized-plugin

MkDocs plugin that enables displaying the date of the last git modification of a page. The plugin uses babel and timeago.js to provide different localized date formats. Works with mkdocs-material, see adding a git repository.

demo

(Example when used together with the mkdocs-material theme)

Setup

Install the plugin using pip3 with the following command:

pip3 install mkdocs-git-revision-date-localized-plugin

Next, add the following lines to your mkdocs.yml:

plugins:
  - search
  - git-revision-date-localized

If you have no plugins entry in your config file yet, you'll likely also want to add the search plugin. MkDocs enables it by default if there is no plugins entry set.

The mkdocs-material theme supports git-revision-date-localized. After installing the plugin and updating your mkdocs.yml you should see the last revision date on the bottom of your pages. Other mkdocs themes require additional customization.

See the documentation on how to fine-tune the appearance and the date format.

Note when using build systems like Github Actions

This plugin needs access to the last commit that touched a specific file to be able to retrieve the date. By default many CI/CD build systems only retrieve the last commit, which means you might need to change your CI/CD settings:

  • Github Actions: set fetch-depth to 0 (docs)
  • Gitlab Runners: set GIT_DEPTH to 0 (docs)
  • Bitbucket pipelines: set clone: depth: full (docs)
  • Azure Devops pipelines: set Agent.Source.Git.ShallowFetchDepth to something very high like 10e99 (docs)

Tip: You can speed up your builds for large codebases by running git garbage collection (git gc) occasionly. You can also use sparse checkouts to only apply the fetch-depth 0 for the folders we're interested (credits Martin in this tweet):

# example sparse checkout for github actions
- uses: actions/checkout@v4
  with:
    fetch-depth: 0
    sparse-checkout: |
      docs
      includes

Documentation

See timvink.github.io/mkdocs-git-revision-date-localized-plugin.

Contributing

Contributions are very welcome! Please read CONTRIBUTING.md before putting in any work.

Related MkDocs plugins:

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Built Distribution

File details

Details for the file mkdocs_git_revision_date_localized_plugin-1.4.7.tar.gz.

File metadata

File hashes

Hashes for mkdocs_git_revision_date_localized_plugin-1.4.7.tar.gz
Algorithm Hash digest
SHA256 10a49eff1e1c3cb766e054b9d8360c904ce4fe8c33ac3f6cc083ac6459c91953
MD5 2431ea1460e0d8b892c8a3202a9c2b7c
BLAKE2b-256 5ef8a17ec39a4fc314d40cc96afdc1d401e393ebd4f42309d454cc940a2cf38a

See more details on using hashes here.

Provenance

The following attestation bundles were made for mkdocs_git_revision_date_localized_plugin-1.4.7.tar.gz:

Publisher: pythonpublish.yml on timvink/mkdocs-git-revision-date-localized-plugin

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mkdocs_git_revision_date_localized_plugin-1.4.7-py3-none-any.whl.

File metadata

File hashes

Hashes for mkdocs_git_revision_date_localized_plugin-1.4.7-py3-none-any.whl
Algorithm Hash digest
SHA256 056c0a90242409148f1dc94d5c9d2c25b5b8ddd8de45489fa38f7fa7ccad2bc4
MD5 154e92eae4281cfba93ac0b53377d1ea
BLAKE2b-256 53b6106fcc15287e7228658fbd0ad9e8b0d775becced0a089cc39984641f4a0f

See more details on using hashes here.

Provenance

The following attestation bundles were made for mkdocs_git_revision_date_localized_plugin-1.4.7-py3-none-any.whl:

Publisher: pythonpublish.yml on timvink/mkdocs-git-revision-date-localized-plugin

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page