summaryrefslogtreecommitdiff
path: root/src/content
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2025-04-10 19:36:56 -0300
committerEuAndreh <eu@euandre.org>2025-04-10 19:36:56 -0300
commit4f5be5db80e78aeb9edc1d97303879ecbb56ee15 (patch)
treee20cd9e46bb1d84c9d9ce81db24285a9085361e4 /src/content
parentMakefile: Add "check-unit-updatedat" target (diff)
downloadeuandre.org-4f5be5db80e78aeb9edc1d97303879ecbb56ee15.tar.gz
euandre.org-4f5be5db80e78aeb9edc1d97303879ecbb56ee15.tar.xz
src/content/: Make categories URL-friendly
Diffstat (limited to 'src/content')
-rw-r--r--src/content/blog/2020/11/08/paradigm-shift-review.adoc2
-rw-r--r--src/content/blog/2020/11/14/local-first-review.adoc2
-rw-r--r--src/content/pastebins/2018/07/13/guixbuilder-nixos.adoc2
-rw-r--r--src/content/pastebins/2019/12/29/raku-tuple-type.adoc2
-rw-r--r--src/content/pastebins/2021/09/02/sicp-3-19.adoc2
-rw-r--r--src/content/tils/2020/11/30/git-notes-ci.adoc2
-rw-r--r--src/content/tils/2021/04/24/scm-nif.adoc2
7 files changed, 7 insertions, 7 deletions
diff --git a/src/content/blog/2020/11/08/paradigm-shift-review.adoc b/src/content/blog/2020/11/08/paradigm-shift-review.adoc
index 7a1e26c..1110085 100644
--- a/src/content/blog/2020/11/08/paradigm-shift-review.adoc
+++ b/src/content/blog/2020/11/08/paradigm-shift-review.adoc
@@ -1,5 +1,5 @@
= The Next Paradigm Shift in Programming - video review
-:categories: video review
+:categories: video-review
:reviewed-video: https://www.youtube.com/watch?v=6YbK8o9rZfI
diff --git a/src/content/blog/2020/11/14/local-first-review.adoc b/src/content/blog/2020/11/14/local-first-review.adoc
index 82258f6..2a57664 100644
--- a/src/content/blog/2020/11/14/local-first-review.adoc
+++ b/src/content/blog/2020/11/14/local-first-review.adoc
@@ -1,5 +1,5 @@
= Local-First Software: article review
-:categories: presentation, article review
+:categories: presentation article-review
:empty:
:presentation: link:../../../../slides/2020/11/14/local-first.html FIXME
diff --git a/src/content/pastebins/2018/07/13/guixbuilder-nixos.adoc b/src/content/pastebins/2018/07/13/guixbuilder-nixos.adoc
index 331bff7..65dbcc7 100644
--- a/src/content/pastebins/2018/07/13/guixbuilder-nixos.adoc
+++ b/src/content/pastebins/2018/07/13/guixbuilder-nixos.adoc
@@ -1,5 +1,5 @@
= Guix users in NixOS system configuration
-:categories: nix, guix
+:categories: nix guix
:sort: 2
[source,nix]
diff --git a/src/content/pastebins/2019/12/29/raku-tuple-type.adoc b/src/content/pastebins/2019/12/29/raku-tuple-type.adoc
index 1a0d779..0337ad8 100644
--- a/src/content/pastebins/2019/12/29/raku-tuple-type.adoc
+++ b/src/content/pastebins/2019/12/29/raku-tuple-type.adoc
@@ -1,5 +1,5 @@
= Raku tuple type annotation
-:categories: raku, programming languages
+:categories: raku programming-languages
[source,perl]
----
diff --git a/src/content/pastebins/2021/09/02/sicp-3-19.adoc b/src/content/pastebins/2021/09/02/sicp-3-19.adoc
index f8245f7..166170f 100644
--- a/src/content/pastebins/2021/09/02/sicp-3-19.adoc
+++ b/src/content/pastebins/2021/09/02/sicp-3-19.adoc
@@ -1,5 +1,5 @@
= SICP exercise 3.19
-:categories: lisp, programming languages
+:categories: lisp programming-languages
[source,scheme]
----
diff --git a/src/content/tils/2020/11/30/git-notes-ci.adoc b/src/content/tils/2020/11/30/git-notes-ci.adoc
index 19f38d3..602e11d 100644
--- a/src/content/tils/2020/11/30/git-notes-ci.adoc
+++ b/src/content/tils/2020/11/30/git-notes-ci.adoc
@@ -1,5 +1,5 @@
= Storing CI data on Git notes
-:categories: git, ci
+:categories: git ci
:git-notes: https://git-scm.com/docs/git-notes
:nix-bash-ci: link:../12/diy-nix-bash-ci.html
diff --git a/src/content/tils/2021/04/24/scm-nif.adoc b/src/content/tils/2021/04/24/scm-nif.adoc
index d057d66..2ea8a6f 100644
--- a/src/content/tils/2021/04/24/scm-nif.adoc
+++ b/src/content/tils/2021/04/24/scm-nif.adoc
@@ -1,5 +1,5 @@
= Three-way conditional for number signs on Lisp
-:categories: lisp, scheme, common lisp
+:categories: lisp scheme common-lisp
:sort: 2
:updatedat: 2021-08-14