"We are one", says wizlee.dev to dev.to/wizlee.
That's 'humanification' of my portfolio site after gaining the ability to list my posts from dev.to ;)
Due to the ground work done in Ema Suriano's gatsby-starter-mate, after the work done in the previous post only the following are needed:
- Get data from GraphQL query using Gatsby's useStaticQuery.
- Add empty response in case there's no user defined in Contentful CMS.
- Replace the original Medium posts integration with Dev posts mainly by modifying
src/sections/Writing.ts
&src/components/Post.ts
Next up, figuring out how to trigger Netlify deploy when a new dev article is posted!
Top comments (2)
Nice portfolio
Thanks! The starter that Ema Suriano provided makes it easier for customisation