Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 582 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 582 Bytes

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