- Basic configuration and folder structure for internalization support
- Server-Side i18n page generation, you end-up with one page per locale.
- Based off of a gist provided by https://github.com/acewf and adapted to make it work with the latest and greatest.
- Run:
npm i
to install the dependencies - Run:
npm run dev
to run Gatsby - You should see shortly some text that says
The development server is listening at: https://localhost:8000
.
- Run:
npm run build
to build website into/public
folder with one page per locale automatically generated.