-
Notifications
You must be signed in to change notification settings - Fork 3
Updating the team Page
Apoorv Anand edited this page Jun 14, 2021
·
1 revision
- Create a new branch.
- Navigate to
content/team
folder. - Create a new folder with the bandhu's first name in lowercase. Include the last name if there's another bandhu with the same first name.
- Create an index.md file inside the folder and the details like in the below template:
---
name:
role:
description:
quote:
medium:
github:
twitter:
linkedin:
behance:
image: image.jpg
sectors: Sector 1, Sector 2
projects: Project 1, Project 2
---
- If the description has more than one paragraph, add it is raw text below the metadata of the
index.md
file.
---
name:
role:
description:
quote:
medium:
github:
twitter:
linkedin:
behance:
image: image.jpg
sectors: Sector 1, Sector 2
projects: Project 1, Project 2
---
Paragraph 1 of the bandhu's description.
This is paragraph 2.
- Follow the same pattern for updating an existing bandhu's details.
- Create a pull request when you are done.