A starter Internationalization / i18n without third party plugins or packages for Posts and Pages. Different URLs dependending on the language. Focused on SEO, PWA, Image Optimization, Styled Components and more. This starter is also integrate with Netlify CMS to manage all pages, posts and images.
Clone this repo git clone https://github.com/ndom91/newtelco-gatsby-netlify
Running gatsby develop
you will see the following URLs:
http://localhost:8000
http://localhost:8000/___graphql
http://localhost:8000/admin
- Translations by using GraphQL, hooks and context API
- Content in markdown for pages and posts in different languages
- General translations for any content
- Creation of menus by using, jSON, translations and GraphQL
- Netlify CMS to manage all pages, posts and images
- Styled Components to styles
- All important seetings for speedy and optimized images
- Blog Posts list with pagination
- Focus on SEO
- PWA
๐ Thanks to GatsbyJS, @diogorodrigues
This project started based on this solution to create a manner to provide translations, but I added a lots of other solutions based on my projects needs (like menu from GraphQL, markdown for pages, pagination, image optmization, styled components, PWA, CMS and more). Feel free to use this solution if you want. :)