reverentgeek 2.0.0 → 2.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/card.js +10 -10
- package/package.json +1 -1
package/bin/card.js
CHANGED
|
@@ -45,7 +45,7 @@ const data = {
|
|
|
45
45
|
handle: yellowChalk( "reverentgeek" ),
|
|
46
46
|
// work: ps( "Principal Developer Advocate" ),
|
|
47
47
|
// workUrl: ps( "https://pluralsight.com" ),
|
|
48
|
-
twitter: yellowChalk( "https://
|
|
48
|
+
twitter: yellowChalk( "https://x.com/reverentgeek" ),
|
|
49
49
|
mastodon: yellowChalk( "@reverentgeek@reverentgeek.com" ),
|
|
50
50
|
bluesky: yellowChalk( "@reverentgeek.com" ),
|
|
51
51
|
threads: yellowChalk( "@reverentgeek" ),
|
|
@@ -56,15 +56,15 @@ const data = {
|
|
|
56
56
|
npx: orangeChalk( "npx reverentgeek" ),
|
|
57
57
|
labelWork: blueChalk( " Work:" ),
|
|
58
58
|
labelWorkUrl: blueChalk( " " ),
|
|
59
|
-
labelTwitter: blueChalk( "
|
|
60
|
-
labelMastodon: blueChalk( "
|
|
61
|
-
labelBluesky: blueChalk( "
|
|
62
|
-
labelThreads: blueChalk( "
|
|
63
|
-
labelGitHub: blueChalk( "
|
|
64
|
-
labelLinkedIn: blueChalk( "
|
|
65
|
-
labelWeb: blueChalk( "
|
|
66
|
-
labelCard: blueChalk( "
|
|
67
|
-
labelEmail: blueChalk( "
|
|
59
|
+
labelTwitter: blueChalk( "X (Twitter):" ),
|
|
60
|
+
labelMastodon: blueChalk( " Mastodon:" ),
|
|
61
|
+
labelBluesky: blueChalk( " BlueSky:" ),
|
|
62
|
+
labelThreads: blueChalk( " Threads:" ),
|
|
63
|
+
labelGitHub: blueChalk( " GitHub:" ),
|
|
64
|
+
labelLinkedIn: blueChalk( " LinkedIn:" ),
|
|
65
|
+
labelWeb: blueChalk( " Web:" ),
|
|
66
|
+
labelCard: blueChalk( " Card:" ),
|
|
67
|
+
labelEmail: blueChalk( " Email:" ),
|
|
68
68
|
bio: lbChalk( `I am a family man, geek, musician, illustrator,
|
|
69
69
|
speaker, software developer, and Microsoft MVP
|
|
70
70
|
living in North GA. I run on a high-octane
|