Skip to content

Latest commit

 

History

History
60 lines (50 loc) · 1.93 KB

File metadata and controls

60 lines (50 loc) · 1.93 KB
layout default
title Presentations
permalink /presentations-catalog.html

Knowledge Hub

Presentations

{: .page-header__title}

Catalogues publies depuis mes autres projets. Cette page est alimentee par un script de synchronisation local. {: .page-header__subtitle}

Bibliotheque de slides

{: #presentations-title .section__title}

Chaque carte pointe vers la version publiee sur ce site et affiche la derniere mise a jour du fichier source. {: .section__subtitle}

{% for presentation in site.data.presentations %}

{{ presentation.title }}

Projet source: {{ presentation.project }}
Fichier source: {{ presentation.source_path }}
{{ presentation.source_repository }} {% if presentation.visibility == "private" %} source privee {% else %} source publique {% endif %}
Maj source: {{ presentation.updated_at }}
Ouvrir
{% endfor %}