-
Add markdown file for the news within
src/markdown/news. It needs to contain the following information at the top of the markdown file:--- title: "" slug: "/link_to_news" date: "YYYY-MM-DD" --- -
Navigate to
gatsby-config.js -
Scroll down to
newsTiles -
Add the following information about the news:
{ name:'', description: '', link:'/link_to_news', date: 'YYYY-MM-DD' },
-
Follow build and deployment instructions in README.md