Jekyll plugin to generate _schedule.txt for all future posts in your Jekyll site.
gem 'jekyll-cloudcannon-schedule'
to your site's Gemfile and run bundle
_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
.
Follow these instructions on Jekyll's documentation.
script/bootstrap
to bootstrap your local development environment.script/console
to load a local IRB console with the Gem.script/bootstrap
script/cibuild