forked from nodejs/nodejs.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
site.json
42 lines (42 loc) · 1.09 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
{
"title": "Node.js",
"description": "Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine.",
"featuredImage": "/static/images/logo-hexagon-card.png",
"favicon": "/static/images/favicons/favicon.png",
"accentColor": "#333",
"og": {
"imgType": "image/png",
"imgWidth": "224",
"imgHeight": "256"
},
"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"
},
{
"title": "Node.js Blog: Releases",
"file": "releases.xml",
"category": "release"
},
{
"title": "Node.js Blog: Vulnerability Reports",
"file": "vulnerability.xml",
"category": "vulnerability"
}
],
"websiteBanners": {
"index": {
"startDate": "2023-07-31T14:30:00.000Z",
"endDate": "2023-08-16:00:00.000Z",
"text": "Security releases now available",
"link": "https://nodejs.org/en/blog/vulnerability/august-2023-security-releases/"
}
}
}