https://github.com/guidefari/great-gatsby
Goosebumps x Gatsby current
https://github.com/guidefari/great-gatsby
blog curated-music gatsby portfolio-website
Last synced: 6 months ago
JSON representation
Goosebumps x Gatsby current
- Host: GitHub
- URL: https://github.com/guidefari/great-gatsby
- Owner: guidefari
- License: mit
- Created: 2020-07-06T15:40:44.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-11T22:20:09.000Z (over 3 years ago)
- Last Synced: 2025-04-02T02:44:27.654Z (over 1 year ago)
- Topics: blog, curated-music, gatsby, portfolio-website
- Language: JavaScript
- Homepage: https://goosebumps.co.zw
- Size: 11.2 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Goosebumps Collective.
[](https://app.netlify.com/sites/goosebumpszw/deploys)
Current repo of the [goosebumps](https://goosebumps.co.zw) website.
Taken from [this](https://github.com/taylorbryant/gatsby-starter-tailwind) 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})`