Skip to content

stephymiehle/made-by-stem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gatsby-starter-minimal

Demo

What's in the box

  • Yarn 2.x (berry)
  • Typescript! Graphql!
  • Tailwind
  • SASS/SCSS
  • Tailwind -> SASS vars
  • Gatsby / React
  • Linting! w/ ESLint & Prettier
  • Jest
  • Sane Defaults

Running

yarn install

yarn dev

How do I...

...change the social image?

Replace src/assets/images/social-image.jpg

If you change the name or format, update useSocialImageQuery in src/hooks

...configure STANDARDWEBSITEVARIABLES

Use config/SiteConfig.js and/or .env/ENV vars

...generate all the color values?

Tailwind doesn't like the existing tools and fine-tunes each value. If you'd still like to use a builder, we recommend Material Design Color Generator by @mbitson (view on GitHub for the finer details).

  1. Select a color
  2. Click the clipboard icon towards the top-right of the color card
  3. Select "Material UI Next (React)"
  4. Copy lines 3-12 (and optionally, 13-17) into the "colors" section of tailwind.config.js
  5. Restart Gatsby and enjoy your new hue!

...change the webfonts?

Update the googleFonts section in config/SiteConfig.js.

The starter is already set up for Google Fonts. We use gatsby-plugin-google-fonts-v2, which has support for variable fonts.

Make sure to add your new font to the fontFamily section of tailwind.config.js!

...change the favicon?

Replace favicon.svg with your own SVG data, or update the icon path in the manifestOptions of config/SiteConfig.js

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published