A high-performance, headless website for finding archery shoots. Built with Gatsby for the frontend, WordPress as a headless CMS, and hosted on GitHub Pages.
This project uses a โHeadlessโ approach to ensure maximum speed and SEO performance:
://archeryshootfinder.com).archeryshootfinder.com configured with split DNS between GitHub (Apex) and SiteGround (Subdomain).npm install -g gatsby-cligit clone https://github.com
cd archeryshootfinder
npm install
gatsby-config.js points to the WordPress GraphQL endpoint:
url: `https://://archeryshootfinder.com/graphql`
gatsby clean && gatsby develop
The site will be running at http://localhost:8000.
This site is deployed to GitHub Pages. To push a new build:
/static folder containing archeryshootfinder.com.npm run deploy
Note: This usually runs gatsby build and pushes the contents of the public folder to the gh-pages branch.
Created by Kaffeinated Kodemonkey