diff options
author | EuAndreh <eu@euandre.org> | 2020-08-12 07:35:01 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2020-08-12 07:35:01 -0300 |
commit | e0db9261ea31c38ea5b6de4246d9f651920443a0 (patch) | |
tree | 5ca7d8eeed85ce1c620e4ccf7d010f54853ff354 /_posts | |
parent | public-inbox.html: Add link to email me directly (diff) | |
download | euandre.org-e0db9261ea31c38ea5b6de4246d9f651920443a0.tar.gz euandre.org-e0db9261ea31c38ea5b6de4246d9f651920443a0.tar.xz |
Assert all post refs end with '-post' and TIL refs end with -til
Also add this assertion to ./scripts/assert-content.sh.
Diffstat (limited to '_posts')
5 files changed, 5 insertions, 5 deletions
diff --git a/_posts/2018-07-17-running-guix-on-nixos.md b/_posts/2018-07-17-running-guix-on-nixos.md index e409f3c..08e21f9 100644 --- a/_posts/2018-07-17-running-guix-on-nixos.md +++ b/_posts/2018-07-17-running-guix-on-nixos.md @@ -3,7 +3,7 @@ title: Running Guix on NixOS date: 2018-07-17 layout: post lang: en -ref: running-guix-on-nixos +ref: running-guix-on-nixos-post --- I wanted to run Guix on a NixOS machine. Even though the Guix manual explains how to do it diff --git a/_posts/2018-08-01-verifying-npm-ci-reproducibility.md b/_posts/2018-08-01-verifying-npm-ci-reproducibility.md index ff983e5..b1ec754 100644 --- a/_posts/2018-08-01-verifying-npm-ci-reproducibility.md +++ b/_posts/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: veryfing-npm-ci-reproducibility-post updated_at: 2019-05-22 --- When [npm@5](https://blog.npmjs.org/post/161081169345/v500) came bringing diff --git a/_posts/2018-12-21-using-youtube-dl-to-manage-youtube-subscriptions.md b/_posts/2018-12-21-using-youtube-dl-to-manage-youtube-subscriptions.md index a9a605b..458f858 100644 --- a/_posts/2018-12-21-using-youtube-dl-to-manage-youtube-subscriptions.md +++ b/_posts/2018-12-21-using-youtube-dl-to-manage-youtube-subscriptions.md @@ -3,7 +3,7 @@ title: Using "youtube-dl" to manage YouTube subscriptions date: 2018-12-21 layout: post lang: en -ref: using-youtube-dl-to-manage-youtube-subscriptions +ref: using-youtube-dl-to-manage-youtube-subscriptions-post --- I've recently read the [announcement](https://www.reddit.com/r/DataHoarder/comments/9sg8q5/i_built_a_selfhosted_youtube_subscription_manager/) diff --git a/_posts/2019-06-02-stateless-os.md b/_posts/2019-06-02-stateless-os.md index 2614b44..d1c2793 100644 --- a/_posts/2019-06-02-stateless-os.md +++ b/_posts/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: stateless-os-post --- 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/_posts/2020-08-10-guix-inside-sourcehut-builds-sr-ht-ci.md b/_posts/2020-08-10-guix-inside-sourcehut-builds-sr-ht-ci.md index c13a4db..f1d28ce 100644 --- a/_posts/2020-08-10-guix-inside-sourcehut-builds-sr-ht-ci.md +++ b/_posts/2020-08-10-guix-inside-sourcehut-builds-sr-ht-ci.md @@ -3,7 +3,7 @@ title: Guix inside sourcehut builds.sr.ht CI date: 2020-08-10 layout: post lang: en -ref: guix-sourcehut-ci +ref: guix-sourcehut-ci-post --- 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 |