The code behind my personal website.
About the branches:
- blogrepresents what's currrently deployed in production.
- devrepresents what's currrently deployed in development.
- The remaining ones are old versions (some of which never reached production).
Set the OS locale:
export LC_ALL="fr_FR.UTF-8"
export LC_CTYPE="fr_FR.UTF-8"
sudo dpkg-reconfigure locales