From 3acfd4c9bb418b633646042417f7a8a1a99491a7 Mon Sep 17 00:00:00 2001 From: Amolith Date: Thu, 16 Feb 2023 11:22:01 -0500 Subject: [PATCH 1/2] Add Amolith/secluded.site --- src/data.js | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/src/data.js b/src/data.js index 51e560a3..1fd223f9 100644 --- a/src/data.js +++ b/src/data.js @@ -1980,6 +1980,32 @@ module.exports = [ 'Full Stack', ], }, + { + name: "Amolith", + description: "Musician, developer, sysadmin, co-host of the Linux Lads, small business owner, and founder of not-for-profit NixNet", + url: "https://secluded.site/uses/", + twitter: "", + emoji: "🌳", + country: "πŸ‡ΊπŸ‡Έ", + computer: "linux", + phone: "android", + tags: [ + "Full Stack", + "CSS", + "HTML", + "Blogger", + "Engineer", + "Entrepreneur", + "Web Developer", + "Back End", + "DevOps", + "Linux", + "Open Source Software", + "Vim", + "Emacs", + "Forgejo", + ], + }, { name: 'Aleksey Razbakov', description: 'Indie Hacker. Web Developer. Salsa Dancer.', From d9d2573627f418023e57ee4b1e2c8cf2f784dd49 Mon Sep 17 00:00:00 2001 From: Blake Campbell Date: Thu, 16 Feb 2023 23:04:16 -0500 Subject: [PATCH 2/2] Removing twitter property --- src/data.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/data.js b/src/data.js index 1fd223f9..942e8d00 100644 --- a/src/data.js +++ b/src/data.js @@ -1984,7 +1984,6 @@ module.exports = [ name: "Amolith", description: "Musician, developer, sysadmin, co-host of the Linux Lads, small business owner, and founder of not-for-profit NixNet", url: "https://secluded.site/uses/", - twitter: "", emoji: "🌳", country: "πŸ‡ΊπŸ‡Έ", computer: "linux",