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:
parent
21c5398133
commit
b76219356b
7 changed files with 13 additions and 13 deletions
|
@ -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">
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
title: HTMNIX
|
||||
description: How the absolutely cursed HTMNIX project works.
|
||||
|
||||
keywords:
|
||||
tags:
|
||||
- html
|
||||
- nix
|
||||
---
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
title: Explaining the Nix iceberg
|
||||
description: And revealing how cursed Nix is.
|
||||
|
||||
draft: true
|
||||
unlisted: true
|
||||
|
||||
keywords:
|
||||
tags:
|
||||
- nix
|
||||
---
|
||||
|
||||
|
|
|
@ -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
|
||||
---
|
||||
|
|
|
@ -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
|
||||
---
|
||||
|
||||
|
|
|
@ -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
|
||||
---
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue