<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:media="http://search.yahoo.com/mrss/">
    <title>static website for researchers</title>
    <link href="https://publii-770908.gitpages.huma-num.fr/feed.xml" rel="self" />
    <link href="https://publii-770908.gitpages.huma-num.fr" />
    <updated>2026-03-18T11:03:48+01:00</updated>
    <author>
        <name>Damien Belvèze</name>
    </author>
    <id>https://publii-770908.gitpages.huma-num.fr</id>

    <entry>
        <title>another post here</title>
        <author>
            <name>Damien Belvèze</name>
        </author>
        <link href="https://publii-770908.gitpages.huma-num.fr/another-post-here.html"/>
        <id>https://publii-770908.gitpages.huma-num.fr/another-post-here.html</id>

        <updated>2026-03-18T11:03:48+01:00</updated>
            <summary type="html">
                <![CDATA[
                    another post here
                ]]>
            </summary>
        <content type="html">
            <![CDATA[
                <p>another post here</p>
            ]]>
        </content>
    </entry>
    <entry>
        <title>test</title>
        <author>
            <name>Damien Belvèze</name>
        </author>
        <link href="https://publii-770908.gitpages.huma-num.fr/test.html"/>
        <id>https://publii-770908.gitpages.huma-num.fr/test.html</id>

        <updated>2026-03-18T09:54:49+01:00</updated>
            <summary type="html">
                <![CDATA[
                    blabla bloblo ahaha
                ]]>
            </summary>
        <content type="html">
            <![CDATA[
                <p>blabla</p>
<p>bloblo</p>
<p> </p>
<p>ahaha</p>
            ]]>
        </content>
    </entry>
    <entry>
        <title>DecapCMS pour construire des sites de projets de recherche</title>
        <author>
            <name>Damien Belvèze</name>
        </author>
        <link href="https://publii-770908.gitpages.huma-num.fr/decapcms-pour-construire-des-sites-de-projets-de-recherche.html"/>
        <id>https://publii-770908.gitpages.huma-num.fr/decapcms-pour-construire-des-sites-de-projets-de-recherche.html</id>

        <updated>2026-03-17T22:30:17+01:00</updated>
            <summary type="html">
                <![CDATA[
                    [Présentation de Julien Le Normand](https://sist.cnrs.fr/wp-content/uploads/2025/07/presentation_cafe_sist_decap_pages_starter.pdf, stagiaire de M2 encadré par Victor K’Bidi, chercheur à l’OSU Réunion, 11 juillet 2025. Constat que le déploiement manuel de sites sous wordpress pour des projets de recherche est chronophage cas concrets : gestion d’équipes de projets, partage de documentation&hellip;
                ]]>
            </summary>
        <content type="html">
            <![CDATA[
                <p>[Présentation de Julien Le Normand](<a href="https://sist.cnrs.fr/wp-content/uploads/2025/07/presentation_cafe_sist_decap_pages_starter.pdf">https://sist.cnrs.fr/wp-content/uploads/2025/07/presentation_cafe_sist_decap_pages_starter.pdf</a>, stagiaire de M2 encadré par Victor K’Bidi, chercheur à l’OSU Réunion, 11 juillet 2025.</p><p>Constat que le déploiement manuel de sites sous wordpress pour des projets de recherche est chronophage</p><ul>
<li>Le recours à une solution avec gitlab Pages permet de déployer des sites de manière plus rapide et de les maintenir avec moins de mises à jour à gérer.</li>
<li>le recours à DecapCMS  permet d’éliminer les vulnérabilités propres à Wordpress (liées en partie aux plugins non mis à jour et soumis à des attaques)</li>
<li>Le coût d’hébergement est réduit (coût du serveur de l’Université ou du labo qui héberge gitlab)</li>
<li>L’utilisateur n’a pas besoin de toucher au code (présence [[interface graphique]])</li>
<li>Le déploiement se fait en moins de deux minutes et ne requiert pas vraiment de formation technique par exemple pour contrôler le pipeline d’intégration continue. </li>
<li>Grâce à Git le chercheur ou la chercheuse peut disposer d’un historique complet et revenir à des états antérieurs du site</li>
</ul>
<p>cas concrets : gestion d’équipes de projets, partage de documentation et diffusion de résultats. </p>
            ]]>
        </content>
    </entry>
    <entry>
        <title>intégration continue et développent de pages web</title>
        <author>
            <name>Damien Belvèze</name>
        </author>
        <link href="https://publii-770908.gitpages.huma-num.fr/integration-continue-et-developpent-de-pages-web.html"/>
        <id>https://publii-770908.gitpages.huma-num.fr/integration-continue-et-developpent-de-pages-web.html</id>

        <updated>2026-03-17T22:14:29+01:00</updated>
            <summary type="html">
                <![CDATA[
                    pages: stage: deploy script: - mkdir .public - cp -r _site/* .public/ # Copy only the contents of _site, not the folder itself - mv .public public artifacts: paths: - public/ # Serve the entire public directory as root only: - main
                ]]>
            </summary>
        <content type="html">
            <![CDATA[
                <p><code></code></p>
<p><br>pages:<br>  stage: deploy<br>  script:<br>    - mkdir .public<br>    - cp -r _site/* .public/  # Copy only the contents of _site, not the folder itself<br>    - mv .public public<br>  artifacts:<br>    paths:<br>      - public/  # Serve the entire public directory as root<br>  only:<br>    - main</p>
<p><code></code></p>
<p><code>
</code></p>
<p><code></code></p>
            ]]>
        </content>
    </entry>
    <entry>
        <title>Appliquer un nom de domaine à un site créé avec Gitlab</title>
        <author>
            <name>Damien Belvèze</name>
        </author>
        <link href="https://publii-770908.gitpages.huma-num.fr/appliquer-un-nom-de-domaine-a-un-site-cree-avec-gitlab.html"/>
        <id>https://publii-770908.gitpages.huma-num.fr/appliquer-un-nom-de-domaine-a-un-site-cree-avec-gitlab.html</id>

        <updated>2026-03-17T22:00:13+01:00</updated>
            <summary type="html">
                <![CDATA[
                    Aller sur le domaine : ne pas choisir "connecter un service", mais "ajouter un enregistrement", ajouter un site A par exemple avec un site "site" auquel on veut accoler le nom de domaine "nomdedomaine.fr" A source : site.nomdedomaine.fr Valeur : 176.9.183.74 (IPV4 de Framagit) TTL&hellip;
                ]]>
            </summary>
        <content type="html">
            <![CDATA[
                <p><!-- obsidian --></p>
<h2 data-heading="Gestion des DNS sur Infomaniak">Gestion des DNS sur Infomaniak</h2>
<p>Aller sur le domaine :<br>ne pas choisir "connecter un service", mais "ajouter un enregistrement", ajouter un site A</p>
<p>par exemple avec un site "site" auquel on veut accoler le nom de domaine "nomdedomaine.fr"</p>
<p>A</p>
<p>source : site.nomdedomaine.fr</p>
<p>Valeur : 176.9.183.74 (IPV4 de Framagit)</p>
<p>TTL : 1 heure</p>
<p>Pour vérifier la propriété du nom de domaine, ajouter un enregistrement TXT</p>
<p>TXT</p>
<p>source: _gitlab-pages-verification-code.site</p>
<p>valeur: gitlab-pages-verification-code=f6fd5e61d910e3bd86db314498ff16f0</p>
<p>(le code de vérification est disponible sur l'onglet page &gt; custom domain du projet dans Framagit)</p>
<p>revenir à cette page et retenter la vérification de propriété</p>
<p>Vérifier que l'entrepôt dans Framagit :</p>
<ol>
<li>est public</li>
<li><strong>Settings &gt; General &gt; Visibility</strong> : <strong>Everyone</strong> est sélectionné dans la section pages</li>
</ol>
            ]]>
        </content>
    </entry>
    <entry>
        <title>Le bureau Coop</title>
        <author>
            <name>Damien Belvèze</name>
        </author>
        <link href="https://publii-770908.gitpages.huma-num.fr/le-bureau-coop.html"/>
        <id>https://publii-770908.gitpages.huma-num.fr/le-bureau-coop.html</id>

        <updated>2026-03-17T21:59:35+01:00</updated>
            <summary type="html">
                <![CDATA[
                    Louer un nom de domaine avec le Bureau Coop
                ]]>
            </summary>
        <content type="html">
            <![CDATA[
                <p>Louer un nom de domaine avec le Bureau Coop</p>
            ]]>
        </content>
    </entry>
</feed>
