jekyll-info

A plugin to provide information about your Jekyll site’s configuration.

Package version
Jekyll Info page screenshot

Installation

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.

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)

info:
  path: site/config.html

Allow when in production environment. (Default: false)

info:
  production: true

Updating

Run bundle update jekyll-info to update to the latest available version of the gem.