Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mlcdf/www
Personal website
https://github.com/mlcdf/www
blog pelican personal-website
Last synced: 6 days ago
JSON representation
Personal website
- Host: GitHub
- URL: https://github.com/mlcdf/www
- Owner: mlcdf
- License: mit
- Created: 2015-05-13T18:12:31.000Z (over 9 years ago)
- Default Branch: blog
- Last Pushed: 2024-06-23T09:06:48.000Z (5 months ago)
- Last Synced: 2024-10-12T05:29:47.685Z (about 1 month ago)
- Topics: blog, pelican, personal-website
- Language: HTML
- Homepage: https://www.mlcdf.fr
- Size: 25.1 MB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# www.mlcdf.fr
[![Production](https://github.com/mlcdf/www/actions/workflows/production.yml/badge.svg?branch=blog)](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
```