Skip to content

Updating project level details

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

Steps

  1. Create a new branch.
  2. Navigate to content/work/sectorone folder, where sectorone is the name of the sector to which the project belongs.
  3. Create a new folder with the project's name in lowercase and without spaces.
  4. Create an index.md file inside the folder and add the details like in the below template:
---
name:
image: ./image.jpg
summary: A 1-2 lines summary here.
context:
solution:
aim:
url:
twitter:
linkedin:
github:
newsletter:
sector: Sector 1
type: project
resources:
  - {
      link: '',
      title: '',
      type: ''
    }
  - {
    link: '',
    title: '',
    type: ''
  }
---

  1. The project's image must be inside the same folder and its name should match what's written in the index.md file's metadata.
  2. To update an existing project, simply edit the metadata of its index.md file.
  3. Create a pull request with your changes.
Clone this wiki locally