diff --git a/content/posts/gardening-with-quartz/drone-builds-screenshot.png b/content/posts/gardening-with-quartz/drone-builds-screenshot.png new file mode 100644 index 0000000..3929f65 Binary files /dev/null and b/content/posts/gardening-with-quartz/drone-builds-screenshot.png differ diff --git a/content/posts/gardening-with-quartz.md b/content/posts/gardening-with-quartz/index.md similarity index 98% rename from content/posts/gardening-with-quartz.md rename to content/posts/gardening-with-quartz/index.md index 6f13b6a..bae0d24 100644 --- a/content/posts/gardening-with-quartz.md +++ b/content/posts/gardening-with-quartz/index.md @@ -4,6 +4,7 @@ title : "Gardening with Quartz" aliases : ["blogging-with-quartz"] date : "2023-03-04" series: ["blogging-with-quartz"] +series_order: 2 author : "Nick Dumas" authorTwitter : "" cover : "" @@ -252,7 +253,11 @@ cat /tmp/changes.txt ## Lots of Moving Pieces If you're reading this post and seeing images embedded, everything is working. I'm pretty happy with how it all came out. Each piece is small and maintainable. Part of me worries that there's too many pieces, though. `gather-media` is written in Go, I could extend it to handle some or all of the other steps. -![[Resources/attachments/drone-builds-screenshot.png]] +{{< figure + src = "drone-builds-screenshot.png" + alt="Screenshot showing a series of green and red bars indicating a a set of mostly successful builds" + caption="This is mostly just a flex" +>}} ## For the future