correction des erreurs de syntaxe pour zola
This commit is contained in:
15
content/_index.md
Normal file
15
content/_index.md
Normal file
@@ -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)
|
||||
@@ -2,28 +2,6 @@
|
||||
|
||||
{% block content %}
|
||||
<div>
|
||||
<h2 class="titre">Bienvenue.</h2>
|
||||
<p id="presentation">
|
||||
Voici un site pour faire le tour de mes objectifs de vie et projets personnels et professionels ainsi que mes accomplissements.
|
||||
</p>
|
||||
</div>
|
||||
<div>
|
||||
<h2 class="titre">Accomplissements</h2>
|
||||
<p>
|
||||
<ul>
|
||||
<li class="second-section-list-element"><a href="{{ get_url(path='@/accomplissements/IMEMA.md')}}">IMEMA</a></li>
|
||||
<li class="second-section-list-element"><a href="pongzilla.html">Pongzilla</a></li>
|
||||
</ul>
|
||||
</p>
|
||||
</div>
|
||||
<div>
|
||||
<h2 class="titre">Objectifs</h2>
|
||||
<ul>
|
||||
<li class="third-section-list-element"><a href="{{ get_url(path='@/objectifs/voicechat.md')}}">ConcordVC</a></li>
|
||||
<li class="third-section-list-element"><a href="autoslicer.html">Auto-Slicer</a></li>
|
||||
<li class="third-section-list-element"><a href="autowater.html">Auto-water</a></li>
|
||||
<li class="third-section-list-element"><a href="{{ get_url(path='@/objectifs/porsche-944.md')}}">Porsche 944 turbo</a></li>
|
||||
<li class="third-section-list-element"><a href="mobilite.html">Mobilite</a></li>
|
||||
</ul>
|
||||
{{ section.content || safe }}
|
||||
</div>
|
||||
{% endblock content %}
|
||||
|
||||
@@ -4,8 +4,6 @@
|
||||
{{page.title}}
|
||||
{% elif section %}
|
||||
{{section.title}}
|
||||
{% else %}
|
||||
{{config.title}}
|
||||
{% endif %}
|
||||
</title>
|
||||
<meta name="viewport" content="device-width, initial-scale=1.0">
|
||||
@@ -13,8 +11,6 @@
|
||||
<meta name="description" content="{{page.description}}">
|
||||
{% elif section %}
|
||||
<meta name="description" content="{{section.description}}">
|
||||
{% else %}
|
||||
<meta name="description" content="Site portefolio de mes objectifs et accomplissements">
|
||||
{% endif %}
|
||||
{% if page and page.extra.keywords %}
|
||||
<meta name="keywords" content="{{page.extra.keywords | join(sep=', ')}}">
|
||||
|
||||
Reference in New Issue
Block a user