Chandler Thompson

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/

See the Pull Request

See Also