Jekyll Schedule Generator Plugin
Jekyll plugin to generate _schedule.txt for all future posts in your Jekyll site.
Usage
- Add
gem 'jekyll-cloudcannon-schedule'
to your site's Gemfile and runbundle
- 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
script/bootstrap
script/cibuild
Contributing
- Fork the project
- Create a descriptively named feature branch
- Add your feature
- Submit a pull request