Skip to main content
  1. Today I Learned (TIL)/

Integrating Jekyll Compose with my TIL Collection

·55 words·1 min·

Since I have a custom layout for the TIL collection, I added default frontmatter for Jekyll Compose for the collection:

jekyll_compose:
  default_front_matter:
    til:
      layout: "til"

This allows me to use the following command to create a TIL with the default frontmatter.

bundle exec jekyll compose "Some TIL title here" --collection "til"

See the Pull Request

Chandler Thompson
Author
Chandler Thompson
Perpetual Hobbyist.

Related