-
Create new folder for software in
src/markdown/software -
Add any markdown files for the software within that folder. It needs to contain the following information at the top of the markdown file:
--- title: "" slug: "/software/link_to_software" --- -
Navigate to
gatsby-config.js -
Scroll down to
softwareProjects -
You can add on to existing category or create a new one.
-
Add the following information about the software:
{ name:'', description: '', link:'/software/link_to_software' },
-
Follow build and deployment instructions in README.md