diff options
Diffstat (limited to 'content/prise_en_main/web/créer-du-contenu/à-la-main.md')
-rw-r--r-- | content/prise_en_main/web/créer-du-contenu/à-la-main.md | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/content/prise_en_main/web/créer-du-contenu/à-la-main.md b/content/prise_en_main/web/créer-du-contenu/à-la-main.md index 541a009..1b9b641 100644 --- a/content/prise_en_main/web/créer-du-contenu/à-la-main.md +++ b/content/prise_en_main/web/créer-du-contenu/à-la-main.md @@ -1,10 +1,10 @@ -+++ -title = "À la main" -description = "Créer du contenu à la main" -sort_by = "weight" -date = 2022-09-01 -weight = 1 -+++ +--- +title: "À la main" +description: "Créer du contenu à la main" +sort_by: "weight" +date: 2022-09-01 +weight: 1 +--- Garage, comme tout serveur web, va se contenter ici de servir des fichiers `.html`. Ces fichiers sont tout à fait lisibles et écrivables par un humain. Ainsi, si vous n'avez pas prévu d'avoir un site avec beaucoup de pages, il est souvent intéressant de façonner chacune d'entre elles à la main. |