From 9b3e9c39181d88940ab13b5b756aca386845eb52 Mon Sep 17 00:00:00 2001 From: RochDLY Date: Tue, 7 Nov 2023 15:26:34 +0100 Subject: =?UTF-8?q?changement=20de=20l'appel=20de=20la=20m=C3=A9tadonn?= =?UTF-8?q?=C3=A9es=20title=20pour=20site-title=20(sinon=20il=20y=20a=20de?= =?UTF-8?q?s=20conflits=20entre=20le=20title=20de=20la=20page=20et=20le=20?= =?UTF-8?q?title=20du=20site)=20+=E2=80=AFchangement=20de=20Cours=20pour?= =?UTF-8?q?=20Enseignements=20dans=20le=20
diff --git a/docs/pages/colophon.html b/docs/pages/colophon.html index 2c626f6..f98238f 100644 --- a/docs/pages/colophon.html +++ b/docs/pages/colophon.html @@ -5,7 +5,7 @@ - Colophon + Roch Delannay | Colophon @@ -22,13 +22,14 @@
Accueil Publications savantes - Cours + Enseignements

Colophon

-

Pensées d’un doctorant

-

Roch Delannay

+ +

Licence

diff --git a/docs/pages/cours.html b/docs/pages/cours.html index 3900c64..72c70e4 100644 --- a/docs/pages/cours.html +++ b/docs/pages/cours.html @@ -5,7 +5,7 @@ - Cours + Roch Delannay | Enseignements @@ -22,13 +22,14 @@
Accueil Publications savantes - Cours + Enseignements
-

Cours

-

Pensées d’un doctorant

-

Roch Delannay

+

Enseignements

+ +

Chargé de cours | Université de Montréal | 2023-2024

diff --git a/docs/pages/glossaire.html b/docs/pages/glossaire.html index ffa8879..7372b16 100644 --- a/docs/pages/glossaire.html +++ b/docs/pages/glossaire.html @@ -5,7 +5,7 @@ - Glossaire + Roch Delannay | Glossaire @@ -22,13 +22,14 @@

Glossaire

-

Pensées d’un doctorant

-

Roch Delannay

+ +

À venir

diff --git a/docs/pages/publications.html b/docs/pages/publications.html index 6c5c0de..54cd247 100644 --- a/docs/pages/publications.html +++ b/docs/pages/publications.html @@ -5,7 +5,7 @@ - Publications savantes + Roch Delannay | Publications savantes @@ -22,13 +22,14 @@

Publications savantes

-

Pensées d’un doctorant

-

Roch Delannay

+ +
    diff --git a/docs/posts/2023-11-03-creation-du-site.html b/docs/posts/2023-11-03-creation-du-site.html index eb04ae5..a1ce403 100644 --- a/docs/posts/2023-11-03-creation-du-site.html +++ b/docs/posts/2023-11-03-creation-du-site.html @@ -5,7 +5,7 @@ - Construire un générateur de carnet + Roch Delannay | Construire un générateur de carnet @@ -23,7 +23,7 @@
    @@ -42,9 +42,10 @@

    Construire un générateur de carnet

    -

    Pensées d’un doctorant

    + -

    Roch Delannay

    +

    Préambule

    diff --git a/docs/posts/2023-11-05-intimite-du-chercheur.html b/docs/posts/2023-11-05-intimite-du-chercheur.html index 29d22d0..d363639 100644 --- a/docs/posts/2023-11-05-intimite-du-chercheur.html +++ b/docs/posts/2023-11-05-intimite-du-chercheur.html @@ -5,7 +5,7 @@ - Définir l’intimité du chercheur + Roch Delannay | Définir l’intimité du chercheur @@ -23,7 +23,7 @@
    @@ -45,9 +45,10 @@

    Définir l’intimité du chercheur

    -

    Pensées d’un doctorant

    + -

    Roch Delannay

    +

    Note : ce billet a été écrit dans mon autre carnet mais n’y a jamais été publié. J’ai commencé son écriture à l’été 2023 et ce chantier est toujours en cours (notamment revenir sur différentes parties problématiques).

    diff --git a/src/metadata.yml b/src/metadata.yml index e51d8d8..cb1ec7a 100755 --- a/src/metadata.yml +++ b/src/metadata.yml @@ -1,9 +1,9 @@ # Fichier de configuration du site web. # Contient les métadonnées générales. -title: "Roch Delannay" +site-title: "Roch Delannay" -subtitle: "Pensées d'un doctorant" +site-subtitle: "Pensées d'un doctorant" description: "Blog | Carnet de recherche de Roch Delannay" diff --git a/src/pages/cours.md b/src/pages/cours.md index 50636a3..e97c2ae 100644 --- a/src/pages/cours.md +++ b/src/pages/cours.md @@ -1,5 +1,5 @@ --- -title: Cours +title: Enseignements --- diff --git a/static/CNAME b/static/CNAME new file mode 100644 index 0000000..17a5ccc --- /dev/null +++ b/static/CNAME @@ -0,0 +1 @@ +carnet.en-cours-de.construction \ No newline at end of file diff --git a/templates/partials/head.html b/templates/partials/head.html index 2514919..ac081f1 100644 --- a/templates/partials/head.html +++ b/templates/partials/head.html @@ -2,7 +2,7 @@ -${if(pagetitle)}${pagetitle}${endif} +${site-title} | ${if(pagetitle)}${pagetitle}${endif} ${if(author)} diff --git a/templates/partials/nav.html b/templates/partials/nav.html index 264edea..bf5024a 100644 --- a/templates/partials/nav.html +++ b/templates/partials/nav.html @@ -2,6 +2,6 @@ \ No newline at end of file diff --git a/templates/post.html b/templates/post.html index c349cf0..6d24e5d 100644 --- a/templates/post.html +++ b/templates/post.html @@ -17,15 +17,15 @@ ${table-of-contents} ${if(title)}

    ${title}

    -${if(subtitle)} + ${if(date)} ${endif} -${if(author)} +
    ${endif} ${if(body)} -- cgit v1.2.3