Fix wrong frontmatter field name

This commit is contained in:
jultty 2026-05-02 05:02:26 -03:00
commit e2cf92a9dd
7 changed files with 9 additions and 6 deletions

View file

@ -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"

View file

@ -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/"

View file

@ -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/"

View file

@ -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"

View file

@ -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/"

View file

@ -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:

View file

@ -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"