back to all posts

Build a Recipe site with Gatsby and Firebase-4

by Nabendu Biswas / July 1st, 2020

#firebase #react #gatsby
Series: Gatsby-firebase

Welcome to part-4 of the series. Before moving forward, let’s change our site title. Open the file gatsby-config.js and change the title, description and author.

gatsby-config.jsgatsby-config.js

Rest of the chapter is exclusive content and is from my book Foundation Gatsby Projects.

The book can be purchased from Apress site here

Foundation Gatsby Projects

Now, our individual recipe page will look like below.

Recipe pageRecipe page

This completes part-4 of the series.

You can find the code for the same in this github repo.

Nabendu Biswas