From beb62373ad8330e33840ae14d5eb24441d97b543 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Thu, 16 Apr 2026 14:52:16 +0200 Subject: feat: import 36 articles with assets and create supporting shortcodes - Migrate all English articles from old site to content/en/articles/ - Organize article assets in static/uppies/year/month/ structure - Create Italian article stubs with draft=true status - Add 7 new shortcodes: strike, em, dropcap, figure, highlight, img, youtube, gal-img - Update article image paths to reference /uppies/ locations - All 36 articles now build successfully without errors Co-Authored-By: Claude Haiku 4.5 --- content/en/articles/playing-with-colors/index.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 content/en/articles/playing-with-colors/index.md (limited to 'content/en/articles/playing-with-colors') diff --git a/content/en/articles/playing-with-colors/index.md b/content/en/articles/playing-with-colors/index.md new file mode 100644 index 0000000..9a11089 --- /dev/null +++ b/content/en/articles/playing-with-colors/index.md @@ -0,0 +1,22 @@ ++++ +title = "playing with colors" +author = "Danilo M." +type = "life" +date = "2016-02-14T17:52:21+00:00" +image = "/uppies/2016/02/palette.jpg" +categories = ["code", "diy"] +tags = ["colors", "github", "html5", "palette", "php", "viewer"] ++++ +{{< figure src="https://danix.xyz/wp-content/uploads/2016/02/palette-1.jpg" class="image fit" link="https://github.com/danixland/palette-viewer" caption="palette-viewer on github" />}} + +{{< dropcap >}} +Today I decided I wanted to have a little "old school" fun, so instead of working on some WordPress theme/plugin, I went for the "lemme write some php from scratch" approach. +{{< /dropcap >}} + +I was having a look at some color palettes for _**I'm not gonna tell ya**_, and it was quite hard for me to mix them together in my mind and decide which color goes where and how to use it, so after thinking about it for a while, I decided I'd narrow my options to 6 colors per palette, and in order to better visualize them, I wrote a small php page to help me. + +It's actually very simple, there's a large preview where you can modify each color on the fly, and then you can send them to a fake page preview. that's it. + +I put it on github, just in case you want to give it a look. + +Let me know what you think about it. Cheers ;) \ No newline at end of file -- cgit v1.2.3