jekyll-git_metadata
jekyll-git_metadata copied to clipboard
Expose Git metadata to Jekyll.
Hello, I saw that this plugin currently does not support Jekyll 4.0. Are you planning on adding support for it? Best wishes, Timo
Instead of parsing output of `git` commands, which are liable to change over time, we want to instead use a library, in this case `ruby-git`, which gives us a more...
Instead of parsing commandline output, we should really use a git library here like grit or rugged...
Hi, would be damn cool to include a list of all commits for the page. Can you please add such a feature?
I’m trying to use jekyll-git_metadata 0.2.0 with [my Jekyll site](https://github.com/alexwlchan/alexwlchan.net). One unusual feature of my site is that the Jekyll root isn’t the same as the Git root – instead,...
Hi, is it possible to do the effect of page.git.last_commit but with any file (not necessarily the one you are on)? For example something like ``` {% for file in...
Since #14 we are generating cache files for performance. Can we clean up these files after a while? (perhaps we can use `/tmp` directory though I'm not sure what policies...
Why would the pages not have any data loaded? [21c482442671aadfc196d4c00e769d153764a178 .txt](https://github.com/ctrlgroup/jekyll-git_metadata/files/11342499/21c482442671aadfc196d4c00e769d153764a178.txt) ```json { "site_data": { "project_name": "Agile-Delivery-Kit-for-Software-Organisations", "files_count": 127, "authors": [ { "commits": 1, "name": "Martin Hinshelwood (He/Him) nkdAgility.com", "email":...