A plugin to provide information about your Jekyll site's configuration. Example.
Add this line to your site's Gemfile:
gem 'jekyll-info'
And then add this line to your site's _config.yml
:
plugins:
- jekyll-info
Run bundle install
to install the gem.
Run bundle exec jekyll build
to build your site. Navigate to /jekyll-info.html
to view your Jekyll site's configuration.
Specify a non-default path via your site’s config. (Default: jekyll-info.html)
info:
path: site/config.html
Allow when in production environment. (Default: false)
info:
production: true
Run bundle update jekyll-info
to update to the latest available version of the gem.