forked from nodejs/nodejs.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
site.json
48 lines (48 loc) · 1.34 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-03T03:00:00.000Z",
"endDate": "2024-04-10T17:30:00.000Z",
"text": "Security releases are now available!",
"link": "https://nodejs.org/en/blog/vulnerability/april-2024-security-releases/",
"type": "warning"
}
},
"websiteBadges": {
"index": {
"startDate": "2024-03-24T13:34:50.449Z",
"endDate": "2024-03-31T13:34:50.449Z",
"kind": "default",
"title": "New Blog Post",
"text": "Diving into the Node.js Website Redesign",
"link": "https://nodejs.org/en/blog/announcements/diving-into-the-nodejs-website-redesign"
}
}
}