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

Integrating Jekyll Compose with my TIL Collection

·55 words·1 min·
Jekyll TIL

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

Adding a Today I Learned (TIL) section to my website
·21 words·1 min
Jekyll TIL
Getting Started with Jekyll on macOS
·813 words·4 mins
Developer Tools MacOS Jekyll Developer Tools