From e2cf92a9dd7af671b3c4fca032e168be2e502c9a Mon Sep 17 00:00:00 2001 From: jultty Date: Sat, 2 May 2026 05:02:26 -0300 Subject: [PATCH] Fix wrong frontmatter field name --- content/links/ataraxy-labs-sem.md | 2 +- content/links/corrode-bugs-rust-wont-catch.md | 2 +- content/links/jim-nielsen-collective-speed.md | 2 +- content/links/nosarthur-gita.md | 2 +- content/links/own-your-web-curators.md | 2 +- content/links/rstotts-pikes-five-rules.md | 3 +++ content/links/sharkdp-numbat.md | 2 +- 7 files changed, 9 insertions(+), 6 deletions(-) diff --git a/content/links/ataraxy-labs-sem.md b/content/links/ataraxy-labs-sem.md index 75fac61..7abe6b7 100644 --- a/content/links/ataraxy-labs-sem.md +++ b/content/links/ataraxy-labs-sem.md @@ -1,6 +1,6 @@ +++ title = "sem: Semantic version control CLI" -author = [ "Ataraxy Labs" ] +authors = [ "Ataraxy Labs" ] date = "2026-04-14T12:37:18-03:00" [extra] url = "https://github.com/Ataraxy-Labs/sem/tree/main" diff --git a/content/links/corrode-bugs-rust-wont-catch.md b/content/links/corrode-bugs-rust-wont-catch.md index cad2823..0331363 100644 --- a/content/links/corrode-bugs-rust-wont-catch.md +++ b/content/links/corrode-bugs-rust-wont-catch.md @@ -1,6 +1,6 @@ +++ title = "Bugs Rust Won't Catch" -author = [ "Matthias Endler" ] +authors = [ "Matthias Endler" ] date = "2026-04-29T10:52:58-03:00" [extra] url = "https://corrode.dev/blog/bugs-rust-wont-catch/" diff --git a/content/links/jim-nielsen-collective-speed.md b/content/links/jim-nielsen-collective-speed.md index 41495fe..e672356 100644 --- a/content/links/jim-nielsen-collective-speed.md +++ b/content/links/jim-nielsen-collective-speed.md @@ -1,6 +1,6 @@ +++ title = "Collective Speed Is Not the Summation of Individual Speed" -author = [ "Jim Nielsen" ] +authors = [ "Jim Nielsen" ] date = "2026-04-29T10:53:44-03:00" [extra] url = "https://blog.jim-nielsen.com/2026/collective-speed-isnt-the-sum-of-individual-speed/" diff --git a/content/links/nosarthur-gita.md b/content/links/nosarthur-gita.md index c5bf094..ffd51a4 100644 --- a/content/links/nosarthur-gita.md +++ b/content/links/nosarthur-gita.md @@ -1,6 +1,6 @@ +++ title = "gita: CLI tool to manage multiple git repos" -author = [ "Dong Zhou (nosarthur)" ] +authors = [ "Dong Zhou (nosarthur)" ] date = "2026-04-23T09:55:53-03:00" [extra] url = "https://github.com/nosarthur/gita" diff --git a/content/links/own-your-web-curators.md b/content/links/own-your-web-curators.md index 463f990..971f9fa 100644 --- a/content/links/own-your-web-curators.md +++ b/content/links/own-your-web-curators.md @@ -1,6 +1,6 @@ +++ title = "Own Your Web: Curators" -author = [ "Matthias Ott" ] +authors = [ "Matthias Ott" ] date = "2026-04-25T16:52:41-03:00" [extra] url = "https://newsletter.ownyourweb.site/archive/own-your-web-issue-18-curators/" diff --git a/content/links/rstotts-pikes-five-rules.md b/content/links/rstotts-pikes-five-rules.md index bc4ef59..f9147bb 100644 --- a/content/links/rstotts-pikes-five-rules.md +++ b/content/links/rstotts-pikes-five-rules.md @@ -4,6 +4,9 @@ authors = [ "David Stotts" ] date = 2026-03-19T00:40:32-03:00 [extra] url = "https://www.cs.unc.edu/~stotts/COMP590-059-f24/robsrules.html" + +[taxonomies] +tags = [ "programming" ] +++ I like the last one: diff --git a/content/links/sharkdp-numbat.md b/content/links/sharkdp-numbat.md index 0064669..ed737d3 100644 --- a/content/links/sharkdp-numbat.md +++ b/content/links/sharkdp-numbat.md @@ -1,6 +1,6 @@ +++ title = "numbat: Statically typed language for scientific computations" -author = [ "David Peter (sharkdp)" ] +authors = [ "David Peter (sharkdp)" ] date = "2026-04-29T22:18:44-03:00" [extra] url = "https://github.com/sharkdp/numbat"