github-metadata

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

Github星跟踪图

GitHub Metadata, a.k.a. site.github

Linux Build Status
Windows Build status

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

What it does

  • Propagates the site.github namespace with repository metadata
  • Sets site.title as the repository name, if none is set
  • Sets site.description as the repository tagline if none is set
  • Sets site.url as the GitHub Pages domain (cname or user domain), if none is set
  • Sets site.baseurl as the project name for project pages if none is set

Usage

Usage of this gem is pretty straight-forward. Add it to your bundle like this:

gem "jekyll-github-metadata"

Now add it to your _config.yml:

plugins:
  - "jekyll-github-metadata"

:warning: If you are using Jekyll < 3.5.0 use the gems key instead of plugins.

Then go ahead and run bundle install. Once you've done that jekyll-github-metadata will run when you run Jekyll.

Further reading

主要指标

概览
名称与所有者jekyll/github-metadata
主编程语言Ruby
编程语言Ruby (语言数: 4)
平台
许可证MIT License
所有者活动
创建于2014-09-16 06:32:03
推送于2025-03-24 14:25:07
最后一次提交
发布数42
最新版本名称v2.16.1 (发布于 2023-12-29 00:58:35)
第一版名称v0.1.0 (发布于 2014-09-19 20:38:44)
用户参与
星数296
关注者数13
派生数144
提交数534
已启用问题?
问题数110
打开的问题数5
拉请求数119
打开的拉请求数8
关闭的拉请求数23
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?