Adding a Today I Learned (TIL) section to my website
In _config.yml
, I added a new collection specifically for TIL posts:
collections:
til:
output: true
permalink: /til/:title/
In _config.yml
, I added a new collection specifically for TIL posts:
collections:
til:
output: true
permalink: /til/:title/