Skip to main content

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

Project description

PyPI - Python Version PyPI PyPI - Downloads

mkdocs-git-revision-date-localized-plugin

MkDocs plugin that enables displaying the localized date of the last git modification of a markdown file. Forked from mkdocs-git-revision-date-plugin. The plugin uses babel and timeago to provide different localized date formats.

example

(Example when used together with mkdocs-material theme)

Setup

Install the plugin using pip:

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

Activate the plugin in mkdocs.yml:

plugins:
  - git-revision-date-localized

Usage

In supported themes

In theme templates

In templates you can use page.meta.git_revision_date_localized:

{% if page.meta.git_revision_date_localized %}
  Last update: {{ page.meta.git_revision_date_localized }}
{% endif %}

In markdown pages

In your markdown files you can use {{ git_revision_date_localized }}:

Last update: {{ git_revision_date_localized }}

Options

type

Set this option to one of date, datetime, iso_date, iso_datetime or timeago. Default is date. Example outputs:

28 November, 2019 # type: date
28 November, 2019 13:57:28 # type: datetime
2019-11-28 # type: iso_date
2019-11-28 13:57:26 # type: iso_datetime
20 hours ago # type: timeago

locale

Set this option to a two letter ISO639 language code to use a another language. This will overwrite any locale setting in mkdocs or your theme. If no locale is set fallback is English (en).

Example

Example of setting both options:

# mkdocs.yml
plugins:
  - git-revision-date-localized:
    type: timeago
    locale: nl

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

If you're not sure about the file name format, learn more about wheel file names.

File details

Details for the file mkdocs-git-revision-date-localized-plugin-0.4.2.tar.gz.

File metadata

  • Download URL: mkdocs-git-revision-date-localized-plugin-0.4.2.tar.gz
  • Upload date:
  • Size: 3.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.40.2 CPython/3.8.0

File hashes

Hashes for mkdocs-git-revision-date-localized-plugin-0.4.2.tar.gz
Algorithm Hash digest
SHA256 06df2142623aa4ca9997e94a75ef71eabae345ab9ffc9164537ffb06bdc0456e
MD5 a6984c715ff428759ae8b3ce0cb70fc2
BLAKE2b-256 bf30346dea9f6734c726860f3441559282e5accf84ad6df02c0ce8837c8ff7d3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mkdocs_git_revision_date_localized_plugin-0.4.2-py3-none-any.whl
Algorithm Hash digest
SHA256 d65e96a06493946a387b1c4743235cd01a901e3b827ff45b8f639f10342db552
MD5 84a8514ffbaea2c57c37394f56fb3cd4
BLAKE2b-256 016672045f634fd9b663031b935985baf110420e7422d42184002f036bb4e81d

See more details on using hashes here.

Supported by

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