back to all posts

My Coding Blog From Scratch Using Gatsby and MDX - 10

by Nabendu Biswas / February 24th, 2020

#gatsby #react #javascript
Series: Gatsby-mdx

Welcome to part-10 of the series. The first thing which we will do is to add the author details, which includes his twitter, github and dev account after every post.

We already had saved these fields in the frontmatter, so we need to first update the GraphQl query in post-template.js

post-template.jspost-template.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

It will show all our tags in the home page, on the right sidebar.

TagsTags

This completes part-10 of the series.

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

Nabendu Biswas