JSON Feed Validator

Check whether your feed is valid. For more information about JSON Feed, see the specification.

{
  "version": "https://jsonfeed.org/version/1.1",
  "user_comment": "This feed lets you know when a new note is published. Copy the following URL -- https://ckunte.net/feed.json -- and add it to your feed reader.",
  "title": "Chetan Kunté",
  "home_page_url": "https://ckunte.net",
  "feed_url": "https://ckunte.net/feed.json",
  "description": "Notes",
  "authors": [
    {
      "name": "Chetan Kunté",
      "url": "https://ckunte.net"
    }
  ],
  "items": [
    {
      "id": "https://ckunte.net/2025/template",
      "title": "Anatomy of a template",
      "url": "https://ckunte.net/2025/template",
      "content_text": "Developed by two graduate students from Technical University of Berlin, Typst is a computer program for typesetting documents, thoughtfully designed to be fast, portable, feature-packed, and script-able. It would not...",
      "date_published": "2025-03-29T22:17:00+08:00"
    },
    {
      "id": "https://ckunte.net/2025/mcal",
      "title": "Med school calendar",
      "url": "https://ckunte.net/2025/mcal",
      "content_text": "Kid’s year starts-off with post-grad sem 1 of Med school — a 20 week programme, and it is packed. While bush-walking in Yanchep National Park earlier this week, she said the school chose to provide a pdf version of the time table, but...",
      "date_published": "2025-01-04T14:41:00+08:00"
    },
    {
      "id": "https://ckunte.net/2024/mdsnip",
      "title": "Markdown snippets",
      "url": "https://ckunte.net/2024/mdsnip",
      "content_text": "After switching to Vim, I needed two snippets to be able to write without pausing to add mark-ups for links, and figures. They are as below, and now available from <a href=\"https://github.com/ckunte/markdown-snippets-vim\" title=\"Markdown snippets...",
      "date_published": "2024-11-30T19:50:00+08:00"
    }
  ]
}