github-metadata

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

MIT License

Downloads
4.8M
Stars
277
Committers
27

Bot releases are hidden (Show)

github-metadata - v2.14.0

Published by parkr over 2 years ago

Minor Enhancements

  • Use owner name as site title for User and Organization sites. (#197)
  • Add site.github.public_repositories[].releases (#224)
  • Add site.github.public_repositories[].contributors (#234)

Documentation

  • docs: Add dev docs (#212)
  • set PAGES_GITHUB_HOSTNAME to hostname without protocol (#191)
  • Add JEKYLL_ENV limitation for git remote (#185)

Development Fixes

  • Restore log level after running tests that modify it. (#202)
  • Add GitHub Actions CI (#211)
  • Update rubocop-jekyll requirement from ~> 0.5.0 to ~> 0.12.0 (#226)
  • Create dependabot.yml (#225)
  • Add rubocop todo file (#230)
  • Upgrade rspec to 3.11.x (#231)
  • CI: use 'main' branch instead of 'master' (#232)
  • Add release workflow (#235)

New Contributors

Full Changelog: https://github.com/jekyll/github-metadata/compare/v2.13.0...v2.14.0

github-metadata -

Published by benbalter almost 7 years ago

Minor Enhancements

  • Warn and do nothing when site.name is set (#113)

Documentation

  • Docs: use plugins config key (#115)
github-metadata -

Published by benbalter about 7 years ago

Fix for site.github.* values not being propagated in some cases (#112)

github-metadata -

Published by benbalter about 7 years ago

  • Allow user values to override drop-determined values (#110)
github-metadata -

Published by benbalter about 7 years ago

Expose site source (#107)

github-metadata -

Published by benbalter about 7 years ago

  • Set title and description in dev (#104)
  • Detect whether the client is connected to the internet. Only allow client calls if connected. (#90)
  • Expose repo visibility (#105)
github-metadata -

Published by benbalter over 7 years ago

remove latest release url

github-metadata - v2.1.0

Published by benbalter about 8 years ago

Major Enhancements

  • Set site.url and site.baseurl (#76)
  • Use localhost:4000 as the default pages host in development (#50)
  • Default to development in dev (#49)

Minor Enhancements

  • Fix a typo in the documentation of PAGES_API_URL (#66)
  • Additional feedback for failed Octokit calls (#68)
  • Add Rubocop (#69)
github-metadata - v2.0.2

Published by benbalter over 8 years ago

Remove trailing slash from html_url if present (#64)

github-metadata - v2.0.1

Published by parkr over 8 years ago

  • Fix issue where git not being in $PATH would error (#57)
  • Handle dots in repository names when parsing from Git remote output (#63)
github-metadata -

Published by parkr over 8 years ago

Major Enhancements

  • Only allow Jekyll 3.1 and above (#61)

Minor Enhancements

  • Use html_url from Pages endpoint (behind preview env flag) (#60)
  • Only determine repo when data is requested using a Drop (#61)
github-metadata -

Published by parkr over 8 years ago

  • Make the Client::API_CALLS a Set (#56)
github-metadata -

Published by parkr over 8 years ago

  • Make empty string fallback for missing git remote (development mode only) (#54)
  • Refactor some of the git things & better docs (#55)
github-metadata - v1.10.0

Published by parkr over 8 years ago

  • Use git remote url to determine nwo (name with owner) in development only (#45)
github-metadata - v1.9.0

Published by parkr over 8 years ago

  • Mark the generator as safe so in safe mode it'll work (#42)
github-metadata - v1.8.0

Published by parkr over 8 years ago

  • Properly determine project page domain by breaking the cache on different args (#40)

Thanks for catching that, @benbalter!

github-metadata - v1.7.0

Published by parkr over 8 years ago

  • Properly calculate the url scheme (#37)

Props @benbalter! ❇️

github-metadata - v1.6.0

Published by parkr over 8 years ago

  • site.github.environment should be the same as site.github.pages_env (#36)
  • Add Repository#url_scheme for the pages URL scheme. (#35)
github-metadata - v1.5.0

Published by parkr over 8 years ago

  • All values should have a corresponding field on Repository (#34)
  • Happy Leap Day!
github-metadata - v1.4.0

Published by parkr over 8 years ago

  • Client: whitelist certain Octokit::Client methods (#32)

🔒