Download Jekyll PHP 1.0.0

Release date: December 15, 2021

License

Jekyll PHP is licensed under Apache License 2.0.  You may also refer to the included LICENSE.txt file.

Requirements

Jekyll PHP requires at least Jekyll 3.2 but has no other dependencies.

Installation

Bundler

Add this line to your application's Gemfile:

gem 'jekyll-php', '~> 1.0.0'

NOTE: You may alternatively want to use a version constraint

And then run the command:

$ bundle install

Gem

Run the command:

$ gem install jekyll-php -v 1.0.0

Download