pyronear / pyronear.github.io

Website of Pyronear
https://pyronear.org
Apache License 2.0
5 stars 10 forks source link

feat: Adds support of multi-language & custom 404 page #18

Closed frgfm closed 2 years ago

frgfm commented 2 years ago

This PR introduces the following modifications:

Now the base URL is in french, and it has two subURLs /fr and /en referring to the digram of the target language.

Here is how it renders clicking on the French flag website-fr

And clicking on the English flag website-en

All the content can be edited in the _config.yml.

Finally if someone tries to access an unknown URL: 404

Closes #4