-
Create new folder for project in
src/markdown/projects -
Add markdown file for the project within that folder. It needs to contain the following information at the top of the markdown file:
--- title: "" slug: "/projects/link_to_project" date: "YYYY-MM-DD" --- -
Navigate to
gatsby-config.js -
Scroll down to
projectTiles -
Add the following information about the project:
{ name:'', description: '', img_name:'project_tiles/path_to_file', link:'/projects/link_to_project', tags: [], // Choose one or more of the following: ['Computer Vision', 'Reinforcement Learning', 'Scientific ML', 'Health AI/ML'] date: 'YYYY-MM-DD' },
-
Follow build and deployment instructions in README.md