commit 15bbefb5385b963391e26e396444918d00b497e5
parent c56ea5b6a65a59b883a41f1c5b32a58f32975b45
Author: Pollux <pollux@pollux.codes>
Date: Wed, 29 Oct 2025 15:04:13 +0000
Post art
Signed-off-by: Pollux <pollux@pollux.codes>
Diffstat:
3 files changed, 20 insertions(+), 1 deletion(-)
diff --git a/assets/artwork/kindle-cat.png b/assets/artwork/kindle-cat.png
Binary files differ.
diff --git a/content/art/kindle-wallpaper.md b/content/art/kindle-wallpaper.md
@@ -0,0 +1,16 @@
++++
+title = 'Kindle Cat'
+date = 2025-10-29T15:03:02+00:00
+arttags = ['kindle', 'wallpaper', 'cat']
+[params]
+ file = "kindle-cat.png"
++++
+
+First hand-drawn art I've posted here!
+
+I recently jailbroke my kindle and decided to make a custom wallpaper for it. I
+quite liked the idea of a cat peering around the edge of the screen, so I drew
+it myself.
+
+The background is transparent, I just styled it with a background color so you
+can see the cat.
diff --git a/static/style.css b/static/style.css
@@ -6,7 +6,10 @@ body {
max-width: 50em;
font: 1.2em/1.62 monospace;
}
-img{vertical-align: bottom}
+img{
+ vertical-align: bottom;
+ background-color: #222222;
+}
a{color:skyblue}
iframe {border: 1px dashed white}
.highlight {overflow-x:scroll}