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:
- docums-git-authors-plugin for displaying the authors 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 thesearch
plugin. Docums enables it by default if there is noplugins
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
Documentation
See khanhduy1407.github.io/docums-git-revision-date-localized-plugin.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file docums-git-revision-date-localized-plugin-1.0.tar.gz
.
File metadata
- Download URL: docums-git-revision-date-localized-plugin-1.0.tar.gz
- Upload date:
- Size: 18.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8e893802c6fb7fcdc1727099d89503525a8953c9484467e45214be88bd825775 |
|
MD5 | be7723d14335a7c88353e6443695362f |
|
BLAKE2b-256 | 54e6b25706aa4526356e66233abc26babc3a9627c86649e6428e007a983ffb2a |