Skip to main content

13 posts tagged with "Gatsby"

View All Tags

The ethos of personal documentation. What it is, why you should do it, and suggested methods.

If 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

Showing or hiding the Table Of Contents, depending on whether it exists or not.

Querying for a specific Strapi post using GraphQL query variables.

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.

Adding images to Markdown based posts in Gatsby using gatsby-remark-images

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

Sourcing Gatsby blog post content from local Markdown files. Iterating over API data to list posts.

Gatsby installation, pages, links, shared components, layouts, styling, plugins, CSS modules and active nav menu items.