back to all posts

My Coding Blog From Scratch Using Gatsby and MDX - 17

by Nabendu Biswas / March 4th, 2020

#gatsby #react #javascript
Series: Gatsby-mdx

Welcome to part-17 of the series. I want to have the concept of series in the site. Many of the blog posts are part of a series and i want to group them together, which will be easier for the user to find them.

First, i want to implement the click on logo, to take to home page. We can do this my wrapping the image tag with a Link tag, in Navbar.js file.

Navbar.jsNavbar.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, we will get the series in the mobile menu also on click of the right menu button.

Mobile menuMobile menu

This completes part-17 of the series.

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

Nabendu Biswas