Skip to content

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

License

Notifications You must be signed in to change notification settings

swestmoreland/jekyll-info

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jekyll-info

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

Gem version badge

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

Run bundle exec jekyll build to build your site. Navigate to /jekyll-info.html to view your Jekyll site's configuration.

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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published