From 0633afddf602a39e1c64d8e3c1161e0855748f8b Mon Sep 17 00:00:00 2001 From: unknown Date: Sat, 25 Jan 2025 15:04:29 -0500 Subject: [PATCH] drafting string2color post --- .../mapping-strings-to-rgb-colors/_index.md | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 content/posts/mapping-strings-to-rgb-colors/_index.md diff --git a/content/posts/mapping-strings-to-rgb-colors/_index.md b/content/posts/mapping-strings-to-rgb-colors/_index.md new file mode 100644 index 0000000..edba8b3 --- /dev/null +++ b/content/posts/mapping-strings-to-rgb-colors/_index.md @@ -0,0 +1,22 @@ +--- +draft: true +title: "Deterministically Mapping Strings to RGB Colors" +aliases: ["Deterministically Mapping Strings to RGB Colors"] +date: "2025-1-25" +series: ["strings-to-colors"] +series_order: 0 +author: "Nick Dumas" +authorTwitter: "" +cover: "" +tags: ["golang"] +keywords: ["golang"] +summary: "Using Go so I don't have to think about color palettes." +showFullContent: false +--- +{{< lead >}} {{ }} + +## The Plan +- +## The Implementation +## The Results +## Possible Improvements