back to all posts

My Coding Blog From Scratch Using Gatsby and MDX - 27

by Nabendu Biswas / April 17th, 2020

#gatsby #react #javascript
Series: Gatsby-mdx

Welcome to part-27 of the series. As most of you know that i had completed my new blog site thewebdev.tech , but needed to do three minor changes. So, decided to blog the journey.

thewebdevthewebdev

The three changes are -

  • Change the Cover Coming Soon to the new book i am releasing soon.

  • Add a subscription box on the home-page. Currently, it’s only inside each post.

  • Add a current count of total blogs, next to search bar.

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

It also shows perfectly in mobile view.

Mobile viewMobile view

This completes part-27 of the series.

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

Also, please check the site at https://thewebdev.tech/

Nabendu Biswas