aboutsummaryrefslogtreecommitdiff
path: root/_articles
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2020-10-23 06:18:03 -0300
committerEuAndreh <eu@euandre.org>2020-10-23 06:19:10 -0300
commit5b141847bd01de0c0fa7c160c6443bc6c0d4f9f7 (patch)
tree30833fade5fb513a0c9ceec4eeacbdcc70468788 /_articles
parentInterview article: Fix link to match title (diff)
downloadeuandre.org-5b141847bd01de0c0fa7c160c6443bc6c0d4f9f7.tar.gz
euandre.org-5b141847bd01de0c0fa7c160c6443bc6c0d4f9f7.tar.xz
assert-content.sh: Enforce "ref" is the slug of the "title" for pages in en
Diffstat (limited to '')
-rw-r--r--_articles/2018-08-01-verifying-npm-ci-reproducibility.md2
-rw-r--r--_articles/2019-06-02-stateless-os.md2
-rw-r--r--_articles/2020-08-10-guix-inside-sourcehut-builds-sr-ht-ci.md2
-rw-r--r--_articles/2020-10-05-cargo2nix-dramatically-simpler-rust-in-nix.md2
-rw-r--r--_articles/2020-10-19-feature-flags-differences-between-backend-frontent-and-mobile.md2
5 files changed, 5 insertions, 5 deletions
diff --git a/_articles/2018-08-01-verifying-npm-ci-reproducibility.md b/_articles/2018-08-01-verifying-npm-ci-reproducibility.md
index ff983e5..8faced9 100644
--- a/_articles/2018-08-01-verifying-npm-ci-reproducibility.md
+++ b/_articles/2018-08-01-verifying-npm-ci-reproducibility.md
@@ -3,7 +3,7 @@ title: Verifying "npm ci" reproducibility
date: 2018-08-01
layout: post
lang: en
-ref: veryfing-npm-ci-reproducibility
+ref: verifying-npm-ci-reproducibility
updated_at: 2019-05-22
---
When [npm@5](https://blog.npmjs.org/post/161081169345/v500) came bringing
diff --git a/_articles/2019-06-02-stateless-os.md b/_articles/2019-06-02-stateless-os.md
index eae470a..42c543c 100644
--- a/_articles/2019-06-02-stateless-os.md
+++ b/_articles/2019-06-02-stateless-os.md
@@ -3,7 +3,7 @@ title: Using NixOS as an stateless workstation
date: 2019-06-02
layout: post
lang: en
-ref: stateless-os
+ref: using-nixos-as-an-stateless-workstation
---
Last week[^last-week] I changed back to an old[^old-computer] Samsung laptop, and installed
[NixOS](https://nixos.org/) on it.
diff --git a/_articles/2020-08-10-guix-inside-sourcehut-builds-sr-ht-ci.md b/_articles/2020-08-10-guix-inside-sourcehut-builds-sr-ht-ci.md
index 3ce2acf..c699df4 100644
--- a/_articles/2020-08-10-guix-inside-sourcehut-builds-sr-ht-ci.md
+++ b/_articles/2020-08-10-guix-inside-sourcehut-builds-sr-ht-ci.md
@@ -4,7 +4,7 @@ date: 2020-08-10
updated_at: 2020-08-19
layout: post
lang: en
-ref: guix-sourcehut-ci
+ref: guix-inside-sourcehut-buildssrht-ci
---
After the release of the [NixOS images in builds.sr.ht][0] and much
usage of it, I also started looking at [Guix][1] and
diff --git a/_articles/2020-10-05-cargo2nix-dramatically-simpler-rust-in-nix.md b/_articles/2020-10-05-cargo2nix-dramatically-simpler-rust-in-nix.md
index c0ebb69..b1dbf69 100644
--- a/_articles/2020-10-05-cargo2nix-dramatically-simpler-rust-in-nix.md
+++ b/_articles/2020-10-05-cargo2nix-dramatically-simpler-rust-in-nix.md
@@ -1,5 +1,5 @@
---
-title: "cargo2nix: Dramatically simpler Rust inside Nix"
+title: "cargo2nix: Dramatically simpler Rust in Nix"
date: 2020-10-05
layout: post
lang: en
diff --git a/_articles/2020-10-19-feature-flags-differences-between-backend-frontent-and-mobile.md b/_articles/2020-10-19-feature-flags-differences-between-backend-frontent-and-mobile.md
index b27f480..74d4e15 100644
--- a/_articles/2020-10-19-feature-flags-differences-between-backend-frontent-and-mobile.md
+++ b/_articles/2020-10-19-feature-flags-differences-between-backend-frontent-and-mobile.md
@@ -3,7 +3,7 @@ title: "Feature flags: differences between backend, frontend and mobile"
date: 2020-10-19
layout: post
lang: en
-ref: feature-flags-differences-between-backend-frontent-and-mobile
+ref: feature-flags-differences-between-backend-frontend-and-mobile
category: presentation
---