Automatic page publication from Pelican to GitHub Pages

Posté le Sun 21 February 2021 dans pelican • Taggé avec pelican, gh-pages, gh-actions

I want to automatically generate and publish the website when I push a modification to the master branch of the GitHub repository.

The tasks.py script already includes a task to help publishing to gh-pages. To use it, we need to install invoke. The gp-pages task also need the ghp-import …


Continuer à lire

Yet Another Markup Language

Posté le Sun 21 February 2021 dans technologies

I recently needed to choose a file format for a complex software configuration. I decided to use YAML. In this post, I explaned why I choose it, and what I learned about it.

Choosing the right format for configuration file

There are plenty of file formats that exist and can …


Continuer à lire