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 %}