Skip to main content

docums plugin to display git authors of a page

Project description

docums-git-authors-plugin

Lightweight Docums plugin to display git authors of a markdown page:

Authors: Jane Doe, John Doe

See the demo. The plugin only considers authors of the current lines in the page ('surviving code' using git blame).

Other Docums plugins that use information from git:

Setup

Install the plugin using pip3:

pip3 install docums-git-authors-plugin

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

plugins:
  - search
  - git-authors

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.

You can then use the {{ git_page_authors }} tag in your markdown document, or choose to customize your docums theme (see usage page in the docs).

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 1000 (docs)
  • bitbucket pipelines: set clone: depth: full (docs)

Documentation

See khanhduy1407.github.io/docums-git-authors-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

docums-git-authors-plugin-1.0.tar.gz (14.4 kB view details)

Uploaded Source

File details

Details for the file docums-git-authors-plugin-1.0.tar.gz.

File metadata

  • Download URL: docums-git-authors-plugin-1.0.tar.gz
  • Upload date:
  • Size: 14.4 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

Hashes for docums-git-authors-plugin-1.0.tar.gz
Algorithm Hash digest
SHA256 9a9e5cb9ba36821842894006eae1547b050df086cc5b3ae11a3885d479bc3eff
MD5 940a8a5de824f4bb3db8434db48bb6a8
BLAKE2b-256 4ab12111af9be75c0557400aa9d0cb9a98e9e99f23c2093418dbb77d2db5e768

See more details on using hashes here.

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