Integrating Jekyll Compose with my TIL Collection
Since I have a custom layout for the TIL collection, I added default frontmatter for Jekyll Compose for the collection:
1
2
3
4
jekyll_compose:
default_front_matter:
til:
layout: "til"
This allows me to use the following command to create a TIL with the default frontmatter.
1
bundle exec jekyll compose "Some TIL title here" --collection "til"
This post is licensed under CC BY 4.0 by the author.