File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ Create `registry/[your-username]/README.md`:
8989---
9090display_name: "Your Name"
9191bio: "Brief description of who you are and what you do"
92- avatar_url : "./.images/avatar.png"
92+ avatar : "./.images/avatar.png"
9393github: "your-username"
9494linkedin: "https://www.linkedin.com/in/your-username" # Optional
9595website: "https://yourwebsite.com" # Optional
@@ -102,7 +102,7 @@ status: "community"
102102Brief description of who you are and what you do.
103103```
104104
105- > ** Note** : The ` avatar_url ` must point to ` ./.images/avatar.png ` or ` ./.images/avatar.svg ` .
105+ > ** Note** : The ` avatar ` must point to ` ./.images/avatar.png ` or ` ./.images/avatar.svg ` .
106106
107107### 2. Generate Module Files
108108
Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ tags: ["tag1", "tag2"]
127127` ` ` yaml
128128display_name : " Your Name"
129129bio : " Brief description of who you are and what you do"
130- avatar_url : " ./.images/avatar.png"
130+ avatar : " ./.images/avatar.png"
131131github : " username"
132132linkedin : " https://www.linkedin.com/in/username" # Optional
133133website : " https://yourwebsite.com" # Optional
Original file line number Diff line number Diff line change 11---
22display_name : " Jay Kumar"
33bio : " I'm a Software Engineer :)"
4- avatar_url : " ./.images/avatar.png "
4+ avatar : " ./.images/avatar.jpeg "
55github : " 35C4n0r"
66linkedin : " https://www.linkedin.com/in/jaykum4r"
77support_email : " work.jaykumar@gmail.com"
Original file line number Diff line number Diff line change 11---
22display_name : " Eric Paulsen"
33bio : " Field CTO, EMEA @ Coder"
4- avatar_url : " ./.images/avatar.png"
4+ avatar : " ./.images/avatar.png"
55github : " ericpaulsen"
66linkedin : " https://www.linkedin.com/in/ericpaulsen17" # Optional
77website : " https://ericpaulsen.io" # Optional
Original file line number Diff line number Diff line change 11---
22display_name : " Mark Milligan"
33bio : " VP of Revenue at https://nuon.co. Former VP of Sales at Coder. Love building startup revenue teams and tinkering with technology."
4- avatar_url : " ./.images/avatar.png"
4+ avatar : " ./.images/avatar.png"
55github : " sharkymark"
66linkedin : " https://www.linkedin.com/in/marktmilligan" # Optional
77website : " https://markmilligan.io" # Optional
You can’t perform that action at this time.
0 commit comments