📝 Hugo

Ecrire un post slug Une page peut avoir un slug qui est alors utilisé comme fin d’URL. Par défaut, le slug est le contenu du titre avec des - au lieu des espaces. On peut également modifier le naming avec la section permalink en utilisant ce slug. Par exemple: # [permalinks] posts = "/posts/:slug/" L’intérêt est d’avoir des URLs qui ne changent pas où qui soit plus courtes. shortcodes details See the details This is a bold word. see Details shortcode ...

February 14, 2026 · 1 min · Romain Boman

🌐 Jekyll

This site is built with github pages which is based on jekyll, a set of ruby modules (“gems”) for the creation of static websites and blogs from templates (liquid) and markdown/html files. When I first tried to build a site with github pages, I didn’t understand a lot of things and I finally decided to stop trying. The problem was that github pages involve a lot of programs I didn’t know very well (ruby, gems, yaml, liquid, sass). Moreover, most examples heavily use the latest versions of html5, css and javascript which are rather different from the ones I used in the past. I have finally taken the time to understand how all these “new” things where connected to each other and how github pages work. ...

April 18, 2018 · 3 min · Romain Boman