Skip to content

Updating the team Page

Apoorv Anand edited this page Jun 14, 2021 · 1 revision

Steps

  1. Create a new branch.
  2. Navigate to content/team folder.
  3. 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.
  4. 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
---
  1. 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.
  1. Follow the same pattern for updating an existing bandhu's details.
  2. Create a pull request when you are done.
Clone this wiki locally