forked from nodejs/nodejs.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
site.json
85 lines (85 loc) · 2.53 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"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"
},
{
"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-11-26T00:00:00.000Z",
"endDate": "2023-12-05T00:00:00.000Z",
"link": "https://training.linuxfoundation.org/cyber-monday-js-2023/?utm_source=openjsf&utm_medium=homepage-ticker&utm_campaign=cybermonday23",
"html": "<img src='https://i.imgur.com/8FgdVOy.png' alt='Node.js Training Banner' style='margin:0 auto;border-radius:4px;' />"
}
},
"footerLinks": [
{
"link": "https://openjsf.org/wp-content/uploads/sites/84/2021/01/OpenJS-Foundation-Trademark-Policy-2021-01-12.docx.pdf",
"text": "components.footer.links.trademarkPolicy"
},
{
"link": "https://openjsf.org/wp-content/uploads/sites/84/2021/04/OpenJS-Foundation-Privacy-Policy-2019-11-15.pdf",
"text": "components.footer.links.privacyPolicy"
},
{
"link": "https://github.com/openjs-foundation/cross-project-council/blob/main/CODE_OF_CONDUCT.md",
"text": "components.footer.links.codeOfConduct"
},
{
"link": "https://github.com/nodejs/node/blob/HEAD/SECURITY.md#security",
"text": "components.footer.links.security"
},
{
"link": "https://openjsf.org/",
"text": "components.footer.links.openJS"
}
],
"socialLinks": [
{
"icon": "github",
"link": "https://github.com/nodejs/node",
"alt": "GitHub"
},
{
"icon": "mastodon",
"link": "https://social.lfx.dev/@nodejs",
"alt": "Mastodon"
},
{
"icon": "twitter",
"link": "https://twitter.com/nodejs",
"alt": "Twitter"
},
{
"icon": "slack",
"link": "https://openjs-foundation.slack.com/join/shared_invite/zt-238w9sb83-Qk9NcsrEMomq94Y~3gW8EQ#/shared-invite/email",
"alt": "Slack"
},
{
"icon": "linkedin",
"link": "https://www.linkedin.com/company/node-js",
"alt": "LinkedIn"
}
]
}