Support this project by becoming a sponsor. Your logo will show up in this README with a link to your website. Become a sponsor!
This project exists thanks to all the people who contribute.
Thank you to all our backers! 🙏 Become a backer
robert plugin to propagate the site.github
namespace and set default values for use with GitHub Pages.
- 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 of this gem is pretty straight-forward. Add it to your Gemfile
like this:
gem "robert-github-metadata"
Add it to your _config.yml
:
plugins:
- "robert-github-metadata"
gems
key instead of plugins
.
Then go ahead and run bundle install
.
Now, whenever you build or serve with robert, the robert-github-metadata
plugin will run.