No commit activity in last 3 years
No release in over 3 years
Automatically generates _schedule.txt for builds on CloudCannon
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 2.1.4
~> 13.0
~> 3.9
~> 0.80

Runtime

>= 2.4.0, < 5
 Project Readme

Jekyll Schedule Generator Plugin

Jekyll plugin to generate _schedule.txt for all future posts in your Jekyll site.

Build Status Gem Version

Usage

  1. Add gem 'jekyll-cloudcannon-schedule' to your site's Gemfile and run bundle
  2. Add the following to your site's _config.yml:
url: "http://example.com" # the base hostname & protocol for your site
plugins:
  - jekyll-cloudcannon-schedule

💡 If you are using a Jekyll version less than 3.5.0, use the gems key instead of plugins.

Override default development settings

Follow these instructions on Jekyll's documentation.

Developing locally

  • Use script/bootstrap to bootstrap your local development environment.
  • Use script/console to load a local IRB console with the Gem.

Testing

  1. script/bootstrap
  2. script/cibuild

Contributing

  1. Fork the project
  2. Create a descriptively named feature branch
  3. Add your feature
  4. Submit a pull request