Skip to content
This repository has been archived by the owner on Feb 19, 2024. It is now read-only.

Basic, clean Gatsby starter for Inlight static websites

License

Notifications You must be signed in to change notification settings

inlight-media/gatsby-starter-basic

 
 

Repository files navigation

gatsby-starter-basic

This is a starter package for use with gatsby. We are using gatsby to generate static websites.

What's in the box?

This, being our basic starter, comes with a pretty minimal feature set:

  • Basic styling setup using sass: globals (variables and mixins) and base (reset and base styles) defined
  • EditorConfig - http://editorconfig.org/
  • Linting (both js and sass) running on git pre-commit hook
  • Some very basic example pages

As well as all the goodness (loaders) that comes with gatsby by default.

Installing gatsby

yarn global add gatsby --prefix /usr/local

This project uses yarn to manage dependencies. npm i yarn -g will install it globally.

NB. Appending the --prefix /usr/local flag installs the module in the /usr/local/bin directory. There is an open issue stopping globally installed yarn packages from being run (yarnpkg/yarn#2064)

Starting a new static site

gatsby new your-site-name-here gh:inlight-media/gatsby-starter-basic

About

Basic, clean Gatsby starter for Inlight static websites

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 71.9%
  • CSS 28.1%