Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions authors.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"justinellingwood": {
"name": "Justin Ellingwood",
"avatar": "https://github.com/imchairmanm.png",
"avatar": "/authors/justinellingwood.jpg",
"bio": "Justin has been writing about databases, Linux, infrastructure, and developer tools since 2013. He currently lives in Berlin with his wife and two rabbits. He doesn't usually have to write in the third person, which is a relief for all parties involved."
},
"alexemerich": {
"name": "Alex Emerich",
"avatar": "https://github.com/alex-emerich.png",
"avatar": "/authors/alexemerich.jpg",
"bio": "Alex is your typical bird watching, hip-hop loving bookworm that also enjoys writing about databases. He currently lives in Berlin, where he can be seen walking through the city aimlessly like Leopold Bloom."
},
"danielnorman": {
"name": "Daniel Norman",
"avatar": "https://github.com/2color.png",
"avatar": "/authors/danielnorman.jpg",
"bio": "Daniel is a software engineer with broad experience across modern web and cloud environments. He's been developing with databases for over 15 years and is passionate about open source and modern development tooling."
},
"ryanchenkie": {
Expand All @@ -26,7 +26,7 @@
},
"grishmapatel": {
"name": "Grishma Patel",
"avatar": "https://github.com/grpatel.png",
"avatar": "/authors/grishmapatel.jpg",
"bio": "Grishma is a recent Computer Science graduate and worked as a Developer Advocate intern at Prisma."
}
}
1 change: 1 addition & 0 deletions plugins/gatsby-algolia-indexer/gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ module.exports = (options) => {
appId,
apiKey: adminKey,
queries,
continueOnFailure: true,
},
},
],
Expand Down
Binary file added static/authors/alexemerich.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/authors/danielnorman.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/authors/grishmapatel.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/authors/justinellingwood.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading