Skip to main content

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

Project description

docs-git-revision-date-localized-plugin

Other Docums plugins that use information from git:

Setup

Install the plugin using pip3 with the following command:

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

Next, add the following lines to your docums.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. Docums enables it by default if there is no plugins entry set.

The docurial theme has built in support for git-revision-date-localized and you should already see the last revision date on the bottom of your pages. See the documentation on how to fine-tune the appearance and the date format.

Note when using build environments

This plugin needs access to the last commit that touched a specific file to be able to retrieve the date. By default many build environments only retrieve the last commit, which means you might need to:

Change your CI settings
  • github actions: set fetch-depth to 0 (docs)
  • gitlab runners: set GIT_DEPTH to 0 (docs)
  • bitbucket pipelines: set clone: depth: full (docs)

Documentation

See khanhduy1407.github.io/docums-git-revision-date-localized-plugin.

Project details


Release history Release notifications | RSS feed

This version

1.0

Download files

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

Source Distribution

Supported by

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