From ce521bd209b7254cf9502442e4bc5a2d11c34670 Mon Sep 17 00:00:00 2001 From: Quentin Duchemin Date: Tue, 27 Jun 2023 18:03:34 +0200 Subject: [PATCH] Numbered layout in sections (just for coding) --- .vscode/settings.json | 5 ++++- .../smartphone/{introduction => 01-intro}/index.md | 0 .../smartphone/{introduction => 01-intro}/top.jpg | Bin .../smartphone/{curiosite => 02-curiosite}/index.md | 0 .../smartphone/{curiosite => 02-curiosite}/top.jpg | Bin .../posts/smartphone/{peurs => 03-peurs}/index.md | 0 .../posts/smartphone/{peurs => 03-peurs}/top.jpg | Bin .../{notifications => 04-notifications}/index.md | 0 .../{notifications => 04-notifications}/top.jpg | Bin .../{consequences => 05-consequences}/index.md | 0 .../{consequences => 05-consequences}/top.jpg | Bin .../{perspectives => 06-perspectives}/index.md | 0 .../{perspectives => 06-perspectives}/top.jpg | Bin 13 files changed, 4 insertions(+), 1 deletion(-) rename content/posts/smartphone/{introduction => 01-intro}/index.md (100%) rename content/posts/smartphone/{introduction => 01-intro}/top.jpg (100%) rename content/posts/smartphone/{curiosite => 02-curiosite}/index.md (100%) rename content/posts/smartphone/{curiosite => 02-curiosite}/top.jpg (100%) rename content/posts/smartphone/{peurs => 03-peurs}/index.md (100%) rename content/posts/smartphone/{peurs => 03-peurs}/top.jpg (100%) rename content/posts/smartphone/{notifications => 04-notifications}/index.md (100%) rename content/posts/smartphone/{notifications => 04-notifications}/top.jpg (100%) rename content/posts/smartphone/{consequences => 05-consequences}/index.md (100%) rename content/posts/smartphone/{consequences => 05-consequences}/top.jpg (100%) rename content/posts/smartphone/{perspectives => 06-perspectives}/index.md (100%) rename content/posts/smartphone/{perspectives => 06-perspectives}/top.jpg (100%) diff --git a/.vscode/settings.json b/.vscode/settings.json index 1400eb3..c2bc46f 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,3 +1,6 @@ { - "cSpell.language": "fr-FR,fr" + "cSpell.language": "fr-FR,fr", + "cSpell.words": [ + "toustes" + ] } \ No newline at end of file diff --git a/content/posts/smartphone/introduction/index.md b/content/posts/smartphone/01-intro/index.md similarity index 100% rename from content/posts/smartphone/introduction/index.md rename to content/posts/smartphone/01-intro/index.md diff --git a/content/posts/smartphone/introduction/top.jpg b/content/posts/smartphone/01-intro/top.jpg similarity index 100% rename from content/posts/smartphone/introduction/top.jpg rename to content/posts/smartphone/01-intro/top.jpg diff --git a/content/posts/smartphone/curiosite/index.md b/content/posts/smartphone/02-curiosite/index.md similarity index 100% rename from content/posts/smartphone/curiosite/index.md rename to content/posts/smartphone/02-curiosite/index.md diff --git a/content/posts/smartphone/curiosite/top.jpg b/content/posts/smartphone/02-curiosite/top.jpg similarity index 100% rename from content/posts/smartphone/curiosite/top.jpg rename to content/posts/smartphone/02-curiosite/top.jpg diff --git a/content/posts/smartphone/peurs/index.md b/content/posts/smartphone/03-peurs/index.md similarity index 100% rename from content/posts/smartphone/peurs/index.md rename to content/posts/smartphone/03-peurs/index.md diff --git a/content/posts/smartphone/peurs/top.jpg b/content/posts/smartphone/03-peurs/top.jpg similarity index 100% rename from content/posts/smartphone/peurs/top.jpg rename to content/posts/smartphone/03-peurs/top.jpg diff --git a/content/posts/smartphone/notifications/index.md b/content/posts/smartphone/04-notifications/index.md similarity index 100% rename from content/posts/smartphone/notifications/index.md rename to content/posts/smartphone/04-notifications/index.md diff --git a/content/posts/smartphone/notifications/top.jpg b/content/posts/smartphone/04-notifications/top.jpg similarity index 100% rename from content/posts/smartphone/notifications/top.jpg rename to content/posts/smartphone/04-notifications/top.jpg diff --git a/content/posts/smartphone/consequences/index.md b/content/posts/smartphone/05-consequences/index.md similarity index 100% rename from content/posts/smartphone/consequences/index.md rename to content/posts/smartphone/05-consequences/index.md diff --git a/content/posts/smartphone/consequences/top.jpg b/content/posts/smartphone/05-consequences/top.jpg similarity index 100% rename from content/posts/smartphone/consequences/top.jpg rename to content/posts/smartphone/05-consequences/top.jpg diff --git a/content/posts/smartphone/perspectives/index.md b/content/posts/smartphone/06-perspectives/index.md similarity index 100% rename from content/posts/smartphone/perspectives/index.md rename to content/posts/smartphone/06-perspectives/index.md diff --git a/content/posts/smartphone/perspectives/top.jpg b/content/posts/smartphone/06-perspectives/top.jpg similarity index 100% rename from content/posts/smartphone/perspectives/top.jpg rename to content/posts/smartphone/06-perspectives/top.jpg