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