-
Notifications
You must be signed in to change notification settings - Fork 6.5k
Expand file tree
/
Copy pathsite.json
More file actions
48 lines (48 loc) · 1.36 KB
/
site.json
File metadata and controls
48 lines (48 loc) · 1.36 KB
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 free, open-source, cross-platform JavaScript runtime environment that lets developers create servers, web apps, command line tools and scripts.",
"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": "2026-01-13T00:00:00.000Z",
"endDate": "2026-01-20T00:00:00.000Z",
"text": "January Security Release is available",
"link": "https://nodejs.org/en/blog/vulnerability/december-2025-security-releases",
"type": "warning"
}
},
"websiteBadges": {
"index": {
"startDate": "2025-10-30T00:00:00.000Z",
"endDate": "2025-11-15T00:00:00.000Z",
"kind": "default",
"title": "Discover",
"text": "New migration guides",
"link": "https://nodejs.org/en/blog/migrations"
}
}
}