mirror of
https://github.com/RGBCube/Site
synced 2025-07-31 13:07:46 +00:00
treewide: use tags instead of keywords as a key
This commit is contained in:
parent
21c5398133
commit
b76219356b
7 changed files with 13 additions and 13 deletions
|
@ -15,10 +15,10 @@ layout: null
|
||||||
<meta name="darkreader-lock">
|
<meta name="darkreader-lock">
|
||||||
|
|
||||||
<!-- META -->
|
<!-- META -->
|
||||||
{{ 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">
|
||||||
|
|
|
@ -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
|
||||||
---
|
---
|
||||||
|
|
|
@ -2,9 +2,9 @@
|
||||||
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
|
||||||
---
|
---
|
||||||
|
|
||||||
So, every day I wake up at 6:55, get dressed by 7, walk to the bus stop by 7:13
|
So, every day I wake up at 6:55, get dressed by 7, walk to the bus stop by 7:13
|
||||||
|
|
|
@ -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
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
---
|
---
|
||||||
|
|
|
@ -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
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue