Skip to content

mlcdf/www

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6dda672 · Apr 28, 2024
May 20, 2022
Apr 28, 2024
May 20, 2022
May 20, 2022
Apr 28, 2024
Feb 2, 2021
May 20, 2022
Feb 2, 2021
Apr 28, 2024
Apr 28, 2024
May 20, 2022
May 20, 2022
Apr 28, 2024
May 20, 2022

Repository files navigation

Production

The code behind my personal website.

About the branches:

  • blog represents what's currrently deployed in production.
  • dev represents what's currrently deployed in development.
  • The remaining ones are old versions (some of which never reached production).

Development

Set the OS locale:

export LC_ALL="fr_FR.UTF-8"
export LC_CTYPE="fr_FR.UTF-8"
sudo dpkg-reconfigure locales