1
Fork 0
mirror of https://github.com/RGBCube/Site synced 2025-07-30 20:47:46 +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

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

View file

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

View file

@ -2,9 +2,9 @@
title: Cosmic Drift
description: Or how I missed the school bus because of a cosmic ray.
keywords:
- time
- unix-timestamps
tags:
- time
- unix-timestamps
---
So, every day I wake up at 6:55, get dressed by 7, walk to the bus stop by 7:13

View file

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

View file

@ -2,7 +2,7 @@
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.
keywords:
tags:
- localisation
- modal-editors
---

View file

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

View file

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