© The Author(s), under exclusive license to APress Media, LLC, part of Springer Nature 2021
N. BiswasExtending Gatsbyhttps://doi.org/10.1007/978-1-4842-6855-1_5

5. Adding a Series Feature

Nabendu Biswas1  
(1)
Bhopal, India
 

In the previous chapter we had added search functionality to our site. We had also made some major CSS fixes and created a new mobile menu. In this chapter we’ll add a series feature on the site that allows us to group together blog posts that are part of a series.

Getting Started

First, I want to implement a clickable logo to take users to the home page. We can do this by wrapping the image tag with a Link tag in the Navbar.js file. This change is highlighted in bold in Listing 5-1.
...
...
const Navbar = () => {
...
...
  return (

Get Extending Gatsby: Create a Blog Site Using MDX, CDN, and Netlify now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.