Skip to content

Commit

Permalink
docs: minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudLigny committed Nov 1, 2024
1 parent 8d1020b commit 5f0c833
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions docs/1-Quick Start.fr.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
-->
Expand Down Expand Up @@ -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 : <https://cecilapp.github.io/skeleton/>.
:::

### Télécharger Cecil

Téléchargez `cecil.phar` depuis votre terminal:
Expand All @@ -56,12 +62,6 @@ Créez un répertoire pour le site Web (ex : `<monsiteweb>`), 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 : <https://cecilapp.github.io/skeleton/>.
:::

### Ajouter du contenu

Exécutez la commande `new:page` :
Expand Down
14 changes: 7 additions & 7 deletions docs/1-Quick Start.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!--
description: "Create a new website and preview it locally."
date: 2020-12-19
updated: 2024-10-31
updated: 2024-11-01
menu: home
-->
# Quick Start
Expand All @@ -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: <https://cecilapp.github.io/skeleton/>.
:::

### Download Cecil

Download `cecil.phar` from your terminal:
Expand All @@ -50,12 +56,6 @@ Create a directory for the website (e.g.: `<mywebsite>`), 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: <https://cecilapp.github.io/skeleton/>.
:::

### Add a page

Run the `new:page` command:
Expand Down

0 comments on commit 5f0c833

Please sign in to comment.