small pixel drawing of a pufferfish j3s.sh

make puffy2 my helper
Jesse Olson j3s@c3f.net
Fri, 08 Apr 2022 07:05:52 +0000
commit

6138b6687a0df80f551c6c8fb9a2b63805d6855d

parent

d987b81afefda55c084916e16c42e00714a71718

3 files changed, 2 insertions(+), 2 deletions(-)

jump to
M READMEREADME

@@ -3,12 +3,12 @@

[x] add project section [x] make image not bounce text while loading (reserve height?) - locked width & height of the header image :shrug: +[ ] add alternate fishes to the thoughts and reviews pages :3 [ ] draw & add pufferfish favicon [ ] make blog have rss feed for select thoughts/reviews [ ] merge jrss into website tools codebase [ ] make blog handle TLS [ ] make git necronomicon post not html lmao -[ ] add alternate fishes to the thoughts and reviews pages :3 prob not~ [ ] native git thing?
M templates/simple-layout.htmltemplates/simple-layout.html

@@ -15,7 +15,7 @@ <title>jes post</title>

<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22><text y=%2226%22 font-size=%2226%22>🐈‍⬛</text></svg>"> </head> <div id="main"><body class="grayscale"> - <a href="/"><img src="/static/scrombles.png" alt="scrombles the cat"></a> + <a href="/"><img width="100" height="76.5" src="/static/unnamed-puffy-2.png" alt="another pufferfish drawn by rekka"></a> <hr> <pre>{{ . }}</pre> </div></body>