Jekyll Environment Variables

Installation

Use Gemfile

group :jekyll_plugins do
  gem 'jekyll-environment-variables'
end

Then run bundle install and let Bundler handle it for you.

Usage

All environment variables will be copied to site.env for use in Liquid templates.

Working directory: {{ site.env.PWD }}