jekyll-compose

Streamline your writing in Jekyll with these commands.

MIT License

Downloads
365.1K
Stars
692
Committers
22

Bot releases are visible (Hide)

jekyll-compose - v0.12.0 Latest Release

Published by jekyllbot almost 5 years ago

Minor Enhancements

  • compose command for collections (#103)
  • Add rename command to change titles and filenames (#101)
  • Support a custom timestamp format in YAML front matter on posts (#98)
  • Include VISUAL as an editor option (#102)
  • Prepare for collections support with default front matter configuration (#104)

Bug Fixes

  • Removing source option for commands as it is appearing twice. (#100)

Development Fixes

  • ci: test with Jekyll 4.0 (#99)
  • Extract logic for computing default front matter (#105)
  • Refactoring to remove some rubocop warnings and for consistency (#106)
jekyll-compose - v0.11.0

Published by jekyllbot over 5 years ago

Minor Enhancements

  • Add/Remove Dates When Publishing/Unpublishing (#92) @gavinhoward
jekyll-compose - v0.10.1

Published by jekyllbot over 5 years ago

Bug Fixes

  • Re-introduce Ruby 2.3 support and test Jekyll 3.7+ (#90)
jekyll-compose - v0.10.0

Published by jekyllbot over 5 years ago

Development Fixes

  • Allow Jekyll v4 (still in alpha)
  • Drop support for Ruby 2.3 (#86)
jekyll-compose - v0.9.0

Published by jekyllbot almost 6 years ago

Minor Enhancements

  • Allow additional front matter for Post (#41)
  • Add support for collections_dir configuration (#74)
  • Add some color to the success msg like jekyll new (#75)
  • Generate configuration from CLI options (#76)
  • Mirror draft command to current post command (#79)

Bug Fixes

  • Display a warning when file exists (#81)
  • Warn on error and exit gracefully (#83)

Development Fixes

  • Formatting of dates and times in a DRY manner (#60)
  • style: replace puts calls with Jekyll.logger.info (#69)
  • style: appease Rubocop (#71)
  • style: rubocop-jekyll 0.3 (#80)
jekyll-compose - v0.8.0

Published by jekyllbot over 6 years ago

Minor Enhancements

  • Auto open newly generated files in selected editor (#64)
jekyll-compose - v0.7.0

Published by jekyllbot over 6 years ago

Development Fixes

  • Add Rubocop autorrect offenses (#57)
  • Test against Ruby 2.5 (#56)

Minor Enhancements

  • Check if a file should be overwritten when publishing or unpublishing a post (#59)
jekyll-compose - v0.6.0

Published by jekyllbot almost 7 years ago

Development Fixes

  • Modernize Travis config (#53)
  • Define path with dir (#51)
  • Inherit Jekyll's rubocop config for consistency (#52)
  • Execute FileInfo tests in source_dir, Fix tests (#46)

Minor Enhancements

  • Add date to front matter when publish (#54)
jekyll-compose - v0.5.0

Published by jekyllbot about 8 years ago

  • Allow Jekyll Source Directory (#42)
  • Ensure colons do not break titles (#39)
  • Require Jekyll 3 or higher (#40)
jekyll-compose - v0.4.1

Published by parkr almost 9 years ago

  • Change Jekyll dependency to a runtime dependency to enforce v2.5.0 or greater
jekyll-compose - v0.4.0

Published by parkr almost 9 years ago

  • Depend on jekyll at least of version 2.5.0 (#33) (only dev dependency)
jekyll-compose - v0.3.0

Published by parkr about 9 years ago

  • Add the page command (#15)
  • Add the unpublish command (#21)
  • Commands will create directories if necessary (#17, #23)
  • Display relative directories without ./ (#22)
  • Change -t, --type options to -x, --extension (#25)
jekyll-compose - v0.2.1

Published by parkr almost 10 years ago

  • Create the _drafts dir if it's not already there (#11)
  • Update docs with usage examples (#10)
jekyll-compose - v0.0.0

Published by parkr almost 10 years ago

  • Birthday!
jekyll-compose - v0.1.0

Published by parkr almost 10 years ago

  • Initial iteration of the draft, post, and publish commands.
jekyll-compose - v0.1.1

Published by parkr almost 10 years ago

  • Require the command files so it can be used via :jekyll_plugins (#5)
jekyll-compose - v0.2.0

Published by parkr almost 10 years ago

  • Change the default file extension from .markdown to .md (#9)
  • The publish command should receive a path. (#7)
  • Rewrite the tests. (#3)