File tree Expand file tree Collapse file tree 8 files changed +24
-0
lines changed
src/content/docs/fr/tutorial Expand file tree Collapse file tree 8 files changed +24
-0
lines changed Original file line number Diff line number Diff line change 7
7
description : >-
8
8
Apprenez les bases d'Astro grâce à un tutoriel basé sur un projet. Toutes les connaissances préalables dont vous avez besoin pour commencer !
9
9
i18nReady : true
10
+ head :
11
+ - tag : title
12
+ content : Tutoriel de création d'un blog | Docs
10
13
---
11
14
import Checklist from ' ~/components/Checklist.astro' ;
12
15
import Box from ' ~/components/tutorial/Box.astro' ;
Original file line number Diff line number Diff line change @@ -8,6 +8,9 @@ description: >-
8
8
Préparez votre environnement de développement, créez et déployez votre
9
9
premier site Astro
10
10
i18nReady : true
11
+ head :
12
+ - tag : title
13
+ content : " Tutoriel de création d'un blog : Unité 1 - Configuration | Docs"
11
14
---
12
15
import Checklist from ' ~/components/Checklist.astro' ;
13
16
import Box from ' ~/components/tutorial/Box.astro' ;
Original file line number Diff line number Diff line change @@ -6,6 +6,9 @@ description: |-
6
6
Tutoriel : Créer votre premier blog avec Astro —
7
7
Créez, mettez en forme et liez les pages d'articles sur votre site
8
8
i18nReady : true
9
+ head :
10
+ - tag : title
11
+ content : " Tutoriel de création d'un blog : Unité 2 - Pages | Docs"
9
12
---
10
13
import Checklist from ' ~/components/Checklist.astro' ;
11
14
import Box from ' ~/components/tutorial/Box.astro' ;
Original file line number Diff line number Diff line change @@ -6,6 +6,9 @@ description: |-
6
6
Tutoriel : Créer votre premier blog avec Astro —
7
7
Créez des composants Astro pour réutiliser le code des éléments communs sur votre site web
8
8
i18nReady : true
9
+ head :
10
+ - tag : title
11
+ content : " Tutoriel de création d'un blog : Unité 3 - Composants | Docs"
9
12
---
10
13
import Box from ' ~/components/tutorial/Box.astro' ;
11
14
import Checklist from ' ~/components/Checklist.astro' ;
Original file line number Diff line number Diff line change @@ -8,6 +8,9 @@ description: >-
8
8
Utilisez les mises en page Astro pour partager des éléments et des styles
9
9
communs entre vos pages et vos articles.
10
10
i18nReady : true
11
+ head :
12
+ - tag : title
13
+ content : " Tutoriel de création d'un blog : Unité 4 - Mises en page | Docs"
11
14
---
12
15
import Box from ' ~/components/tutorial/Box.astro' ;
13
16
import Checklist from ' ~/components/Checklist.astro' ;
Original file line number Diff line number Diff line change @@ -8,6 +8,9 @@ description: >-
8
8
Récupérer et utiliser des données à partir des fichiers du projet pour
9
9
générer dynamiquement le contenu des pages et les routes
10
10
i18nReady : true
11
+ head :
12
+ - tag : title
13
+ content : " Tutoriel de création d'un blog : Unité 5 - API d'Astro | Docs"
11
14
---
12
15
import Box from ' ~/components/tutorial/Box.astro' ;
13
16
import Checklist from ' ~/components/Checklist.astro' ;
Original file line number Diff line number Diff line change @@ -5,6 +5,9 @@ description: |-
5
5
Tutoriel : Créer votre premier blog avec Astro —
6
6
Convertissez votre blog d'un routage basé sur des fichiers en collections de contenu
7
7
i18nReady : true
8
+ head :
9
+ - tag : title
10
+ content : " Tutoriel de création d'un blog : Créer une collection de contenu | Docs"
8
11
---
9
12
import PackageManagerTabs from ' ~/components/tabs/PackageManagerTabs.astro' ;
10
13
import Box from ' ~/components/tutorial/Box.astro' ;
Original file line number Diff line number Diff line change @@ -6,6 +6,9 @@ description: |-
6
6
Tutoriel : Créer votre premier blog avec Astro —
7
7
Utilisez les îlots d'Astro pour intégrer des composants de framework frontend dans votre site Astro
8
8
i18nReady : true
9
+ head :
10
+ - tag : title
11
+ content : " Tutoriel de création d'un blog : Unité 6 - Îlots d'Astro | Docs"
9
12
---
10
13
import Box from ' ~/components/tutorial/Box.astro' ;
11
14
import Checklist from ' ~/components/Checklist.astro' ;
You can’t perform that action at this time.
0 commit comments