Skip to content

Commit 52491f9

Browse files
chore(blog): add and normalize authors (#7619)
* chore(blog): add and normalize authors * chore(blog): bis * fix: missing author bis fix: missing author bis * fix: test * use tsc repo as `website` Co-authored-by: Rafael Gonzaga <[email protected]> Signed-off-by: Augustin Mauroy <[email protected]> * fix: test bis --------- Signed-off-by: Augustin Mauroy <[email protected]> Co-authored-by: Rafael Gonzaga <[email protected]>
1 parent d291793 commit 52491f9

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+83
-47
lines changed

apps/site/authors.json

Lines changed: 40 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"website": "https://github.com/AugustinMauroy"
1616
},
1717
"Ben Noordhuis": {
18-
"id": "bennoordhuis",
18+
"id": "bnoordhuis",
1919
"name": "Ben Noordhuis",
2020
"website": "https://github.com/bnoordhuis"
2121
},
@@ -59,6 +59,11 @@
5959
"name": "Danielle Adams",
6060
"website": "https://github.com/danielleadams"
6161
},
62+
"Daniel Bevenius": {
63+
"id": "danbev",
64+
"name": "Daniel Bevenius",
65+
"webiste": "https://github.com/danbev"
66+
},
6267
"Dave Pacheco": {
6368
"id": "dave-pacheco",
6469
"name": "Dave Pacheco"
@@ -138,6 +143,16 @@
138143
"name": "Julián Duque",
139144
"website": "https://github.com/julianduque"
140145
},
146+
"Node.js Technical Steering Committee": {
147+
"id": "nodejs",
148+
"name": "Node.js Technical Steering Committee",
149+
"website": "https://github.com/nodejs/tsc"
150+
},
151+
"Matteo Collina": {
152+
"id": "mcollina",
153+
"name": "Matteo Collina",
154+
"webiste": "https://github.com/mcollina"
155+
},
141156
"Marco Ippolito": {
142157
"id": "marco-ippolito",
143158
"name": "Marco Ippolito",
@@ -177,9 +192,15 @@
177192
"name": "Myles Borins",
178193
"website": "https://github.com/mylesborins"
179194
},
180-
"Node.js Advisory Board": {
181-
"id": "advisory-board",
182-
"name": "Node.js Advisory Board"
195+
"piscisaureus": {
196+
"id": "piscisaureus",
197+
"name": "Bert Belder",
198+
"website": "https://github.com/piscisaureus"
199+
},
200+
"Rafael Gonzaga": {
201+
"id": "rafaelgss",
202+
"name": "Rafael Gonzaga",
203+
"website": "https://github.com/RafaelGSS"
183204
},
184205
"Richard Lau": {
185206
"id": "richardlau",
@@ -206,6 +227,11 @@
206227
"name": "Ryan Dahl",
207228
"website": "https://github.com/ry"
208229
},
230+
"Sam Roberts": {
231+
"id": "sam-github",
232+
"name": "Sam Roberts",
233+
"webiste": "https://github.com/sam-github"
234+
},
209235
"Scott Hammond": {
210236
"id": "scott-hammond",
211237
"name": "Scott Hammond"
@@ -230,6 +256,11 @@
230256
"name": "The Node.js Project",
231257
"website": "https://github.com/nodejs"
232258
},
259+
"Tierney Cyren": {
260+
"id": "bnb",
261+
"name": "Tierney Cyren",
262+
"website": "https://github.com/bnb"
263+
},
233264
"Timothy J Fontaine": {
234265
"id": "tjfontaine",
235266
"name": "Timothy J Fontaine",
@@ -244,6 +275,11 @@
244275
"name": "Ulises Gascón",
245276
"website": "https://github.com/UlisesGascon"
246277
},
278+
"Vladimir de Turckheim": {
279+
"id": "vdeturckheim",
280+
"name": "Vladimir de Turckheim",
281+
"webiste": "https://github.com/vdeturckheim"
282+
},
247283
"Yosuke Furukawa": {
248284
"id": "yosuke-furukawa",
249285
"name": "Yosuke Furukawa",

apps/site/pages/en/blog/release/v0.4.10.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ date: '2011-07-20T14:36:38.000Z'
33
category: release
44
title: Node v0.4.10
55
layout: blog-post
6-
author: ryandahl
6+
author: Ryan Dahl
77
---
88

99
2011.07.19, Version 0.4.10 (stable)

apps/site/pages/en/blog/release/v0.4.11.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ date: '2011-08-18T08:44:42.000Z'
33
category: release
44
title: Node v0.4.11
55
layout: blog-post
6-
author: ryandahl
6+
author: Ryan Dahl
77
---
88

99
2011.08.17, Version 0.4.11 (stable)

apps/site/pages/en/blog/release/v0.4.12.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ date: '2011-09-16T00:32:07.000Z'
33
category: release
44
title: Node v0.4.12
55
layout: blog-post
6-
author: ryandahl
6+
author: Ryan Dahl
77
---
88

99
2011.09.15, Version 0.4.12 (stable)

apps/site/pages/en/blog/release/v0.4.3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ date: '2011-03-19T05:17:59.000Z'
33
category: release
44
title: Node v0.4.3
55
layout: blog-post
6-
author: ryandahl
6+
author: Ryan Dahl
77
---
88

99
2011.03.18, Version 0.4.3 (stable)

apps/site/pages/en/blog/release/v0.4.4.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ date: '2011-03-26T15:58:45.000Z'
33
category: release
44
title: Node v0.4.4
55
layout: blog-post
6-
author: ryandahl
6+
author: Ryan Dahl
77
---
88

99
2011.03.26, Version 0.4.4 (stable)

apps/site/pages/en/blog/release/v0.4.5.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ date: '2011-04-02T09:04:58.000Z'
33
category: release
44
title: node v0.4.5
55
layout: blog-post
6-
author: ryandahl
6+
author: Ryan Dahl
77
---
88

99
2011.04.01, Version 0.4.5 (stable)

apps/site/pages/en/blog/release/v0.4.6.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ date: '2011-04-14T12:00:30.000Z'
33
category: release
44
title: Node v0.4.6
55
layout: blog-post
6-
author: ryandahl
6+
author: Ryan Dahl
77
---
88

99
2011.04.13, Version 0.4.6 (stable)

apps/site/pages/en/blog/release/v0.4.7.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ date: '2011-04-23T07:47:55.000Z'
33
category: release
44
title: Node v0.4.7
55
layout: blog-post
6-
author: ryandahl
6+
author: Ryan Dahl
77
---
88

99
2011.04.22, Version 0.4.7 (stable)

apps/site/pages/en/blog/release/v0.4.8.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ date: '2011-05-21T14:06:00.000Z'
33
category: release
44
title: Node v0.4.8
55
layout: blog-post
6-
author: ryandahl
6+
author: Ryan Dahl
77
---
88

99
2011.05.20, Version 0.4.8 (stable)

0 commit comments

Comments
 (0)