February 2021
Intermediate to advanced
272 pages
3h 37m
English
In the previous chapter we learned to display blogs from MDX files. We’ll now add the author details, which includes his or her Twitter, GitHub, and DEV accounts after every post. After that, we will add tags to the home page and also to each post.
We gave already saved these fields in the front matter, so we need to first update the GraphQL query in post-template.js . Next, we will add these into the destructuring and also will include icons for Twitter, GitHub, and DEV.
Read now
Unlock full access