From bb90f791d25f61fc16d76b9826a828f966106504 Mon Sep 17 00:00:00 2001 From: Alexandre Meyer <alexandre.meyer@univ-lyon1.fr> Date: Sun, 20 Nov 2022 10:58:41 +0100 Subject: [PATCH] futur anim perso --- README.md | 5 ++--- web/archetypes/default.md | 2 +- web/config.toml | 16 +++++++++------- web/content/personnage/index.md | 9 --------- 4 files changed, 12 insertions(+), 20 deletions(-) delete mode 100644 web/content/personnage/index.md diff --git a/README.md b/README.md index 54984ff..e443f38 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,8 @@ ## Explication de la génération -Le site web est désormais fabriqué par Hugo : les sources se trouvent dans le répertoire ```web```. - -Le site web est mis à jour par intégration continue (CI/CD) à chaque fois que vous faites un push (rien besoin d'autre, à part attendre quelques secondes). Le script d'intégration continue est ```.gitlab-ci.yml``` +Le site web est désormais fabriqué par ```Hugo```. les sources se trouvent dans le répertoire ```web```. +Le site web est mis à jour par intégration continue (CI/CD) à chaque fois que vous faites un push (rien besoin d'autre, à part attendre quelques secondes). Le script d'intégration continue est ```.gitlab-ci.yml```. Pour voir le résultat du script de génération, allez ici (https://forge.univ-lyon1.fr/Alexandre.Meyer/m1if37-animation/-/jobs)[https://forge.univ-lyon1.fr/Alexandre.Meyer/m1if37-animation/-/jobs] ou depuis l'interface dans CI/Jobs. Le fichier ```site/config.toml``` permet de configurer la génération du site. Mais noramlement il n'y a pas besoin d'y toucher. * Les pages web sont généré à partir du répertoire ```web/content```. diff --git a/web/archetypes/default.md b/web/archetypes/default.md index 00e77bd..5ae3c01 100644 --- a/web/archetypes/default.md +++ b/web/archetypes/default.md @@ -1,6 +1,6 @@ --- title: "{{ replace .Name "-" " " | title }}" date: {{ .Date }} -draft: true +draft: false --- diff --git a/web/config.toml b/web/config.toml index c628135..bbb89c0 100644 --- a/web/config.toml +++ b/web/config.toml @@ -1,6 +1,7 @@ baseURL = "http://alexandre.meyer.pages.univ-lyon1.fr/m1if37-animation/" title = "M1if37" theme = "etch" +#theme = "ucax" #theme = "hugo-flex" languageCode = "fr-FR" enableInlineShortcodes = true @@ -14,10 +15,11 @@ publishDir = "public" copyright = "" dark = "auto" highlight = true - color = "gray" # Any color in CSS syntax - width = "42rem" # Any length in CSS syntax - footer= "" - rss = "" + mainSections = "personnage;controle" + # color = "gray" # Any color in CSS syntax + # width = "42rem" # Any length in CSS syntax + # footer= "" + # rss = "" # - name: Aboutaaa @@ -36,7 +38,7 @@ publishDir = "public" identifier = "Personnage" name = "Personnage" title = "Personnage" - url = "/personnage/" + url = "/personnage/cours/" weight = 2 [[menu.main]] @@ -47,8 +49,8 @@ publishDir = "public" weight = 3 -[permalinks] - posts = "/:title/" +# [permalinks] +# posts = "/:title/" [markup.goldmark.renderer] # Allow HTML in Markdown diff --git a/web/content/personnage/index.md b/web/content/personnage/index.md deleted file mode 100644 index c9c8536..0000000 --- a/web/content/personnage/index.md +++ /dev/null @@ -1,9 +0,0 @@ -# Master 1 Informatique - UE M1if37 Animation en synthèse d'image (3 ECTS) - - - -## Animation de personnage (A. Meyer) - 4h30 CM, 6h30 TP - * Animation basée squelette - * Déformation de maillage (skinning) - * [La page de cette partie](https://perso.liris.cnrs.fr/alexandre.meyer/public_html/www/doku.php?id=charanim_m1#master_1_informatique_-_ue_m1if37_animation_en_synthese_d_image) - -- GitLab