aboutsummaryrefslogtreecommitdiff
path: root/content/prise_en_main/web/créer-du-contenu/à-la-main.md
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2023-02-21 17:39:12 +0100
committerQuentin Dufour <quentin@deuxfleurs.fr>2023-02-21 17:39:12 +0100
commit993845aa4fa5a21c9c978c0a57ec572c5300e554 (patch)
tree2f750a13201d111de9a373e567f1489d7b3b8f38 /content/prise_en_main/web/créer-du-contenu/à-la-main.md
parentfa24444ef38a3555f54e7fd6674521155f0ef8f5 (diff)
downloadguide.deuxfleurs.fr-993845aa4fa5a21c9c978c0a57ec572c5300e554.tar.gz
guide.deuxfleurs.fr-993845aa4fa5a21c9c978c0a57ec572c5300e554.zip
replace by yaml
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.md14
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.