Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

License

NotificationsYou must be signed in to change notification settings

jekyll/github-metadata

Repository files navigation

Actions CIWindows Build status

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

What it does

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

Usage

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

gem"jekyll-github-metadata"

Add it to your_config.yml:

plugins:  -"jekyll-github-metadata"

⚠️ If you are using Jekyll < 3.5.0, use thegems key instead ofplugins.

Then go ahead and runbundle install.

Now, whenever you build or serve with Jekyll, thejekyll-github-metadata plugin will run.

Further reading

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors27


[8]ページ先頭

©2009-2025 Movatter.jp