diff options
author | rekado <rekado@elephly.net> | 2016-01-16 22:54:50 +0100 |
---|---|---|
committer | rekado <rekado@elephly.net> | 2016-01-16 22:55:04 +0100 |
commit | b35c977dd898cb92c973fadc38cb2a50f6338832 (patch) | |
tree | e79bdf36e9cce668d23dc3a7d825cf048f1f8a3d | |
parent | 1ed9fa6bdb92f750d79084401bcd4e6d59aec342 (diff) |
posts: tag some posts for planet-fsfe-en blog.
-rw-r--r-- | posts/2013-08-11-hacking-the-wavedrum.skr | 2 | ||||
-rw-r--r-- | posts/2015-04-17-gnu-guix.skr | 2 | ||||
-rw-r--r-- | posts/2015-06-21-getting-started-with-guix.skr | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/posts/2013-08-11-hacking-the-wavedrum.skr b/posts/2013-08-11-hacking-the-wavedrum.skr index 39115a3..a1f4b2f 100644 --- a/posts/2013-08-11-hacking-the-wavedrum.skr +++ b/posts/2013-08-11-hacking-the-wavedrum.skr @@ -1,7 +1,7 @@ (define meta `((title . "Hacking the Wavedrum") (date . ,(string->date* "2013-08-11 00:00")) - (tags "DIY" "electronics" "music" "hacking" "wavedrum"))) + (tags "DIY" "planet-fsfe-en" "electronics" "music" "hacking" "wavedrum"))) (define (row id mode target name) `(tr (td (@ (align "right")) ,id) diff --git a/posts/2015-04-17-gnu-guix.skr b/posts/2015-04-17-gnu-guix.skr index f7e2400..6860ccb 100644 --- a/posts/2015-04-17-gnu-guix.skr +++ b/posts/2015-04-17-gnu-guix.skr @@ -1,7 +1,7 @@ (define meta `((title . "GNU Guix in an HPC environment") (date . ,(string->date* "2015-04-17 00:00")) - (tags "gnu" "free software" "guix" "bioinformatics" "system administration" "packaging" "cluster"))) + (tags "gnu" "planet-fsfe-en" "free software" "guix" "bioinformatics" "system administration" "packaging" "cluster"))) (list (p [I spend my daytime hours as a system administrator at a research diff --git a/posts/2015-06-21-getting-started-with-guix.skr b/posts/2015-06-21-getting-started-with-guix.skr index 503978f..858504c 100644 --- a/posts/2015-06-21-getting-started-with-guix.skr +++ b/posts/2015-06-21-getting-started-with-guix.skr @@ -1,7 +1,7 @@ (define meta `((title . "Getting started with GNU Guix") (date . ,(string->date* "2015-06-21 00:00")) - (tags "gnu" "free software" "system administration" "packaging" "guix"))) + (tags "gnu" "planet-fsfe-en" "free software" "system administration" "packaging" "guix"))) (list (p [,(ref "/posts/2015-04-17-gnu-guix.html" "Previously I wrote") |