Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/guidefari/great-gatsby
Goosebumps x Gatsby current
https://github.com/guidefari/great-gatsby
blog curated-music gatsby portfolio-website
Last synced: about 2 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-11T22:20:09.000Z (about 2 years ago)
- Last Synced: 2024-12-17T19:07:05.116Z (about 2 months ago)
- Topics: blog, curated-music, gatsby, portfolio-website
- Language: JavaScript
- Homepage: https://goosebumps.co.zw
- Size: 11.2 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Goosebumps Collective.
[![Netlify Status](https://api.netlify.com/api/v1/badges/1d51b8f8-9a89-40f6-9caa-cf483ac08968/deploy-status)](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})`