From ecd2d01f7d8ff4200fba94101c7d00b05fe00b38 Mon Sep 17 00:00:00 2001 From: gribse Date: Fri, 18 Apr 2025 12:33:28 +0200 Subject: [PATCH] Update cover visibility settings for blog posts --- content/blog/a-fake-movie-intro/index.md | 3 +++ content/blog/appareil-photo-nul/index.md | 4 ++++ content/blog/building-a-whip-out-of-paracord/index.md | 3 +++ content/blog/cad-of-a-robot-hand/index.md | 3 +++ .../blog/designing-and-3d-printing-plastic-medals/index.md | 3 +++ content/blog/making-a-nes-region-free/index.md | 3 +++ content/blog/microwave-oven-plate/index.md | 3 +++ content/blog/olivetti-et-121/index.md | 3 +++ content/blog/pem2t-dut-gmp/index.md | 3 +++ content/blog/photography-as-a-hobby/index.md | 3 +++ content/blog/revisiting-photogrammetry/index.md | 3 +++ content/blog/tpe/index.md | 3 +++ content/blog/typewriter-collection/index.md | 3 +++ content/blog/youtube-motorcycle-restoration/index.md | 3 +++ content/livres/Ishmael/index.md | 3 +++ 15 files changed, 46 insertions(+) diff --git a/content/blog/a-fake-movie-intro/index.md b/content/blog/a-fake-movie-intro/index.md index 6dd273f..85a5b8e 100644 --- a/content/blog/a-fake-movie-intro/index.md +++ b/content/blog/a-fake-movie-intro/index.md @@ -3,6 +3,9 @@ title: A fake movie intro date: 2016-09-14T10:17:00 draft: false cover: + hidden: false # hide everywhere but not in structured data + hiddenInList: false # hide on list pages and home + hiddenInSingle: true # hide on single page image: "images/fakemovie.png" alt: "" caption: "" diff --git a/content/blog/appareil-photo-nul/index.md b/content/blog/appareil-photo-nul/index.md index 0d337eb..3b080c3 100755 --- a/content/blog/appareil-photo-nul/index.md +++ b/content/blog/appareil-photo-nul/index.md @@ -5,6 +5,9 @@ date: 2025-02-13T19:05:24 draft: false ShowToc: true cover: + hidden: false # hide everywhere but not in structured data + hiddenInList: false # hide on list pages and home + hiddenInSingle: true # hide on single page image: "images/IMG_20250211_222449.jpg" alt: "L'appareil en question" caption: "" @@ -12,6 +15,7 @@ cover: ShowBreadCrumbs: true ShowPostNavLinks: true ShowReadingTime: true + --- Il y a maintenant un an, j'ai exhumé de ma montagne d'affaires en pagaille un vieil appareil photo numérique que j'avais acheté pour un projet qui ne s'est jamais concrétisé. Je l'ai rechargé et l'ai glissé dans ma poche de veste. diff --git a/content/blog/building-a-whip-out-of-paracord/index.md b/content/blog/building-a-whip-out-of-paracord/index.md index 3d11496..afe7281 100644 --- a/content/blog/building-a-whip-out-of-paracord/index.md +++ b/content/blog/building-a-whip-out-of-paracord/index.md @@ -5,6 +5,9 @@ date: '2016-09-25T22:01:00' draft: false ShowToc: true cover: + hidden: false # hide everywhere but not in structured data + hiddenInList: false # hide on list pages and home + hiddenInSingle: true # hide on single page image: "images/2016-08-08-19.05.17.jpg" alt: "me cracking my newly made whip" caption: "" diff --git a/content/blog/cad-of-a-robot-hand/index.md b/content/blog/cad-of-a-robot-hand/index.md index ae20c5b..ecbcfc5 100644 --- a/content/blog/cad-of-a-robot-hand/index.md +++ b/content/blog/cad-of-a-robot-hand/index.md @@ -5,6 +5,9 @@ date: '2018-09-02T22:01:00' draft: false ShowToc: true cover: + hidden: false # hide everywhere but not in structured data + hiddenInList: false # hide on list pages and home + hiddenInSingle: true # hide on single page image: "images/robothand.png" alt: "Robot hand" caption: "" diff --git a/content/blog/designing-and-3d-printing-plastic-medals/index.md b/content/blog/designing-and-3d-printing-plastic-medals/index.md index 3ca2996..6fcddfe 100644 --- a/content/blog/designing-and-3d-printing-plastic-medals/index.md +++ b/content/blog/designing-and-3d-printing-plastic-medals/index.md @@ -5,6 +5,9 @@ date: '2016-09-25T22:01:00' draft: false ShowToc: true cover: + hidden: false # hide everywhere but not in structured data + hiddenInList: false # hide on list pages and home + hiddenInSingle: true # hide on single page image: "images/2017-02-20-18.06.28.jpg" alt: "Zippy medals" caption: "" diff --git a/content/blog/making-a-nes-region-free/index.md b/content/blog/making-a-nes-region-free/index.md index b2a5e97..40b528d 100644 --- a/content/blog/making-a-nes-region-free/index.md +++ b/content/blog/making-a-nes-region-free/index.md @@ -5,6 +5,9 @@ date: '2016-10-15T22:03:00' draft: false ShowToc: true cover: + hidden: false # hide everywhere but not in structured data + hiddenInList: false # hide on list pages and home + hiddenInSingle: true # hide on single page image: "images/2016-10-15-14.23.37.jpg" alt: "The working NES" caption: "" diff --git a/content/blog/microwave-oven-plate/index.md b/content/blog/microwave-oven-plate/index.md index f769661..e3ca835 100755 --- a/content/blog/microwave-oven-plate/index.md +++ b/content/blog/microwave-oven-plate/index.md @@ -3,6 +3,9 @@ title: Designing a replacement piece for a microwave oven plate date: 2016-02-21T09:58:00 draft: false cover: + hidden: false # hide everywhere but not in structured data + hiddenInList: false # hide on list pages and home + hiddenInSingle: true # hide on single page image: "images/2016-10-22-11-12-16.jpg" alt: "" caption: "" diff --git a/content/blog/olivetti-et-121/index.md b/content/blog/olivetti-et-121/index.md index dc8a823..38809a7 100644 --- a/content/blog/olivetti-et-121/index.md +++ b/content/blog/olivetti-et-121/index.md @@ -6,6 +6,9 @@ date: '2025-04-18T11:20:39+02:00' draft: false ShowToc: false cover: + hidden: false # hide everywhere but not in structured data + hiddenInList: false # hide on list pages and home + hiddenInSingle: true # hide on single page image: "images/20250414_153145_lmc_8.4_blur.jpg" alt: "" caption: "" diff --git a/content/blog/pem2t-dut-gmp/index.md b/content/blog/pem2t-dut-gmp/index.md index b0cb3d0..f1a2613 100644 --- a/content/blog/pem2t-dut-gmp/index.md +++ b/content/blog/pem2t-dut-gmp/index.md @@ -3,6 +3,9 @@ title: 2nd Semester project – DUT GMP date: 2018-02-09T10:17:00 draft: false cover: + hidden: false # hide everywhere but not in structured data + hiddenInList: false # hide on list pages and home + hiddenInSingle: true # hide on single page image: "images/eclate.png" alt: "" caption: "" diff --git a/content/blog/photography-as-a-hobby/index.md b/content/blog/photography-as-a-hobby/index.md index 4ed2946..1f684ee 100755 --- a/content/blog/photography-as-a-hobby/index.md +++ b/content/blog/photography-as-a-hobby/index.md @@ -3,6 +3,9 @@ title: Photography as a hobby date: 2020-02-05T21:45:00 draft: false cover: + hidden: false # hide everywhere but not in structured data + hiddenInList: false # hide on list pages and home + hiddenInSingle: true # hide on single page image: "images/48434520041_89eee9173a_o-1024x682.jpg" alt: "" caption: "" diff --git a/content/blog/revisiting-photogrammetry/index.md b/content/blog/revisiting-photogrammetry/index.md index b8e9781..072d295 100755 --- a/content/blog/revisiting-photogrammetry/index.md +++ b/content/blog/revisiting-photogrammetry/index.md @@ -3,6 +3,9 @@ title: Revisiting photogrammetry date: 2018-02-09T10:17:00 draft: false cover: + hidden: false # hide everywhere but not in structured data + hiddenInList: false # hide on list pages and home + hiddenInSingle: true # hide on single page image: "images/revamp.png" alt: "" caption: "" diff --git a/content/blog/tpe/index.md b/content/blog/tpe/index.md index f464e0b..4967763 100644 --- a/content/blog/tpe/index.md +++ b/content/blog/tpe/index.md @@ -3,6 +3,9 @@ title: 11th grade project - TPE date: 2016-09-22T10:17:00 draft: false cover: + hidden: false # hide everywhere but not in structured data + hiddenInList: false # hide on list pages and home + hiddenInSingle: true # hide on single page image: "images/2016-02-04_06.56.20.jpg" alt: "The robot we made during the project" caption: "The robot we made during the project" diff --git a/content/blog/typewriter-collection/index.md b/content/blog/typewriter-collection/index.md index 7fa76a1..ef0b5d3 100644 --- a/content/blog/typewriter-collection/index.md +++ b/content/blog/typewriter-collection/index.md @@ -3,6 +3,9 @@ title: Typewriter collection date: 2019-01-10T15:19:00 draft: false cover: + hidden: false # hide everywhere but not in structured data + hiddenInList: false # hide on list pages and home + hiddenInSingle: true # hide on single page image: "images/2019-01-10-15.29.49.jpg" alt: "Olivetti Praxis 48" caption: "" diff --git a/content/blog/youtube-motorcycle-restoration/index.md b/content/blog/youtube-motorcycle-restoration/index.md index dfbc757..fa51e67 100644 --- a/content/blog/youtube-motorcycle-restoration/index.md +++ b/content/blog/youtube-motorcycle-restoration/index.md @@ -3,6 +3,9 @@ title: YouTube series - motorcycle restoration date: 2019-09-22T12:27:00 draft: false cover: + hidden: false # hide everywhere but not in structured data + hiddenInList: false # hide on list pages and home + hiddenInSingle: true # hide on single page image: "images/2019-03-24-17.23.07.jpg" alt: "My new motorcycle !" caption: "" diff --git a/content/livres/Ishmael/index.md b/content/livres/Ishmael/index.md index c409df1..1786c91 100755 --- a/content/livres/Ishmael/index.md +++ b/content/livres/Ishmael/index.md @@ -3,6 +3,9 @@ title: Ishmael date: 2016-02-21T09:58:00 draft: false cover: + hidden: false # hide everywhere but not in structured data + hiddenInList: false # hide on list pages and home + hiddenInSingle: true # hide on single page image: "images/2016-10-22-11-12-16.jpg" alt: "" caption: ""