Skip to content

Example showing a multilingual blog with Gatsby.

Notifications You must be signed in to change notification settings

elvessousa/gatsby-intl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo

Gatsby INTL

About

Screenshot

Site made to showcase the creation of a bilingual website using Gatsby JS. The tutorial is in an article on my blog. Feel free to view the source code, fork it, or even use it in your projects.


Plugins

This project was developed using the plugins below:

  • gatsby-plugin-intl
  • gatsby-plugin-web-font-loader
  • gatsby-source-filesystem
  • gatsby-transformer-remark

How to contribute

  • Fork this repo
  • Create a branch with your feature: git checkout -b my-feature;
  • Commit your modifications: git commit -m 'feat: My new feature';
  • Push it to your branch: git push origin my-feature.

Releases

No releases published

Packages

No packages published