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": "C Kunte",
  "home_page_url": "https://ckunte.net",
  "feed_url": "https://ckunte.net/feed.json",
  "description": "Notes",
  "authors": [
    {
      "name": "C Kunte",
      "url": "https://ckunte.net"
    }
  ],
  "icon": "https://ckunte.net/inc/apple-touch-icon.png",
  "favicon": "https://ckunte.net/inc/apple-touch-icon.png",
  "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/json-feed",
      "title": "Building JSON feed",
      "url": "https://ckunte.net/2025/json-feed",
      "content_text": "JSON is an open standard file format, which has been in existence since the early 2000s. Created by Douglas Crockford, it has a simple, dictionary-like structure, e.g., { \"key\" :...",
      "date_published": "2025-02-16T11:11:00+08:00"
    },
    {
      "id": "https://ckunte.net/2025/nginx",
      "title": "nginx",
      "url": "https://ckunte.net/2025/nginx",
      "content_text": "The 2025 version of setting up on a home network to serve a static local website is as follows. (Note: the file /etc/nginx/nginx.conf does not need editing at all, since it loads *.conf files under the conf.d...",
      "date_published": "2025-01-26T12:28:00+08:00"
    }
  ]
}