Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Gatsby starter for a job listing and careers page with styled-components and markdown content.

Open-source Next.js template for small business websites, deployable to Netlify or Vercel.
Gatsby Careers Page is a job listing starter for the Gatsby static site generator that renders a company careers page from markdown files stored in src/content.
Gatsby Careers Page is a Gatsby starter for building a job listing and careers page. It takes markdown files as input and produces a static site that lists job openings. The starter runs on Gatsby and uses styled-components for styling and the gatsby-remark-transformer plugin to process markdown content. The repository is authored by BoyWithSilverWings and made available on GitHub.
src/content are transformed into pages, making it easy to add or update job postings.gatsby develop also serves a GraphQL playground at http://localhost:8000/___graphql for querying site data.src/content, and publish a listing of open positions.npx gatsby new careers https://github.com/BoyWithSilverWings/gatsby-careers-page.gatsby develop to start a local development server at http://localhost:8000 with hot reloading.src/pages/index.js or markdown files in src/content and save to see changes in the browser.