File: feed.json

package info (click to toggle)
haskell-hakyll 4.16.2.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, trixie
  • size: 928 kB
  • sloc: haskell: 6,504; xml: 44; makefile: 9
file content (17 lines) | stat: -rw-r--r-- 375 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
    "version": "https://www.jsonfeed.org/version/1.1",
    "title": "$title$",
    "home_page_url": "$root$",
    "feed_url": "$root$$url$",
    $if(authorName)$
    "authors": [
        {
            "name": "$authorName$"
            $if(authorEmail)$
            , "url": "mailto:$authorEmail$"
            $endif$
        }
    ],
    $endif$
    "items": [ $body$ ]
}