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

Adding a Today I Learned (TIL) section to my website

·21 words·1 min·
Jekyll TIL

In _config.yml, I added a new collection specifically for TIL posts:

collections:
  til:
    output: true
    permalink: /til/:title/

See the Pull Request

Chandler Thompson
Author
Chandler Thompson
Perpetual Hobbyist.

Related

Getting Started with Jekyll on macOS
·813 words·4 mins
Developer Tools MacOS Jekyll Developer Tools