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/bootstrapto bootstrap your local development environment. - Use
script/consoleto load a local IRB console with the Gem.
Testing
script/bootstrapscript/cibuild
Contributing
- Fork the project
- Create a descriptively named feature branch
- Add your feature
- Submit a pull request