From 8d1867c46949aac9b7d868076900e07aeafb9e1a Mon Sep 17 00:00:00 2001 From: Nantha Sorubakanthan Date: Sun, 31 May 2026 23:35:54 +0200 Subject: small tidy up --- content/guide/archinstall.md | 2 +- content/guide/artixinstall.md | 4 +++- content/guide/beware-of-the-python-crawlers.md | 2 +- content/guide/clean-your-home.md | 2 +- content/guide/stuff-about-dns-and-ip.md | 2 +- layouts/guide/single.html | 5 ++++- 6 files changed, 11 insertions(+), 6 deletions(-) diff --git a/content/guide/archinstall.md b/content/guide/archinstall.md index 424ff8d..80a1326 100644 --- a/content/guide/archinstall.md +++ b/content/guide/archinstall.md @@ -1,6 +1,6 @@ --- title: Archinstall -date: 2025-10-05T16:33:24+02:00 +date: 2025-10-05 icon: arch.svg.png deprecated: true --- diff --git a/content/guide/artixinstall.md b/content/guide/artixinstall.md index 37294f8..afe69b6 100644 --- a/content/guide/artixinstall.md +++ b/content/guide/artixinstall.md @@ -1,7 +1,9 @@ --- title: Artixinstall -date: 2025-10-31T09:36:25+01:00 +date: 2025-10-31 icon: artix.svg.png +deprecated: true +deprecatedDescription: Please use https://wiki.artixlinux.org/Main/Installation instead. --- > I install Artix Linux with french settings in this guide. diff --git a/content/guide/beware-of-the-python-crawlers.md b/content/guide/beware-of-the-python-crawlers.md index dd2efd2..1da0e2c 100644 --- a/content/guide/beware-of-the-python-crawlers.md +++ b/content/guide/beware-of-the-python-crawlers.md @@ -1,6 +1,6 @@ --- title: Beware of the Python Crawlers -date: 2025-11-16T11:02:32+01:00 +date: 2025-11-16 deprecated: false --- diff --git a/content/guide/clean-your-home.md b/content/guide/clean-your-home.md index e3eb189..74dae98 100644 --- a/content/guide/clean-your-home.md +++ b/content/guide/clean-your-home.md @@ -1,6 +1,6 @@ --- title: Clean your $HOME -date: 2025-10-30T08:49:28+01:00 +date: 2025-10-30 #icon: '' --- diff --git a/content/guide/stuff-about-dns-and-ip.md b/content/guide/stuff-about-dns-and-ip.md index eaf8528..ed84dda 100644 --- a/content/guide/stuff-about-dns-and-ip.md +++ b/content/guide/stuff-about-dns-and-ip.md @@ -1,6 +1,6 @@ --- title: Stuff about DNS and IP -date: 2025-10-27T13:46:54+01:00 +date: 2025-10-27 #icon: '' --- diff --git a/layouts/guide/single.html b/layouts/guide/single.html index 6d1c347..ededf1d 100644 --- a/layouts/guide/single.html +++ b/layouts/guide/single.html @@ -5,7 +5,10 @@ {{ if .Params.deprecated }}
-

I don't like this guide. I just leave it in case, avoid using it.

+

This page is deprecated.

+ {{ if .Params.deprecatedDescription }} +

{{ .Params.deprecatedDescription }}

+ {{ end }}
{{ end }}

Table of Contents

-- cgit v1.2.3