Simple Recipes
Simple Recipes
Recipes site, made with Gatsby and Contentful CMS. Jamstack architecture

[gatsby cms tailwindcss ]

Set 03, 2021

Simple Recipes

data can only be added from CMS Contentful

2x ways to add programmatically, through gatsby-node actions.createPage and on pages/{Contentful.title}

  • gatsby: framework
  • formspree: get email from contact form
  • tailwindcss: css
  • @tailwindcss/forms: css forms
  • gatsby plugin
    • gatsby-plugin-image: deal with images setup
    • gatsby-source-contentful: CMS server to deal with data
    • gatsby-plugin-react-helmet: SEO Google crawlers
  • react-icons: css icons