github-metadata icon indicating copy to clipboard operation
github-metadata copied to clipboard

Jekyll plugin to propagate the `site.github` namespace and set default values for use with GitHub Pages.

Results 15 github-metadata issues
Sort by recently updated
recently updated
newest added

Updates the requirements on [octokit](https://github.com/octokit/octokit.rb) to permit the latest version. Release notes Sourced from octokit's releases. v5.1.0 Features Add support for the "Search topics" (GET /search/topics) API with .search_topics (@​juanluis-garrote)...

dependencies

I stumbled upon the realization that [`Faraday::ConnectionFailed` is valid ](https://github.com/lostisland/faraday/blob/22b689d78f57b688c82084c8e3ee19e136f2ab5b/lib/faraday/error.rb#L4) even in faraday-0.17 and older and that there is no need of testing for `Faraday::Error::ConnectionFailed`. The latter class is just...

Hi, I noticed today that `site.github.owner.*` was returning `null` on some properties (like `bio` or `login`), and after debugging the object I found that all of its values are `null`....

has-pull-request

When a page is paginated, the edit link includes the pagination part of the URL. This grabs the path from the first page of the pagination collection. I would appreciate...

bug
fix

This adds more logs that were critical for us to solve an deploy error. Solves #186

I'd like to propose that commits be added to site.github. The main reason for this would be for display your commit history on your generated site. Currently I am building...

pending-rebase

Hi, `GET /users/:username/repos` only returns public repos by default and `public` isn't even one of the available options for the `type` param. See https://developer.github.com/v3/repos/#list-user-repositories for more information.

pending-rebase

This creates a GET request to /user/repos with type set to `private`. For the webmock in `api_get_accessible_private_repos.json` i used the same json as `api_get_owner_repos.json` only with the `private` attributes set...

pending-rebase

Per https://github.com/github/pages-gem/pull/119#issuecomment-283494408 > Perhaps we could add this to the `site.github` gem (jellyll/github-metadata) as `site.github.commit_dates[]` and read them all in bulk from the GraphQL API. This would be great for...

pinned

The docs suggest there is support for github enterprise. But for people using github enterprise they are unlikely want to connect to the internet. See https://github.com/jekyll/github-metadata/blob/f3b27ce021158c1206cb1641f6734fe4f09f59f9/lib/jekyll-github-metadata/client.rb#L104 Is it possible to...