13 posts tagged with "Gatsby"
View All TagsIf you want to be able to transfer your Markdown files between different static site generators it's important to have some reliable standards.
If you are getting a lighthouse warning that you should remove unused Javascript you are probably incorrectly importing a library like lodash. Here is a solution
Comparing Strapi to Contentful and the trials and tribulations of setting up Strapi with a cloud based Mongo database.
Connecting Gatsby to Contentful CMS. Creating a data model and querying API endpoints with GraphQL. Pulling data into templates.
How to create a custom 404 page and the basics of React Helmet, which handles site meta-data dynamically.
Using the Markdown filepath to dynamically generate a page slug and page for each markdown file, and then linking to those pages on the post index.
Intro to GraphQL. Pulling in dynamic content from GraphQL API. Constructing data variables. Replacing GraphiQL with GraphQL Playground