Skip to content

Latest commit

 

History

History
53 lines (44 loc) · 1.39 KB

README.md

File metadata and controls

53 lines (44 loc) · 1.39 KB

gatsby-starter-business

A Gatsby v2 and Netlify CMS powered generic business website.

It follows the JAMstack architecture by using Git as a single source of truth, and Netlify for continuous deployment, and CDN distribution.

Features

  • Complete Business Website Suite - Home Page, About Page, Pricing Page, Contact Page and Blog
  • Netlify CMS for Content Management
  • SEO Friendly (Sitemap, Schemas, Meta Tags, GTM etc)
  • Bulma and Sass Support for styling
  • Progressive Web App & Offline Support
  • Tags and RSS Feed for Blog
  • Disqus and Share Support
  • Elastic-Lunr Search (NEW)
  • Pagination (NEW)
  • Contact Form (Netlify Forms)
  • Easy Configuration using config.js file

Prerequisite

  • Node
  • Gatsby CLI (globally installed)

Available Scripts

Develop

Start a hot-reloading development environment accessible at localhost:8000

yarn start

Build

Get an optimized production build for your site generating static HTML and per-route JavaScript code bundles.

yarn build

Serve

gatsby serve — Gatsby starts a local HTML server for testing your built site.

yarn serve

Lint

Lint the code according to eslintrc file, for consistency.

yarn lint

Clean

Remove the .cache and public for a scratch compile.

yarn clean