routes.yaml

{
  "schemaVersion": 1,
  "channels": [
    {
      "id": "notes",
      "name": "Notes",
      "subtitle": "Career · HR · Tech…",
      "channelFilter": "primary_tag:[career,hr,hr-tech,tech],tag:hash-notes",
      "introPageSlug": "notes",
      "collections": [
        { "id": "tech", "name": "Tech", "primaryTagSlug": "tech" }
      ]
    },
    {
      "id": "thoughts",
      "name": "Thoughts",
      "subtitle": "Mental Models · Frameworks · Books…",
      "channelFilter": "primary_tag:[books],tag:hash-thoughts",
      "introPageSlug": "thoughts",
      "collections": [
        { "id": "books", "name": "Books", "primaryTagSlug": "books" }
      ]
    }
  ]
}