Convert series to an array

This commit is contained in:
Cyryl Płotnicki 2023-08-13 09:15:23 +01:00
parent a6e6146633
commit 516196bbb4
13 changed files with 13 additions and 13 deletions

View file

@ -3,7 +3,7 @@ title: Sunpowered server setup
date: 2014-02-16 21:13:46
tags: [hardware, raspberry pi, sunpowered]
bigimg: [{ src: "/galleries/sunpowered/IMG_0942.jpg" }]
series: sunpowered
series: [sunpowered]
---
Remember my [NAS](/tags/nas) ? It

View file

@ -8,7 +8,7 @@ bigimg:
src: "/images/adding-voltage-current-measurements-sunpowered-pi/voltages.png",
},
]
series: sunpowered
series: [sunpowered]
---
Remember my [sunpowered Pi](/posts/2014/02/16/sunpowered-server-setup/)

View file

@ -2,7 +2,7 @@
title: Tools - PCB holder
date: 2015-03-28 18:33:53
tags: [hardware, electronics]
series: tools
series: [tools]
---
I thought it would be cool to share with you the tools I find

View file

@ -2,7 +2,7 @@
title: CNC router arrives
date: 2015-04-26 13:17:05
tags: [hardware, cnc]
series: cnc
series: [cnc]
---
After 2 months of waiting - my CNC router arrives. 8 weeks lead time

View file

@ -2,7 +2,7 @@
title: Update on the sunpowered server
date: 2015-05-02 14:54:05
tags: [observability]
series: sunpowered
series: [sunpowered]
---
Some, rather long, time ago I've added a [custom python](/posts/2014/04/21/adding-voltage-current-measurements-sunpowered-pi/)

View file

@ -2,7 +2,7 @@
title: My CNC machining workflow
date: 2015-05-28 19:01:33
tags: []
series: cnc
series: [cnc]
---
Hello ! Today we'll talk about driving CNC machines, toolpaths and

View file

@ -2,7 +2,7 @@
title: Tools - precision gauge holder
date: 2015-10-17 13:46:36
tags: [cnc, tools]
series: tools
series: [tools]
---
This is the second part in the [series](/series/tools) on the tools I use. Tools that are

View file

@ -2,7 +2,7 @@
title: Rust - controlling side effects from the test.
date: 2018-07-30 00:00:00
tags: [rust, testing, tdd]
series: rust-testing-tricks
series: [rust-testing-tricks]
---
# Rust: controlling side effects from the test.

View file

@ -2,7 +2,7 @@
title: Testing tricks in Rust
date: 2018-09-25 00:00:00
tags: [rust, tdd, testing]
series: rust-testing-tricks
series: [rust-testing-tricks]
---
# Use verbs as test module names

View file

@ -2,7 +2,7 @@
title: Generate Rust tests from data files
date: 2018-12-25
tags: [rust, tdd, testing]
series: rust-testing-tricks
series: [rust-testing-tricks]
---
Sometimes you just have a bunch of example data laying around and you want to make sure your code works with all of them.

View file

@ -1,7 +1,7 @@
---
title: My 2019 setup
date: 2019-11-16
series: my-setup
series: [my-setup]
tags: [tools]
---

View file

@ -1,7 +1,7 @@
---
title: Don't let failures spread over your suite with process-based tests isolation
date: 2020-12-28
series: rust-testing-tricks
series: [rust-testing-tricks]
tags: [rust, testing]
---

View file

@ -1,7 +1,7 @@
---
title: My 2020 setup
date: 2020-12-29
series: my-setup
series: [my-setup]
tags: [tools]
---