Skip to content

guidefari/great-gatsby

Repository files navigation

Goosebumps Collective.

Netlify Status

Current repo of the goosebumps website.

Taken from this Gatsby & Tailwind Starter theme.

Frontmatter structure

---
path: "/"
date: "2020-09-23"
image: "./feature.jpg"
category: ["web"]
title: " "
summary: " "
author: "GT Fari"
article: "true"
---

article is being used as the draft/publish post tool. As seen in the blog page GraphQL query posts: allMarkdownRemark(filter: {frontmatter: {article: {eq: "true"}}}, sort: {fields: frontmatter___date, order: DESC})