-
-
Notifications
You must be signed in to change notification settings - Fork 247
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add your profile to our Members Page! #13
Labels
Issue for Full Member
For full members who have attended a coffee session, filled out the new member for, and are in slack
Members Page
A PR adding a user to the Members page
Comments
kierblk
pushed a commit
to kierblk/virtualcoffee.io
that referenced
this issue
Oct 1, 2020
Merged
danieltott
pushed a commit
that referenced
this issue
Oct 1, 2020
Here from VC to start working on this issue! |
Merged
Merged
Merged
Merged
Merged
This was referenced Oct 1, 2020
This was referenced Oct 6, 2023
Merged
danieltott
pushed a commit
that referenced
this issue
Oct 9, 2023
* add profile github ID to branch * add profile information, prepare pull request * Prettified Code! * Remove badge and unnecessary spacing * remove gps coordiante, save for next PR * Prettified Code! --------- Co-authored-by: iotalex <[email protected]>
Merged
Merged
Merged
Merged
Merged
Merged
Merged
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Issue for Full Member
For full members who have attended a coffee session, filled out the new member for, and are in slack
Members Page
A PR adding a user to the Members page
The best part of Virtual Coffee is our members ❤️
In order to showcase our collective awesomeness, let's put together a members page!
Members will individually add their GitHub username. At build time, we'll pull down their GitHub profile and display their info on a page located at /members.
This is the first iteration of this feature, so we'll add features to it as we go.
Note - only PRs from existing Virtual Coffee members will be accepted
Attending one of our Virtual Coffee events is the best way to learn how to become a member.
Adding yourself to the members page:
GitHub Profile Information
Members can edit their GitHub profile at https://github.com/settings/profile
virtualcoffee.io will only ever have access to the public profile information, never anything private.
Info we'll use to build the members page:
Before you submit a PR, take a moment and check out this information to make sure it's accurate and you feel comfortable displaying it on our site!
How to add or update your profile:
The steps below involve your GitHub username. For each of the steps below, replace
yourusername
with your actual GitHub username (mine isdanieltott
for example).members/yourusername
src/content/members/members/_EXAMPLE.ts
and name ityourusername.ts
virtual-coffee
, we'd want to change that tovirtualcoffee.ts
for the file name, and for the export name in the next step._EXAMPLE
on line 4 with your github usernamegithub
value to your username, and follow the comments in the file to customize any additional parts of your VC profilesrc/content/members/members/_EXAMPLE.ts
At this point, the pull request will create a Deploy Preview that you can use to preview your changes.
If you'd like to try updating the data on your own, here are the steps you can follow, but it's not required.
.env
and copy the contents from.env.example
. Then, uncomment theGITHUB_TOKEN
line, and replaceyourtoken
with your token created in the previous step.yarn start
to preview your changes!And you're done!
Our Contributing Guide has a lot of information about getting started with GitHub and Pull Requests, so you might want to take a look at that as well if you are new to this process.
Please feel free to add any questions here in the comments!
The text was updated successfully, but these errors were encountered: