diff --git a/docs/1-Quick Start.fr.md b/docs/1-Quick Start.fr.md
index 4234c6300..0a158b575 100644
--- a/docs/1-Quick Start.fr.md
+++ b/docs/1-Quick Start.fr.md
@@ -2,7 +2,7 @@
title: Démarrage rapide
description: "Créez un nouveau site web et prévisualiser le localement."
date: 2021-11-03
-updated: 2024-10-31
+updated: 2024-11-01
slug: demarrage-rapide
menu: home
-->
@@ -30,6 +30,12 @@ Le moyen le plus simple de déployer et de gérer votre blog est certainement av
Comment créer un site Web en quelques étapes.
+[![Example de nouveau site](/docs/cecil-newsite.png)](https://cecilapp.github.io/skeleton/)
+
+:::info
+Démo du résultat attendu : .
+:::
+
### Télécharger Cecil
Téléchargez `cecil.phar` depuis votre terminal:
@@ -56,12 +62,6 @@ Créez un répertoire pour le site Web (ex : ``), placez y `cecil.ph
php cecil.phar new:site
```
-[![Example de nouveau site](/docs/cecil-newsite.png)](https://cecilapp.github.io/skeleton/)
-
-:::info
-Démo du résultat attendu : .
-:::
-
### Ajouter du contenu
Exécutez la commande `new:page` :
diff --git a/docs/1-Quick Start.md b/docs/1-Quick Start.md
index b9045f791..81edc3222 100644
--- a/docs/1-Quick Start.md
+++ b/docs/1-Quick Start.md
@@ -1,7 +1,7 @@
# Quick Start
@@ -24,6 +24,12 @@ The easiest way to deploy and manage your blog is certainly with [Netlify](https
How to create create a website in a few steps.
+[![New website example](/docs/cecil-newsite.png)](https://cecilapp.github.io/skeleton/)
+
+:::info
+Demo of the expected result: .
+:::
+
### Download Cecil
Download `cecil.phar` from your terminal:
@@ -50,12 +56,6 @@ Create a directory for the website (e.g.: ``), put `cecil.phar` in it
php cecil.phar new:site
```
-[![New website example](/docs/cecil-newsite.png)](https://cecilapp.github.io/skeleton/)
-
-:::info
-Demo of the expected result: .
-:::
-
### Add a page
Run the `new:page` command: