Description Usage Arguments Value
Gets oldest commit date and handle for provided contributor paths for a Jekyll/Github Pages repository.
1 | getContributorDataJekyll(owner, repo, useCache)
|
owner |
The owner of the repository to pull file paths from. |
repo |
The name of the repository to pull file paths from. |
useCache |
If TRUE, only returns new, uncached contributors. If FALSE, returns all contributors. |
A tibble with three columns: 'path' contains the relative path to the contributor .md file, 'commitDate' contains the earliest commit date for each contributor file, and 'handle' has the contributors handle (the filename without .md on the end)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.