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 }}