Skip to content
This repository has been archived by the owner on Mar 12, 2022. It is now read-only.

Latest commit

 

History

History
51 lines (34 loc) · 1.22 KB

README.md

File metadata and controls

51 lines (34 loc) · 1.22 KB

Kitaka

Netlify Status PRs Welcome

Kitaka is a simple and ready to use starter for Gatsby to build fast and modern websites

Features

  • Optimized builds.
  • Props validation.
  • Offline support.
  • Highly modular design
  • Home sections.
  • Testimonies section.
  • Contact form.
  • Support to work with SASS.
  • Support for Google Analytics.
  • Support for Netlify forms using Formik and Yup.

Usage

gatsby new [project] https://github.com/danielkvist/gatsby-kitaka

For example:

gatsby new my-site https://github.com/danielkvist/gatsby-kitaka

Then:

cd my-site

# And

gatsby develope

# Or

npm start

Deploying to Netlify

This is a personal recommendation based on my own experience. For more information on this, please visit Gatsby's official documentation about deploying on Netlify.

For the Build command, instead of the default and simple gatsby build I recommend to use gatsby clean && gatsby build.