back to all posts

My Coding Blog From Scratch Using Gatsby and MDX - 2

by Nabendu Biswas / February 16th, 2020

#gatsby #react #javascript
Series: Gatsby-mdx

Welcome to part-2 of the series. I will be using mdx for the Gatsby site and taken the initial learnings from this udemy course from John Smilga.

Let’s open the terminal and create a new Gatsby project thewebdev with bare-bone starter package.

thewebdevthewebdev

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

If we goto any other pages also, the Navbar and the Footer would be present.

Contact PageContact Page

You can find the code for the same in this link.

This completes part-2 of the series.

Nabendu Biswas