jekyll-info
A plugin to provide information about your Jekyll site’s configuration.
Installation
Add this line to your site’s Gemfile:
And then add this line to your site’s _config.yml
:
Run bundle install
to install the gem.
Usage
The plugin will automatically generate a page at /jekyll-info.html
.
Configuration
Specify a non-default path via your site’s config. (Default: jekyll-info.html)
Allow when in production environment. (Default: false)
Updating
Run bundle update jekyll-info
to update to the latest available version of the gem.