1
Fork 0
mirror of https://github.com/RGBCube/Site synced 2025-08-01 13:37:49 +00:00

treewide: use tags instead of keywords as a key

This commit is contained in:
RGBCube 2025-06-06 23:11:54 +03:00
parent 21c5398133
commit b76219356b
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M
7 changed files with 13 additions and 13 deletions

View file

@ -18,7 +18,7 @@ layout: null
{{ if title }} <title>{{ title }}</title> {{ /if }} {{ if title }} <title>{{ title }}</title> {{ /if }}
{{ if description }} <meta name="description" content="{{ description }}"> {{ /if }} {{ if description }} <meta name="description" content="{{ description }}"> {{ /if }}
{{ if author }} <meta name="author" content="{{ author }}"> {{ /if }} {{ if author }} <meta name="author" content="{{ author }}"> {{ /if }}
{{ if keywords }} <meta name="keywords" content="{{ keywords.join(",") }}"> {{ /if }} {{ if tags }} <meta name="keywords" content="{{ tags.join(",") }}"> {{ /if }}
<!-- FANCY --> <!-- FANCY -->
<link rel="icon" href="/assets/icons/icon.gif"> <link rel="icon" href="/assets/icons/icon.gif">

View file

@ -2,7 +2,7 @@
title: HTMNIX title: HTMNIX
description: How the absolutely cursed HTMNIX project works. description: How the absolutely cursed HTMNIX project works.
keywords: tags:
- html - html
- nix - nix
--- ---

View file

@ -2,7 +2,7 @@
title: Cosmic Drift title: Cosmic Drift
description: Or how I missed the school bus because of a cosmic ray. description: Or how I missed the school bus because of a cosmic ray.
keywords: tags:
- time - time
- unix-timestamps - unix-timestamps
--- ---

View file

@ -2,9 +2,9 @@
title: Explaining the Nix iceberg title: Explaining the Nix iceberg
description: And revealing how cursed Nix is. description: And revealing how cursed Nix is.
draft: true unlisted: true
keywords: tags:
- nix - nix
--- ---

View file

@ -2,7 +2,7 @@
title: Swap the `ı` and `i` key on your keyboard for faster modal editing title: Swap the `ı` and `i` key on your keyboard for faster modal editing
description: How to swap the ı and i key on your Turkish keyboard on Linux. description: How to swap the ı and i key on your Turkish keyboard on Linux.
keywords: tags:
- localisation - localisation
- modal-editors - modal-editors
--- ---

View file

@ -5,7 +5,7 @@ description: And how to roll the rock over the edge.
color: "#A5804C" color: "#A5804C"
thumbnail: /assets/images/sisyphus-ds-store.webp thumbnail: /assets/images/sisyphus-ds-store.webp
keywords: tags:
- vcs - vcs
--- ---

View file

@ -4,7 +4,7 @@ title: "Why more `/sys/class/hwmon/*/temp*_label` than CPU cores?"
color: "#99CF9F" color: "#99CF9F"
thumbnail: /assets/images/cpu-dumb.webp thumbnail: /assets/images/cpu-dumb.webp
keywords: tags:
- hardware - hardware
--- ---