forked from nodejs/nodejs.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
site.json
48 lines (48 loc) · 1.31 KB
/
site.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"title": "Node.js",
"description": "Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine.",
"favicon": "/static/images/favicons/favicon.png",
"accentColor": "#333",
"twitter": {
"username": "@nodejs",
"card": "summary",
"img": "/static/images/logo-hexagon-card.png",
"imgAlt": "The Node.js Hexagon Logo"
},
"rssFeeds": [
{
"title": "Node.js Blog",
"file": "blog.xml",
"category": "all"
},
{
"title": "Node.js Blog: Releases",
"file": "releases.xml",
"category": "release"
},
{
"title": "Node.js Blog: Vulnerability Reports",
"file": "vulnerability.xml",
"category": "vulnerability"
}
],
"websiteBanners": {
"index": {
"startDate": "2024-04-24T03:00:00.000Z",
"endDate": "2024-05-17T17:30:00.000Z",
"text": "Node.js v22 is now available!",
"link": "https://nodejs.org/en/blog/announcements/v22-release-announce",
"type": "default"
}
},
"websiteBadges": {
"index": {
"startDate": "2024-04-24T00:00:00.000Z",
"endDate": "2024-05-24T00:00:00.000Z",
"kind": "default",
"title": "Survey",
"text": "Help us shape the next 10 years of Node.js",
"link": "https://linuxfoundation.surveymonkey.com/r/nodenext10survey24"
}
}
}