Adding a Chats Section to My Blog
Published 2025-10-13This is a sample chat post demonstrating the new chats section. This section is designed to document interesting conversations with LLMs.
The Setup
The chats section was added by:
- Creating a 
./content/chats/directory - Adding 
'chats/'to the collections array inpackages/compiler/src/collections.ts - Updating the 
renderCollection()function incontent/index.jsto handle the chats collection 
Next Steps
Now you can add markdown files to the ./content/chats/ directory to document your conversations with LLMs. Each file should follow the standard naming convention: YYYY-MM-DD-title.md for proper sorting and display.