https://github.com/fwextensions/gatsby-test
Testing Gatsby
https://github.com/fwextensions/gatsby-test
Last synced: about 2 months ago
JSON representation
Testing Gatsby
- Host: GitHub
- URL: https://github.com/fwextensions/gatsby-test
- Owner: fwextensions
- Created: 2022-05-02T04:06:02.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-27T02:34:09.000Z (about 4 years ago)
- Last Synced: 2025-02-25T20:24:39.282Z (over 1 year ago)
- Language: JavaScript
- Size: 3.74 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gatsby Test
## Uses
- Gatsby for SSG
- Theme-UI for styling
- MDX/React for page markup
- [Contentful](https://www.contentful.com/) as a headless CMS
## Working
- [X] Building and deploying with GitHub actions
- [X] Basic nav in header/footer
- [X] Expandable FAQs
- [X] Fake team images/names
- [X] Placeholder images
- [X] Highlighting current page in header
- [X] Title for each page isn't getting set
## Not working/started
- [ ] Any real styling
- [ ] User guide layouts
- [ ] Mobile support
- [ ] Doesn't deploy with `GITHUB_TOKEN` for some reason
## Installation
A `.env` file containing the following values must be added in the root directory:
- `CONTENTFUL_SPACE_ID`
- `CONTENTFUL_ACCESS_TOKEN`
These values enable the `gatsby-source-contentful` plugin to access the page data stored on Contentful. The same keys and values need to be provided as secrets in the GitHub repo.