From 996ef93c7a931e254adb67538ac413456e0f33ec Mon Sep 17 00:00:00 2001 From: Julien WITTOUCK Date: Fri, 20 Feb 2026 09:26:27 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=9A=20:=20move=20december=202025=20now?= =?UTF-8?q?=20page=20and=20assets=20to=20archive?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- content/now/archive/_index.md | 3 +++ .../december-2025}/factorio-lyon.webp | Bin .../december-2025}/factorio-montpelier.webp | Bin .../december-2025}/factorio-nantes.webp | Bin .../now/{ => archive/december-2025}/index.md | 4 +-- .../{ => archive/december-2025}/ps-bb3.webp | Bin .../{ => archive/december-2025}/ps-gt7.webp | Bin .../{ => archive/december-2025}/ps-pws2.webp | Bin .../december-2025}/spotify-wrapped-1.webp | Bin .../december-2025}/spotify-wrapped-2.webp | Bin layouts/now/archive/list.html | 23 ++++++++++++++++++ layouts/now/list.html | 10 ++++++++ 12 files changed, 37 insertions(+), 3 deletions(-) create mode 100644 content/now/archive/_index.md rename content/now/{ => archive/december-2025}/factorio-lyon.webp (100%) rename content/now/{ => archive/december-2025}/factorio-montpelier.webp (100%) rename content/now/{ => archive/december-2025}/factorio-nantes.webp (100%) rename content/now/{ => archive/december-2025}/index.md (98%) rename content/now/{ => archive/december-2025}/ps-bb3.webp (100%) rename content/now/{ => archive/december-2025}/ps-gt7.webp (100%) rename content/now/{ => archive/december-2025}/ps-pws2.webp (100%) rename content/now/{ => archive/december-2025}/spotify-wrapped-1.webp (100%) rename content/now/{ => archive/december-2025}/spotify-wrapped-2.webp (100%) create mode 100644 layouts/now/archive/list.html create mode 100644 layouts/now/list.html diff --git a/content/now/archive/_index.md b/content/now/archive/_index.md new file mode 100644 index 0000000..138186c --- /dev/null +++ b/content/now/archive/_index.md @@ -0,0 +1,3 @@ +--- +title: "archive" +--- diff --git a/content/now/factorio-lyon.webp b/content/now/archive/december-2025/factorio-lyon.webp similarity index 100% rename from content/now/factorio-lyon.webp rename to content/now/archive/december-2025/factorio-lyon.webp diff --git a/content/now/factorio-montpelier.webp b/content/now/archive/december-2025/factorio-montpelier.webp similarity index 100% rename from content/now/factorio-montpelier.webp rename to content/now/archive/december-2025/factorio-montpelier.webp diff --git a/content/now/factorio-nantes.webp b/content/now/archive/december-2025/factorio-nantes.webp similarity index 100% rename from content/now/factorio-nantes.webp rename to content/now/archive/december-2025/factorio-nantes.webp diff --git a/content/now/index.md b/content/now/archive/december-2025/index.md similarity index 98% rename from content/now/index.md rename to content/now/archive/december-2025/index.md index 3b42d00..a1cacf6 100644 --- a/content/now/index.md +++ b/content/now/archive/december-2025/index.md @@ -1,9 +1,7 @@ --- date: "2025-12-09" language: fr -aliases: - - now -title: "now" +title: "now (Decembre 2025)" --- > Ce que je fais en ce moment, inspiré par [nownownow.com](https://nownownow.com/about) diff --git a/content/now/ps-bb3.webp b/content/now/archive/december-2025/ps-bb3.webp similarity index 100% rename from content/now/ps-bb3.webp rename to content/now/archive/december-2025/ps-bb3.webp diff --git a/content/now/ps-gt7.webp b/content/now/archive/december-2025/ps-gt7.webp similarity index 100% rename from content/now/ps-gt7.webp rename to content/now/archive/december-2025/ps-gt7.webp diff --git a/content/now/ps-pws2.webp b/content/now/archive/december-2025/ps-pws2.webp similarity index 100% rename from content/now/ps-pws2.webp rename to content/now/archive/december-2025/ps-pws2.webp diff --git a/content/now/spotify-wrapped-1.webp b/content/now/archive/december-2025/spotify-wrapped-1.webp similarity index 100% rename from content/now/spotify-wrapped-1.webp rename to content/now/archive/december-2025/spotify-wrapped-1.webp diff --git a/content/now/spotify-wrapped-2.webp b/content/now/archive/december-2025/spotify-wrapped-2.webp similarity index 100% rename from content/now/spotify-wrapped-2.webp rename to content/now/archive/december-2025/spotify-wrapped-2.webp diff --git a/layouts/now/archive/list.html b/layouts/now/archive/list.html new file mode 100644 index 0000000..952d9c6 --- /dev/null +++ b/layouts/now/archive/list.html @@ -0,0 +1,23 @@ +{{ define "main" -}} +
+

{{ .Title }}

+ {{ .Content }} + {{ if .Pages }} + + {{ end }} +
+{{- end }} diff --git a/layouts/now/list.html b/layouts/now/list.html new file mode 100644 index 0000000..1902f88 --- /dev/null +++ b/layouts/now/list.html @@ -0,0 +1,10 @@ +{{ define "main" -}} +
+

{{ .Title }}

+ {{ .Content }} + +
+ Voir les anciennes versions dans l'archive. + +
+{{- end }} -- 2.51.2