From 6de1f2d04bfe5433521266df0be5f2415a4c6848 Mon Sep 17 00:00:00 2001 From: Thomas Date: Sat, 7 Mar 2026 15:44:44 +0100 Subject: [PATCH] correction des erreurs de syntaxe pour zola --- content/_index.md | 15 +++++++++++++++ templates/index.html | 24 +----------------------- templates/partials/head.html | 4 ---- 3 files changed, 16 insertions(+), 27 deletions(-) create mode 100644 content/_index.md diff --git a/content/_index.md b/content/_index.md new file mode 100644 index 0000000..6677c08 --- /dev/null +++ b/content/_index.md @@ -0,0 +1,15 @@ ++++ +title = "Hatmos" +description = "Site portefolio de mes objectifs et accomplissements" + +[extra] +keywords = ["Hatmos", "hatmos", "portefolio"] ++++ + +# Accomplissements +- [IMEMA](@/accomplissements/imema.md) +- Pongzilla + +# Objectifs +- [ConcordVC](@/objectifs/voicechat.md) +- [Porsche 944](@/objectifs/porsche-944.md) diff --git a/templates/index.html b/templates/index.html index a1969f0..83aeb94 100644 --- a/templates/index.html +++ b/templates/index.html @@ -2,28 +2,6 @@ {% block content %}
-

Bienvenue.

-

- Voici un site pour faire le tour de mes objectifs de vie et projets personnels et professionels ainsi que mes accomplissements. -

-
-
-

Accomplissements

-

-

-

-
-
-

Objectifs

- + {{ section.content || safe }}
{% endblock content %} diff --git a/templates/partials/head.html b/templates/partials/head.html index 3c0b370..e8e7a69 100644 --- a/templates/partials/head.html +++ b/templates/partials/head.html @@ -4,8 +4,6 @@ {{page.title}} {% elif section %} {{section.title}} - {% else %} - {{config.title}} {% endif %} @@ -13,8 +11,6 @@ {% elif section %} -{% else %} - {% endif %} {% if page and page.extra.keywords %}