forked from nodejs/nodejs.org
-
Notifications
You must be signed in to change notification settings - Fork 2
/
site.json
38 lines (38 loc) · 1022 Bytes
/
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
{
"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-02-14T15:30:00.000Z",
"endDate": "2024-02-21T17:30:00.000Z",
"text": "New security releases available",
"link": "https://nodejs.org/en/blog/vulnerability/february-2024-security-releases/"
}
},
"websiteBadges": {}
}