How can I add a new member to the site? #3
Answered
by
MadushaS
KavindiDev
asked this question in
Q&A
-
How can the members in the organization can contribute by adding their profile to the site, |
Beta Was this translation helpful? Give feedback.
Answered by
MadushaS
Feb 15, 2023
Replies: 1 comment
-
To add a new member,
{
name: "Your Name",
slug: "a simple id to be used as the slug (something like your-name)",
image: "./src/assets/authors/yourFirstname.jpg",
bio: "Simple text about you. 3 lines are enough",
},
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
KavindiDev
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To add a new member,
use the code in readme.md in the repo home. and clone the repo to your local machine.
git clone https://github.com/UOKCS-19/UOKCS-19.github.io.git cd UOKCS-19.github.io git checkout dev
Update the src/data/authors.ts
You can use the following template