diff --git a/content/posts/2014/02/16/sunpowered-server-setup.md b/content/posts/2014/02/16/sunpowered-server-setup.md index 5b11a57..16f9926 100644 --- a/content/posts/2014/02/16/sunpowered-server-setup.md +++ b/content/posts/2014/02/16/sunpowered-server-setup.md @@ -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 diff --git a/content/posts/2014/04/21/adding-voltage-current-measurements-sunpowered-pi.md b/content/posts/2014/04/21/adding-voltage-current-measurements-sunpowered-pi.md index cce22f1..446fc9d 100644 --- a/content/posts/2014/04/21/adding-voltage-current-measurements-sunpowered-pi.md +++ b/content/posts/2014/04/21/adding-voltage-current-measurements-sunpowered-pi.md @@ -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/) diff --git a/content/posts/2015/03/28/tools-pcb-holder.md b/content/posts/2015/03/28/tools-pcb-holder.md index 7d9987e..a94bbb4 100644 --- a/content/posts/2015/03/28/tools-pcb-holder.md +++ b/content/posts/2015/03/28/tools-pcb-holder.md @@ -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 diff --git a/content/posts/2015/04/26/cnc-router-arrives.md b/content/posts/2015/04/26/cnc-router-arrives.md index a25a5d2..7cf248f 100644 --- a/content/posts/2015/04/26/cnc-router-arrives.md +++ b/content/posts/2015/04/26/cnc-router-arrives.md @@ -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 diff --git a/content/posts/2015/05/02/sunpowered-data.md b/content/posts/2015/05/02/sunpowered-data.md index 89d7826..3bcdbcc 100644 --- a/content/posts/2015/05/02/sunpowered-data.md +++ b/content/posts/2015/05/02/sunpowered-data.md @@ -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/) diff --git a/content/posts/2015/05/28/cnc-workflow.md b/content/posts/2015/05/28/cnc-workflow.md index eaf4721..def99fc 100644 --- a/content/posts/2015/05/28/cnc-workflow.md +++ b/content/posts/2015/05/28/cnc-workflow.md @@ -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 diff --git a/content/posts/2015/10/17/tools-indicator-holder.md b/content/posts/2015/10/17/tools-indicator-holder.md index a03aaf7..237646f 100644 --- a/content/posts/2015/10/17/tools-indicator-holder.md +++ b/content/posts/2015/10/17/tools-indicator-holder.md @@ -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 diff --git a/content/posts/2018/07/rust-injection.md b/content/posts/2018/07/rust-injection.md index 07d87d1..127d0e3 100644 --- a/content/posts/2018/07/rust-injection.md +++ b/content/posts/2018/07/rust-injection.md @@ -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. diff --git a/content/posts/2018/09/rust-testing-tricks.md b/content/posts/2018/09/rust-testing-tricks.md index 7a99c01..f5b5d32 100644 --- a/content/posts/2018/09/rust-testing-tricks.md +++ b/content/posts/2018/09/rust-testing-tricks.md @@ -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 diff --git a/content/posts/2018/12/generate-rust-tests-from-data.md b/content/posts/2018/12/generate-rust-tests-from-data.md index 29d6590..e11bcbf 100644 --- a/content/posts/2018/12/generate-rust-tests-from-data.md +++ b/content/posts/2018/12/generate-rust-tests-from-data.md @@ -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. diff --git a/content/posts/2019/11/tools.md b/content/posts/2019/11/tools.md index a446319..56d5070 100644 --- a/content/posts/2019/11/tools.md +++ b/content/posts/2019/11/tools.md @@ -1,7 +1,7 @@ --- title: My 2019 setup date: 2019-11-16 -series: my-setup +series: [my-setup] tags: [tools] --- diff --git a/content/posts/2020/12/fail-and-fork.md b/content/posts/2020/12/fail-and-fork.md index 72b1c4f..5dccadb 100644 --- a/content/posts/2020/12/fail-and-fork.md +++ b/content/posts/2020/12/fail-and-fork.md @@ -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] --- diff --git a/content/posts/2020/12/setup.md b/content/posts/2020/12/setup.md index 65e2a80..900ce35 100644 --- a/content/posts/2020/12/setup.md +++ b/content/posts/2020/12/setup.md @@ -1,7 +1,7 @@ --- title: My 2020 setup date: 2020-12-29 -series: my-setup +series: [my-setup] tags: [tools] ---