https://github.com/mlcdf/www
Personal website
https://github.com/mlcdf/www
blog pelican personal-website
Last synced: 4 months ago
JSON representation
Personal website
- Host: GitHub
- URL: https://github.com/mlcdf/www
- Owner: mlcdf
- License: mit
- Created: 2015-05-13T18:12:31.000Z (about 11 years ago)
- Default Branch: blog
- Last Pushed: 2025-03-27T21:32:41.000Z (about 1 year ago)
- Last Synced: 2025-10-09T06:16:37.199Z (8 months ago)
- Topics: blog, pelican, personal-website
- Language: HTML
- Homepage: https://www.mlcdf.fr
- Size: 25.1 MB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# www.mlcdf.fr
[](https://github.com/mlcdf/www/actions/workflows/production.yml)
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:
```console
export LC_ALL="fr_FR.UTF-8"
export LC_CTYPE="fr_FR.UTF-8"
sudo dpkg-reconfigure locales
```