satzz / gatsby-starter-i18n

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gatsby starter i18n

Support me on Patreon

Getting started

gatsby new https://github.com/smakosh/gatsby-starter-i18n

yarn && yarn develop

Features:

  • 🌍 i18n with change of direction
  • πŸš€ Stateless components using Recompose
  • ✍️ Font changes depending on the chosen language
  • πŸ“ˆ SEO (meta tags, openGraph, structured data, twitter and more...)
  • πŸ“Š One config file containing all the information you have change for SEO's sake
  • πŸ’… Styled-components
  • βš›οΈ Context API
  • ❌ Offline support (Disabled for the moment)
  • Eslint and workspace settings set to auto lint on save.

Todo

  • Add Lazy loading smart svg tracing
  • Prepare another config file for the secondary language
  • Prepare storybook
  • Add Netlify form with Recaptcha
  • Make the header responsive with a sidebar on tablet/mobile
  • Add netlify redirects

About

License:MIT License


Languages

Language:JavaScript 59.4%Language:CSS 40.6%