Fix wrong frontmatter field name
This commit is contained in:
parent
16b584f59a
commit
e2cf92a9dd
7 changed files with 9 additions and 6 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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/"
|
||||
|
|
|
|||
|
|
@ -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/"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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/"
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue