<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xml:base="https://snail-legs.co.uk/" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>snail-legs: changelog feed</title>
    <link>https://snail-legs.co.uk/</link>
    <atom:link href="https://snail-legs.co.uk/changelog/feed.xml" rel="self" type="application/rss+xml" />
    <description>RSS feed for snail-legs changelog entries.</description>
    <language>en-GB</language>
    <item>
      <title>Changelog</title>
      <link>https://snail-legs.co.uk/changelog/2026-01-02/</link>
      <description>&lt;p&gt;It’s 2026!!  Can you believe that??&lt;/p&gt;
&lt;p&gt;Small update today.  Tweaks to the text on some pages, an update to the gallery, and a very small css tweak.  Oh, and an update to the site footer for the new year!&lt;/p&gt;
&lt;p&gt;I believe a bunch of microblog entries from a few weeks ago will go up with this upload too :)&lt;/p&gt;
</description>
      <pubDate>Thu, 11 Dec 2025 20:46:08 GMT</pubDate>
      <dc:creator>snail-legs</dc:creator>
      <guid>https://snail-legs.co.uk/changelog/2026-01-02/</guid>
    </item>
    <item>
      <title>Changelog</title>
      <link>https://snail-legs.co.uk/changelog/2025-10-28/</link>
      <description>&lt;p&gt;Made some tweaks to my eleventy image plugin config!  Basically, making it so that my gifs are kept intact/animated, and also making sure the responsive sizing is up and running.&lt;/p&gt;
&lt;p&gt;It took me a little while to figure out the responsive sizing.  This is what my ImageTransform config looks like now :)&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;eleventyConfig.addPlugin(eleventyImageTransformPlugin, {
  widths: [200, 600, 800],
  formats: [&quot;png&quot;, &quot;gif&quot;, &quot;webp&quot;],
  formatFiltering: [&quot;transparent&quot;, &quot;animated&quot;],
  sharpOptions: {
    animated: true,
  },
  htmlOptions: {
    imgAttributes: {
      alt: &quot;&quot;, // required
      sizes: [200, 600, 800],
      loading: &quot;lazy&quot;,
      decoding: &quot;async&quot;
    },
    fallback: &quot;smallest&quot;
  }
});
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;I still feel a little intimidated by my config.cjs file as a whole, but I think my understanding of it is “good enough” for now!&lt;/p&gt;
&lt;p&gt;But yeah um.  I think it’s ready.  The website, I mean.  I think my 11ty migration can be considered “complete”.  Very exciting!! aaa!!!&lt;/p&gt;
&lt;p&gt;I wrote up like a little &lt;a href=&quot;https://snail-legs.co.uk/eleventy-migration/&quot;&gt;announcement post&lt;/a&gt; for it, and there was a lot of stuff I edited out because I didn’t want it to be super long or go on tooooo many tangents, but I was looking back on these changelogs and.  What do you mean I’ve been working on this for 7~8 months now???&lt;/p&gt;
&lt;p&gt;There’s still lots of stuff I want to add to the site and improve about it, but I’m very happy to have reached this point!  I’ll probably just take my time with the other stuff.&lt;/p&gt;
&lt;p&gt;I was going to copy over the remaining todos, but it’d literally look like this:&lt;/p&gt;
&lt;p&gt;…the nice-to-haves:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;[ ] Project pages for Game Projects&lt;/li&gt;
&lt;li&gt;[ ] Project pages for Archived Projects&lt;/li&gt;
&lt;li&gt;[ ] Extra sketchbooks (OC-2023, M)&lt;/li&gt;
&lt;li&gt;[ ] Cute header art for the main pages!&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Things to fix:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;[x] Image plugin seems to have broken our GIFs…  See the blender projects.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;I’m going to try to run a proper build of the site now.  And then if that all works out ok, I’ll upload it to my webhost.  If you’re reading this, I’ve probably succeeded! :D&lt;/p&gt;
&lt;p&gt;I should probably make an actual git repo for the site too.  It’s a pretty big project now, and getting some proper version control set up shouldn’t be that hard/take that long.  My gamedev adventures have gotten me pretty comfy using git!&lt;/p&gt;
</description>
      <pubDate>Thu, 11 Dec 2025 20:46:08 GMT</pubDate>
      <dc:creator>snail-legs</dc:creator>
      <guid>https://snail-legs.co.uk/changelog/2025-10-28/</guid>
    </item>
    <item>
      <title>Changelog</title>
      <link>https://snail-legs.co.uk/changelog/2025-10-26/</link>
      <description>&lt;p&gt;Working at getting my RSS feeds set up again today~&lt;/p&gt;
&lt;p&gt;We’re sooooo close to being able to upload the new version of the site to our webhost aaaaaaaaaaaaaaaaaaa&lt;/p&gt;
&lt;p&gt;Remaining core todos:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;[x] Figure out &lt;a href=&quot;https://www.11ty.dev/docs/plugins/rss/&quot;&gt;RSS&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;[x] Main Feed&lt;/li&gt;
&lt;li&gt;[x] Changelog Feed&lt;/li&gt;
&lt;li&gt;[x] Microblog Feed&lt;/li&gt;
&lt;li&gt;[x] Moon Jellyfish Kiss Feed&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;[x] Look into redirects.  If it’s not too difficult, set them up.  If it is unmanageable, set up a good 404 page.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;… And the nice-to-haves:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;[ ] Project pages for Game Projects&lt;/li&gt;
&lt;li&gt;[ ] Project pages for Archived Projects&lt;/li&gt;
&lt;li&gt;[ ] Extra sketchbooks (OC-2023, M)&lt;/li&gt;
&lt;li&gt;[x] Updated favicon&lt;/li&gt;
&lt;li&gt;[ ] Cute header art for the main pages!&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Fixes:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;[x] Wonky chapter layout images (this was caused by the image plugin breaking my flexbox stuff slightly, and fixed by wrapping my images in divs)&lt;/li&gt;
&lt;li&gt;[x] Changelog nav buttons are weird on mobile sizes&lt;/li&gt;
&lt;li&gt;[ ] Image plugin seems to have broken our GIFs…  See the blender projects.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;RSS feeds are IN!! :D&lt;/p&gt;
&lt;p&gt;I might want to make more feeds in the future?  But for now the ones I’ve got working so far are good I think.  For future feeds… I think it’ll mostly be for stuff considered as “series that will recieve updates in the future”?  So, a feed for the &lt;a href=&quot;https://snail-legs.co.uk/blender-learner-journal/&quot;&gt;Blender Learner Journal&lt;/a&gt; entries for example.  Or for &lt;a href=&quot;https://snail-legs.co.uk/sketchbooks/&quot;&gt;Sketchbooks&lt;/a&gt;.  Stuff like that.&lt;/p&gt;
&lt;p&gt;As far as redirects go… I’m looking at &lt;a href=&quot;https://brianm.me/posts/eleventy-redirect-from/&quot;&gt;this blog post&lt;/a&gt; and thinking that setting them up might not be toooo bad, after all?  We’ll see.&lt;/p&gt;
&lt;p&gt;Okay, so I’ve gotten redirects working for all my bloggy pages!  Really straightforward thanks to Brian’s redirect template (linked above), thank you Brian.&lt;/p&gt;
&lt;p&gt;Feeling a little more intimidated by the comics/zines/sketchbooks/etc (as usual), so I might just leave those for another time.  Very good progress today though, good work team 👍&lt;/p&gt;
&lt;p&gt;Hm, ok.  I just kinda went for it and I think I’ve done what I can now, redirect-wise.  I’m not sure there’s a way for me to easily redirect from &lt;code&gt;/bookshelf/comic/1.html&lt;/code&gt; -&amp;gt; &lt;code&gt;/comic/1/&lt;/code&gt; for every single comic page.&lt;/p&gt;
&lt;p&gt;I &lt;em&gt;could&lt;/em&gt; redirect &lt;code&gt;/bookshelf/comic/*.html&lt;/code&gt; -&amp;gt; &lt;code&gt;/comic/&lt;/code&gt;, but I feel like if people have bookmarked specific pages they might be kinda annoyed by that?  At the same time, it’s probably easier to find the page again if they’ve been redirected closer to it’s location??  Really not sure.&lt;/p&gt;
&lt;p&gt;Ok nevermind, I can’t get &lt;code&gt;/bookshelf/comic/*.html&lt;/code&gt; redirecting after all.  Oh well 😔&lt;/p&gt;
</description>
      <pubDate>Thu, 11 Dec 2025 20:46:08 GMT</pubDate>
      <dc:creator>snail-legs</dc:creator>
      <guid>https://snail-legs.co.uk/changelog/2025-10-26/</guid>
    </item>
    <item>
      <title>Changelog</title>
      <link>https://snail-legs.co.uk/changelog/2025-10-12/</link>
      <description>&lt;p&gt;The microblog is baack~!  I’m kinda looking forwards to being able to put stuff on there again.  It’s been so long!!! :0&lt;/p&gt;
&lt;p&gt;Here, I’ll copy over the remaining todos again:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;[x] Migrate microblog&lt;/li&gt;
&lt;li&gt;[/] Figure out &lt;a href=&quot;https://www.11ty.dev/docs/plugins/rss/&quot;&gt;RSS&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;[ ] Look into redirects.  If it’s not too difficult, set them up.  If it is unmanageable, set up a good 404 page.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;… And the nice-to-haves:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;[ ] Project pages for Game Projects&lt;/li&gt;
&lt;li&gt;[ ] Project pages for Archived Projects&lt;/li&gt;
&lt;li&gt;[ ] Extra sketchbooks (OC-2023, M)&lt;/li&gt;
&lt;li&gt;&lt;s&gt;[-] Cool font for the site header in the nav&lt;/s&gt;&lt;/li&gt;
&lt;li&gt;[ ] Updated favicon&lt;/li&gt;
&lt;li&gt;[ ] Cute header art for the main pages!&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;I’m sooo clooose to completing the migration!!!  We have all the content!!&lt;/p&gt;
&lt;p&gt;I started looking at the RSS plugin, then decided that was a job for another day and gave up on it for now.&lt;/p&gt;
&lt;p&gt;Then I tried out a few different fonts for &lt;code&gt;h1&lt;/code&gt; and &lt;code&gt;h2&lt;/code&gt; headings and IIII don’t think any of them were quite right…  I think I’ll just stick to good old atkinson for now.  Maybe I’ll try replacing the header text “snail-legs” with an image // artwork instead?&lt;/p&gt;
&lt;p&gt;Problems for another day, again.  Going to be in HND classes tomorrow and Tuesday so it might be a lil while before I touch website stuff again depending on what work we get assigned.&lt;/p&gt;
&lt;p&gt;Next time I think I’d like to just buckle down and get those last two must-have todos done!!  I reallllly want to set the new version of the website loose into the world.&lt;/p&gt;
&lt;p&gt;CSS weirdness that needs to be fixed also:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;[ ] Fix chapter layout images (project pages for comics/zines in series)&lt;/li&gt;
&lt;li&gt;[ ] Changelog nav buttons are weird on mobile sizes&lt;/li&gt;
&lt;/ul&gt;
</description>
      <pubDate>Thu, 11 Dec 2025 20:46:08 GMT</pubDate>
      <dc:creator>snail-legs</dc:creator>
      <guid>https://snail-legs.co.uk/changelog/2025-10-12/</guid>
    </item>
    <item>
      <title>Changelog</title>
      <link>https://snail-legs.co.uk/changelog/2025-10-11/</link>
      <description>&lt;p&gt;Working on migrating music stuff today!&lt;/p&gt;
&lt;p&gt;Here, I’ll copy over the remaining todos:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;[x] Migrate Music Room pages&lt;/li&gt;
&lt;li&gt;[ ] Migrate microblog&lt;/li&gt;
&lt;li&gt;[ ] Figure out &lt;a href=&quot;https://www.11ty.dev/docs/plugins/rss/&quot;&gt;RSS&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;[x] Figure out &lt;a href=&quot;https://www.11ty.dev/docs/plugins/image/&quot;&gt;image optimisation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;[ ] Look into redirects.  If it’s not too difficult, set them up.  If it is unmanageable, set up a good 404 page.&lt;/li&gt;
&lt;li&gt;[x] Stop the changelog collection from generating duplicate pages in _site/_collections/changelog/etc/etc&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;… And the nice-to-haves:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;[ ] Project pages for Game Projects&lt;/li&gt;
&lt;li&gt;[ ] Project pages for Archived Projects&lt;/li&gt;
&lt;li&gt;[ ] Extra sketchbooks (OC-2023, M)&lt;/li&gt;
&lt;li&gt;[ ] Cool font for the site header in the nav&lt;/li&gt;
&lt;li&gt;[ ] Updated favicon&lt;/li&gt;
&lt;li&gt;[ ] Cute header art for the main pages!&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;So the UTAU stuff was really fun to move over!!  I ended up moving it all into a seperate &lt;a href=&quot;https://snail-legs.co.uk/utau/&quot;&gt;UTAU Page&lt;/a&gt;, so all the songs, voicebanks, and eventually videos related to UTAU stuff will go there.  Currently there is one (1) video there, and having put that on the website I’m now kind of inclined to make some sort of cinema page for general video content…&lt;/p&gt;
&lt;p&gt;I will resist the urge to make a cinema page for now though.  I mean, look at the todos!!  I have enough webdev tasks for the time being!  I think I just like the idea that this website can be super comprehensive and contain a huge body of my work!!  The power of hypertext…&lt;/p&gt;
&lt;p&gt;I’ve decided to remove the fluteposting segment for now.  It was literally just one video…  I can always make a fluteposting page similar to the UTAU one later, if I feel I want to do so.&lt;/p&gt;
&lt;p&gt;Just finished moving over the rest of the music room, and I think I’ll have to work on how I present it at some point.  Another problem for future me.&lt;/p&gt;
&lt;p&gt;Started figuring out the image optimisation plugin!  Had a little hiccup where it was stretching out all my images weirdly, but it was because my reset.css file sets image widths to 100% by default… and all I had to do to fix it was also set image heights to 100% by default.&lt;/p&gt;
</description>
      <pubDate>Thu, 11 Dec 2025 20:46:08 GMT</pubDate>
      <dc:creator>snail-legs</dc:creator>
      <guid>https://snail-legs.co.uk/changelog/2025-10-11/</guid>
    </item>
    <item>
      <title>Changelog</title>
      <link>https://snail-legs.co.uk/changelog/2025-10-10/</link>
      <description>&lt;p&gt;I finished writing transcripts for all the sketchbooks!!  That means we’re officially at parity with the old version of the site when it comes to the contents of the bookshelf!! :D&lt;/p&gt;
&lt;p&gt;Okok, so I… &lt;em&gt;technically&lt;/em&gt; have 2 more sketchbooks to transcribe? But they weren’t available on the old site, so I’m not too stressed about those.  I’ll get to them when I get to them.&lt;/p&gt;
&lt;p&gt;To-dos before I can upload the 11ty site:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;[x] Migrate remaining Snail Log pages&lt;/li&gt;
&lt;li&gt;[x] Migrate remaining changelog entries&lt;/li&gt;
&lt;li&gt;[ ] Migrate Music Room pages&lt;/li&gt;
&lt;li&gt;[ ] Migrate microblog&lt;/li&gt;
&lt;li&gt;[ ] Figure out &lt;a href=&quot;https://www.11ty.dev/docs/plugins/rss/&quot;&gt;RSS&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;[ ] Figure out &lt;a href=&quot;https://www.11ty.dev/docs/plugins/image/&quot;&gt;image optimisation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;[ ] Look into redirects.  If it’s not too difficult, set them up.  If it is unmanageable, set up a good 404 page.&lt;/li&gt;
&lt;li&gt;[ ] Stop the changelog collection from generating duplicate pages in _site/_collections/changelog/etc/etc&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;And nice-to-haves:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;[ ] Project pages for Game Projects&lt;/li&gt;
&lt;li&gt;[ ] Project pages for Archived Projects&lt;/li&gt;
&lt;li&gt;[ ] Extra sketchbooks (OC-2023, M)&lt;/li&gt;
&lt;li&gt;[ ] Cool font for the site header in the nav&lt;/li&gt;
&lt;li&gt;[ ] Updated favicon&lt;/li&gt;
&lt;li&gt;[x] Dark mode&lt;/li&gt;
&lt;li&gt;[ ] Cute header art for the main pages!&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Ough I just added support for dark mode back and I like the colours I picked!  But they don’t really fit with the art I put on the homepage.  I don’t really want to change the art, so I guess I should build a different colour palette that matches it for now 😔&lt;/p&gt;
&lt;p&gt;Cosy dark mode colours!!  RIP :&#39;)&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;--txt: #fff3e9;
--txt-accent: #eeaecc;
--txt-accent-alt: #e8956b;
--link: #f8aa22;
--link-hover: #ffea60;
--link-visited: #ef6faa;
--bg:#2a2523;
--bg-accent: #f867ca18;
--bg-accent-alt: #ff7ea916;
--highlight: pink;
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;I’m now working on migrating more changelog entries and wowowowow.  This is excruciating.  I’ve nearly made it to 2022.  I think updates became less frequent over the years, so hopefully it gets easier the further along I go… (they did)&lt;/p&gt;
&lt;p&gt;Surprisingly, I got all of the changelog stuff moved over today!  I even found some old entries from 2020!  And weirdly a bunch of previously-missing entries from 2021.  I didn’t move all of the missing 2021 ones over because I’d kinda had enough of.  Doing the changelogs.  Maybe future me will rectify this.&lt;/p&gt;
&lt;p&gt;Oh, I also finished migrating all the old Snail Log pages!  I’ll do the music &amp;amp; UTAU stuff next time I think.&lt;/p&gt;
&lt;p&gt;… Looking at the todos and thinking about how several of those tasks are way bigger than they look.  Trying not to worry about it since I’ve actually been going at a really decent pace re: the great migration.&lt;/p&gt;
&lt;p&gt;Regardless, that’s me done for today!  Good night!&lt;/p&gt;
</description>
      <pubDate>Thu, 11 Dec 2025 20:46:08 GMT</pubDate>
      <dc:creator>snail-legs</dc:creator>
      <guid>https://snail-legs.co.uk/changelog/2025-10-10/</guid>
    </item>
    <item>
      <title>Changelog</title>
      <link>https://snail-legs.co.uk/changelog/2025-09-10/</link>
      <description>&lt;p&gt;All my zines are in!  And so are most of my 24 hour comics, now.  To be super clear, I’ve only been working on the 24 hour comics today!!  A lot of them are silent comics, so transcribing them hasn’t been too bad.&lt;/p&gt;
&lt;p&gt;I’ll probably do the transcript for the 24 hour version of paige and the black dog tomorrow, and depending on how I feel I’ll probably start setting up my sketchbooks too.&lt;/p&gt;
&lt;p&gt;I figured out how to group “series” of comics/zines together nicely too, so that’s what I’ll be doing from now on when I’ve got stuff that comes in groups! :)&lt;/p&gt;
&lt;p&gt;The only challenge is how to handle crossover between series (eg. do I put the minicomic based on xyz 24 hour comic in the 24 hour comics series, so it can all be read together easily/in one go, or do I put it in the sketchbook it was originally part of?  or both?)&lt;/p&gt;
&lt;p&gt;Dreading looking into doing redirects… 11ty is currently writing 429 files?  Most of those are comic zine pages.  The data entry required to set up redirects properly will probably not be very fun.&lt;/p&gt;
&lt;p&gt;I do feel bad about changing up my URLs again, because &lt;a href=&quot;https://www.w3.org/Provider/Style/URI&quot;&gt;cool URIs don’t change&lt;/a&gt;…  But basically, they’ve all gotten cleaner.  No more file extensions, and the comics all have their own top-level directories.&lt;/p&gt;
&lt;p&gt;eg. &lt;code&gt;/the-bookshelf/comic-name/#.html&lt;/code&gt;&lt;br&gt;
➡️ &lt;code&gt;/comic-name/#/&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;I’ll do my best to maintain this new structure!!  Other than breaking people’s bookmarks, I think these new URLs are ultimately more user friendly/human readable.&lt;/p&gt;
&lt;p&gt;Other than that, I think I still just feel really happy about being able to populate the site so easily!&lt;/p&gt;
&lt;p&gt;I’m glad I went for a more simple/flat aesthetic for the site this time too, since I feel like it lets all my comics zines and art take the focus.&lt;/p&gt;
&lt;p&gt;For a little while I kinda wanted to get more creative with the design and make a more tactile/aesthetic/themed website, but I think a flat/boring design actually works best for my use case.&lt;/p&gt;
&lt;p&gt;I guess the vibe I’m going for overall could be summarised as “simple and clean”!&lt;/p&gt;
&lt;p&gt;Cannot emphasise enough how different building a 10-page website feels to building a hundreds-of-pages website.  Thank you 11ty for saving my website from a slow and certain death.&lt;/p&gt;
&lt;p&gt;Also, I get so long winded with these updates now that they’re all written in markdown in seperate files instead of being handwritten HTML, my goodness!!&lt;/p&gt;
&lt;p&gt;I’ll have to figure out if I can set up some kinda read more functionality maybe… These changelogs are functionally just for me, so that I have a record of what work I’ve done and roughly when.&lt;/p&gt;
&lt;p&gt;But I’d like for them to be easier for me to scroll through/browse!  Which should also benefit anyone else who might find them interesting (though they’re mostly just rambles)&lt;/p&gt;
&lt;p&gt;If you’re actually reading these, then.  Welcome to my dark and twisted mind I guess?&lt;/p&gt;
</description>
      <pubDate>Thu, 11 Dec 2025 20:46:08 GMT</pubDate>
      <dc:creator>snail-legs</dc:creator>
      <guid>https://snail-legs.co.uk/changelog/2025-09-10/</guid>
    </item>
    <item>
      <title>Changelog</title>
      <link>https://snail-legs.co.uk/changelog/2025-08-30/</link>
      <description>&lt;p&gt;So, I’ve been chipping away at my transcripts and data entry work to move all my comics zines sketchbooks etc over to this 11ty version of the site!&lt;/p&gt;
&lt;p&gt;And currently I’ve managed to move over 8 comics and 6 zines!! 🎉🎉&lt;/p&gt;
&lt;p&gt;It feels so good to be able to populate my site so easily!  But I still have a hell of a lot more work to do yet.&lt;/p&gt;
&lt;p&gt;Currently thinking about using the project page type setup for the games and archive pages as well, but I still have more zines sketchbooks comics to move over.&lt;/p&gt;
&lt;p&gt;According to 11ty it’s currently writing 245 files!&lt;/p&gt;
</description>
      <pubDate>Thu, 11 Dec 2025 20:46:08 GMT</pubDate>
      <dc:creator>snail-legs</dc:creator>
      <guid>https://snail-legs.co.uk/changelog/2025-08-30/</guid>
    </item>
    <item>
      <title>Changelog</title>
      <link>https://snail-legs.co.uk/changelog/2025-08-09/</link>
      <description>&lt;p&gt;Read up on 11ty’s pagination tools and. I managed to get it working for a comic!  Testing with memories since it’s short and has a full transcript and whatnot.&lt;/p&gt;
&lt;p&gt;This might actually work for me!!  Not the kind of task I want to do all at once though, what with the sheer number of comic pages I need to migrate.&lt;/p&gt;
&lt;p&gt;I think the last task for today is maybe.  It would be good if I could get the bookshelf displaying links to these pages, the way it does on the old version of the site?&lt;/p&gt;
&lt;p&gt;Okay so final update for the day!  I did get the bookshelf displaying thumbnails and linking to what I’m calling “project pages”, for book-shaped stuff (comics, zines, sketchbooks).&lt;/p&gt;
&lt;p&gt;In addition to memories, I’ve also set up first flight, heart of the sea, and staaarted setting up paige turner &amp;amp; the black dog.&lt;/p&gt;
&lt;p&gt;I’ll slowly work my way through setting up the other comics zines and sketchbooks with transcripts &amp;amp; functioning pages over the next few days/weeks/months.&lt;/p&gt;
&lt;p&gt;It’s a lot of data-entry and writing transcripts for my back-catalogue, but once it’s all done I shouldn’t be too far off from being able to upload the updated version of the site!&lt;/p&gt;
&lt;p&gt;The update is going to break so many links when it goes live… I should really work on figuring out how to do proper redirects!!&lt;/p&gt;
</description>
      <pubDate>Thu, 11 Dec 2025 20:46:08 GMT</pubDate>
      <dc:creator>snail-legs</dc:creator>
      <guid>https://snail-legs.co.uk/changelog/2025-08-09/</guid>
    </item>
    <item>
      <title>Changelog</title>
      <link>https://snail-legs.co.uk/changelog/2025-08-08/</link>
      <description>&lt;p&gt;Revisited the site redesign!!  Um so.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;We’re back to using a sidebar layout!  Needed more space for more nav links.&lt;/li&gt;
&lt;li&gt;Decided to just put a nice Nightmare Complex art on the landing/homepage for now!&lt;/li&gt;
&lt;li&gt;Updated the games lounge with a new jam game!&lt;/li&gt;
&lt;li&gt;Populated the gallery.&lt;/li&gt;
&lt;li&gt;Pondered how I want to handle comic &amp;amp; zine pages.  I think I might just switch over to downloadable PDFs tbh?  Just the thought of going through and uploading/transcribing the hundreds of comic pages from the original site frightens me a bit.&lt;/li&gt;
&lt;li&gt;I started a new links page! :)&lt;/li&gt;
&lt;li&gt;I’d quite like to make a lil header illustration for each page!  Not today/this week though lol.&lt;/li&gt;
&lt;/ul&gt;
</description>
      <pubDate>Thu, 11 Dec 2025 20:46:08 GMT</pubDate>
      <dc:creator>snail-legs</dc:creator>
      <guid>https://snail-legs.co.uk/changelog/2025-08-08/</guid>
    </item>
    <item>
      <title>Changelog</title>
      <link>https://snail-legs.co.uk/changelog/2025-04-21/</link>
      <description>&lt;p&gt;Refined the landing page big nav further!  I might re-evaluate the layout a bit more later- the blog has currently ended up with the biggest panel, which should probably go to comics &amp;amp; zines?  The bookshelf has the most Stuff in it by quite a longshot, so…&lt;/p&gt;
&lt;p&gt;Either way, I was able to get a nice flow going with the ““lettering””, and fixed some of the flexbox issues I’d been having, so that’s a win for me!&lt;/p&gt;
&lt;p&gt;Also, put the 7 mirror spell versions into downloadable formats (mostly pdfs)&lt;/p&gt;
&lt;p&gt;There really is a special kind of pain that radiates through those old comics… To me, at least.  Very glad I don’t feel that way anymore!&lt;/p&gt;
</description>
      <pubDate>Thu, 11 Dec 2025 20:46:08 GMT</pubDate>
      <dc:creator>snail-legs</dc:creator>
      <guid>https://snail-legs.co.uk/changelog/2025-04-21/</guid>
    </item>
    <item>
      <title>Changelog</title>
      <link>https://snail-legs.co.uk/changelog/2025-04-20/</link>
      <description>&lt;p&gt;Started working on a &lt;a href=&quot;https://snail-legs.co.uk/games/&quot;&gt;games&lt;/a&gt; page for my games stuff, and an &lt;a href=&quot;https://snail-legs.co.uk/archive/&quot;&gt;archive&lt;/a&gt; page to house older works!  I need to assemble the many different versions of &lt;em&gt;mirror spell&lt;/em&gt; into several PDFs still (next time), but happily I was able to do this for &lt;em&gt;colour fade&lt;/em&gt; fairly easily, and everything else already had proper exports~&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;In some cases the final exports were the only files I could find…&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;I &lt;em&gt;am&lt;/em&gt; pleased to report that I managed to recover a few bits and bobs I thought had been lost to time entirely though!  In particular, I’d thought &lt;em&gt;seaside shenanigans&lt;/em&gt; might’ve been gone forever.&lt;/p&gt;
&lt;p&gt;Anyway.  Now people can look at some of my early media projects if they want to.  They’re not very good.  I wouldn’t reccomend it.  But they’re part of my artistic journey, so they still hold a special place in my heart.  And now they have a place on this website!&lt;/p&gt;
&lt;p&gt;When I’m re-assembling the bookshelf, I might end up moving some of the work that I’m currently displaying there to the archive page, too.&lt;/p&gt;
</description>
      <pubDate>Thu, 11 Dec 2025 20:46:08 GMT</pubDate>
      <dc:creator>snail-legs</dc:creator>
      <guid>https://snail-legs.co.uk/changelog/2025-04-20/</guid>
    </item>
    <item>
      <title>Changelog</title>
      <link>https://snail-legs.co.uk/changelog/2025-04-19/</link>
      <description>&lt;p&gt;Did a little more work on the site’s rewrite!&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Started to pretty up the CSS
&lt;ul&gt;
&lt;li&gt;actual nice colours instead of test colours&lt;/li&gt;
&lt;li&gt;more styles for basic elements&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Made a simple games page&lt;/li&gt;
&lt;li&gt;Started figuring out the layout for the landing page&lt;/li&gt;
&lt;/ul&gt;
</description>
      <pubDate>Thu, 11 Dec 2025 20:46:08 GMT</pubDate>
      <dc:creator>snail-legs</dc:creator>
      <guid>https://snail-legs.co.uk/changelog/2025-04-19/</guid>
    </item>
    <item>
      <title>Changelog</title>
      <link>https://snail-legs.co.uk/changelog/2025-04-15/</link>
      <description>&lt;p&gt;Ended up trying out 11ty!&lt;/p&gt;
&lt;p&gt;Jekyll is built for building blogs, so it doesn’t really have the flexibility I’d need to keep self-hosting my comics &amp;amp; zines on this site (as far as I can tell)…&lt;/p&gt;
&lt;p&gt;So far, I’d say 11ty has had a little bit of a steeper learning curve, but seems really powerful?  I keep breaking things and then figuring out how to fix them again :&#39;)&lt;/p&gt;
&lt;p&gt;Currently I’m also giving some thought to the site’s overall design also!  I think I want to have a landing page with a pretty nav…?&lt;/p&gt;
&lt;p&gt;For example, Runegod’s site has probably one of the coolest landing pages I’ve seen in a while.  I also remember liking bikobatanari’s landing page, when that site was still online.  Louie Zong’s site has a really nice vibe to it too…&lt;/p&gt;
&lt;p&gt;Being able to use templates &amp;amp; includes is pretty game-changing as far as making thing more maintainable goes!!&lt;/p&gt;
&lt;p&gt;Goddd these changelog entries are going to get a lot more verbose probably.  I have this whooole markdown file to write in, it’s so easy to keep writing…&lt;/p&gt;
</description>
      <pubDate>Thu, 11 Dec 2025 20:46:08 GMT</pubDate>
      <dc:creator>snail-legs</dc:creator>
      <guid>https://snail-legs.co.uk/changelog/2025-04-15/</guid>
    </item>
    <item>
      <title>Changelog</title>
      <link>https://snail-legs.co.uk/changelog/2025-04-14/</link>
      <description>&lt;p&gt;Finally gave in and decided to switch this site over to jekyll!&lt;/p&gt;
&lt;p&gt;I doubt I’ll have it fully switched over by the end of the day, but I’m hoping this will help me write stuff like blog posts a little easier.  I’m such a big sucker for markdown like you wouldn’t believe…&lt;/p&gt;
&lt;p&gt;This is probably going to mean moving the comics &amp;amp; zines off of the site?  Not sure how I feel about that.  But currently they consist of several hundred static html files, which is a bit unruly and hard to manage?  So something has to change there, I think…&lt;/p&gt;
&lt;p&gt;Also.  There are so many changelog entries to move over too omg.&lt;/p&gt;
</description>
      <pubDate>Thu, 11 Dec 2025 20:46:08 GMT</pubDate>
      <dc:creator>snail-legs</dc:creator>
      <guid>https://snail-legs.co.uk/changelog/2025-04-14/</guid>
    </item>
    <item>
      <title>Changelog</title>
      <link>https://snail-legs.co.uk/changelog/2025-02-07/</link>
      <description>&lt;ul&gt;
&lt;li&gt;Happy 2025!!&lt;/li&gt;
&lt;li&gt;made a few small updates to this landing page~&lt;/li&gt;
&lt;li&gt;currently a little torn on whether I want to make a new layout or not sometime soon&lt;/li&gt;
&lt;li&gt;I like the theming/vibes of this one, but also there are a lot of places where it doesn’t feel super polished!&lt;/li&gt;
&lt;/ul&gt;
</description>
      <pubDate>Thu, 11 Dec 2025 20:46:08 GMT</pubDate>
      <dc:creator>snail-legs</dc:creator>
      <guid>https://snail-legs.co.uk/changelog/2025-02-07/</guid>
    </item>
    <item>
      <title>Changelog</title>
      <link>https://snail-legs.co.uk/changelog/2024-10-02/</link>
      <description>&lt;ul&gt;
&lt;li&gt;Created a page for &lt;a href=&quot;https://snail-legs.co.uk/sketchbooks/OC-2024-0/&quot;&gt;my OC-tober 2024 sketchbook&lt;/a&gt;!&lt;/li&gt;
&lt;li&gt;The temptation to try and redesign the site somehow… maybe make it dynamic… it still calls to me, but I don’t think I have much faith in myself to pull it off.&lt;/li&gt;
&lt;li&gt;I’ve been enjoying working away at &lt;a href=&quot;https://phi.snail-legs.co.uk/&quot;&gt;Phi’s World&lt;/a&gt; though! Despite also being a static site with hundreds of images and html files to manage, it feels easier to work with…&lt;/li&gt;
&lt;li&gt;I’ll have to think about ways to make this site more enjoyable to work on again too… I feel like I say that every time though ^^’&lt;/li&gt;
&lt;li&gt;The problem is that I do enjoy working with HTML, but the markup for things like comic pages is a little outtdated now and kind of a pain in the butt to update properly with how many comics are on the site!!&lt;/li&gt;
&lt;/ul&gt;
</description>
      <pubDate>Thu, 11 Dec 2025 20:46:08 GMT</pubDate>
      <dc:creator>snail-legs</dc:creator>
      <guid>https://snail-legs.co.uk/changelog/2024-10-02/</guid>
    </item>
    <item>
      <title>Changelog</title>
      <link>https://snail-legs.co.uk/changelog/2024-06-21/</link>
      <description>&lt;ul&gt;
&lt;li&gt;Oh oops it’s been a while since I last updated the site! I’ve decided I’ll be hosting my new comics/zines on itch.io for now - there are new projects there!! three of them!! &lt;a href=&quot;https://snail-legs.itch.io/paige-and-the-black-dog&quot;&gt;Paige Turner &amp;amp; the Black Dog&lt;/a&gt;, &lt;a href=&quot;https://snail-legs.itch.io/nightmare-complex-sketchbook&quot;&gt;Nightmare Complex Sketchbook&lt;/a&gt;, &lt;a href=&quot;https://snail-legs.itch.io/top-surgery-diary&quot;&gt;Top Surgery Diary&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://snail-legs.co.uk/the-gallery&quot;&gt;There’s a new exhibit in the gallery&lt;/a&gt;! I thought it would be cute to use my gallery page as a place to show off collections of related works in little faux-exhibitions! I realise this isn’t the usual way of doing an online gallery page, but I think doing it like this is more fun for me :)&lt;/li&gt;
&lt;li&gt;Uhh last little update is there’s a new flute video in &lt;a href=&quot;https://snail-legs.co.uk/music/&quot;&gt;the music room&lt;/a&gt;!&lt;/li&gt;
&lt;li&gt;I definately… need to put more thought into restructuring the site to make it easier to update… but honestly I’m in the kind of mood where I’d prefer to focus on making my comics &amp;amp; zines (and ah. other things that I shan’t talk about yet)&lt;/li&gt;
&lt;li&gt;oh and a teeny tiny update you probably won’t have even noticed! I compressed the header image so it should load a bit quicker now :p&lt;/li&gt;
&lt;/ul&gt;
</description>
      <pubDate>Thu, 11 Dec 2025 20:46:08 GMT</pubDate>
      <dc:creator>snail-legs</dc:creator>
      <guid>https://snail-legs.co.uk/changelog/2024-06-21/</guid>
    </item>
    <item>
      <title>Changelog</title>
      <link>https://snail-legs.co.uk/changelog/2024-03-30/</link>
      <description>&lt;ul&gt;
&lt;li&gt;At long last, a new comic appears! &lt;a href=&quot;https://snail-legs.co.uk/memories-from-the-beginning-of-time/&quot;&gt;Memories from the Beginning of Time&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;The next thing will hopefully be my top surgery diary, but not sure when that’ll be. Would it be unhinged to try to finish it up for this years TDOV? Maybe.&lt;/li&gt;
&lt;/ul&gt;
</description>
      <pubDate>Thu, 11 Dec 2025 20:46:08 GMT</pubDate>
      <dc:creator>snail-legs</dc:creator>
      <guid>https://snail-legs.co.uk/changelog/2024-03-30/</guid>
    </item>
    <item>
      <title>Changelog</title>
      <link>https://snail-legs.co.uk/changelog/2024-01-10/</link>
      <description>&lt;ul&gt;
&lt;li&gt;Been slowly working my way through the to-do list! Most pages should be updated now, but I need to do a few more passes on the mobile-friendly version of it all before I’ll upload the new design.&lt;/li&gt;
&lt;li&gt;The amount of stuff on this site that I’ll have to update is um. overwhelming. I need to work on learning php or making my own ssg ASAP lol. Just haven’t decided whether that’ll come before or after deploying this update. Leaning towards before.&lt;/li&gt;
&lt;/ul&gt;
</description>
      <pubDate>Thu, 11 Dec 2025 20:46:08 GMT</pubDate>
      <dc:creator>snail-legs</dc:creator>
      <guid>https://snail-legs.co.uk/changelog/2024-01-10/</guid>
    </item>
    <item>
      <title>Changelog</title>
      <link>https://snail-legs.co.uk/changelog/2023-12-26/</link>
      <description>&lt;ul&gt;
&lt;li&gt;Spent some time trying to figure out if I could migrate the site to Jekyll… Unfortunately I don’t think Jekyll will meet the needs of this site very well (not when I have so many comics on it dhjksahdka), so that idea’s been scrapped. One of these days I’m going to snap and write my own static site generator lol&lt;/li&gt;
&lt;li&gt;Finished migrating things to the bookshelf, kind of. I need to improve my comic-page-generator.py script before I can mass-upload more comics I think. Very much related to above bullet hh&lt;/li&gt;
&lt;li&gt;Can you tell I’m at my wit’s end with how many .html files I have to manage for this site.&lt;/li&gt;
&lt;/ul&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;2025 note&lt;/strong&gt;&lt;br&gt;
wow… I’m working on migrating the old changelog entries over to the 11ty version of the site and wow… yeah no I should’ve moved everything over to a static site generator muuch muuuch sooner.  the site is fucking massive.&lt;/p&gt;
&lt;p&gt;also!  I’m glad I didn’t have to write my own &lt;abbr title=&quot;Static Site Generator&quot;&gt;SSG&lt;/abbr&gt;.  that would’ve been a struggle.&lt;/p&gt;
&lt;/blockquote&gt;
</description>
      <pubDate>Thu, 11 Dec 2025 20:46:08 GMT</pubDate>
      <dc:creator>snail-legs</dc:creator>
      <guid>https://snail-legs.co.uk/changelog/2023-12-26/</guid>
    </item>
    <item>
      <title>Changelog</title>
      <link>https://snail-legs.co.uk/changelog/2023-12-23/</link>
      <description>&lt;p&gt;Hoo boy, whole lotta stuff happening to the site today.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;I wanted to change things up a bit, so the layout &amp;amp; design of my main pages has once again been reworked! Expect further layout changes before things settle again.&lt;/li&gt;
&lt;li&gt;The snail log has been retired for now, with its contents planned to be relocated to &lt;a href=&quot;https://snail-legs.co.uk/the-bookshelf/&quot;&gt;the bookshelf&lt;/a&gt; and the &lt;a href=&quot;https://snail-legs.co.uk/the-gallery/&quot;&gt;gallery&lt;/a&gt;, depending on what feels most appropriate.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://snail-legs.co.uk/the-gallery/&quot;&gt;the gallery&lt;/a&gt; makes it’s triumphant return! It is part of the reason for today’s redesign; I wanted to give my art some more breathing room here, and the old layout was a little compact for that.&lt;/li&gt;
&lt;li&gt;Changed the wording/layout of the Contact Me section of this page. Hopefully it feels more organised.&lt;/li&gt;
&lt;li&gt;The links page has also been retired for now; I feel like I wasn’t very good at keeping it up-to-date.&lt;/li&gt;
&lt;/ul&gt;
</description>
      <pubDate>Thu, 11 Dec 2025 20:46:08 GMT</pubDate>
      <dc:creator>snail-legs</dc:creator>
      <guid>https://snail-legs.co.uk/changelog/2023-12-23/</guid>
    </item>
    <item>
      <title>Changelog</title>
      <link>https://snail-legs.co.uk/changelog/2023-10-10/</link>
      <description>&lt;p&gt;Another update summary! Some stuff added today, other stuff added since the last update.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Changed some of the wording on some pages… I’m trying to feel more Confident, so we’re starting by trying to break the habit of not typing with any capital letters…&lt;/li&gt;
&lt;li&gt;Re-jigged &lt;a href=&quot;https://snail-legs.co.uk/the-snail-log/&quot;&gt;the snail log&lt;/a&gt; a bit. Removed a bunch of older blog posts; they’re still there, but the main snail-log page no longer links to them.&lt;/li&gt;
&lt;li&gt;New to the snail log: &lt;a href=&quot;https://snail-legs.co.uk/book-of-little-guys/&quot;&gt;Book of Little Guys&lt;/a&gt;, &lt;a href=&quot;https://snail-legs.co.uk/some-dragons/&quot;&gt;SOME DRAGONS&lt;/a&gt;, &lt;a href=&quot;https://snail-legs.co.uk/blender-learner-journal/&quot;&gt;Blender Learner Journal&lt;/a&gt;, and some OC-related pages! I’ll probably move my OC/worldbuilding stuff to a subdomain at some point, so I’ll not link them here yet.&lt;/li&gt;
&lt;li&gt;Also, there are some new sillies in the &lt;a href=&quot;https://snail-legs.co.uk/utau/&quot;&gt;UTAU section of the music page&lt;/a&gt;!&lt;/li&gt;
&lt;/ul&gt;
</description>
      <pubDate>Thu, 11 Dec 2025 20:46:08 GMT</pubDate>
      <dc:creator>snail-legs</dc:creator>
      <guid>https://snail-legs.co.uk/changelog/2023-10-10/</guid>
    </item>
    <item>
      <title>Changelog</title>
      <link>https://snail-legs.co.uk/changelog/2023-07-26/</link>
      <description>&lt;p&gt;I am apparently dreadful at remembering to update the changelog… a summary of new things since the last update:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;the first act of &lt;a href=&quot;https://snail-legs.co.uk/moon-jellyfish-kiss/&quot;&gt;moon jellyfish kiss&lt;/a&gt; is now complete! I’m slowly working on adding transcripts to every page.&lt;/li&gt;
&lt;li&gt;we have a &lt;a href=&quot;https://snail-legs.co.uk/music/&quot;&gt;music page&lt;/a&gt;! and I made an &lt;a href=&quot;https://snail-legs.co.uk/utau/&quot;&gt;UTAU&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;oh, and &lt;a href=&quot;https://snail-legs.co.uk/the-snail-log/&quot;&gt;the snail log&lt;/a&gt; got some mini zines! I also uploaded some sketchbooks there &lt;a href=&quot;https://snail-legs.co.uk/sketchbooks/OC-2022-0/&quot;&gt;1&lt;/a&gt;, &lt;a href=&quot;https://snail-legs.co.uk/sketchbooks/2023-1-0/&quot;&gt;2&lt;/a&gt;, &lt;a href=&quot;https://snail-legs.co.uk/sketchbooks/2023-2-0/&quot;&gt;3&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;as far as actual changes to the site go, we moved to a new host!&lt;/li&gt;
&lt;li&gt;otherwise I’m pretty happy with the site right now so most of the updates have been me uploading new art/comics/stuff!&lt;/li&gt;
&lt;/ul&gt;
</description>
      <pubDate>Thu, 11 Dec 2025 20:46:08 GMT</pubDate>
      <dc:creator>snail-legs</dc:creator>
      <guid>https://snail-legs.co.uk/changelog/2023-07-26/</guid>
    </item>
    <item>
      <title>Changelog</title>
      <link>https://snail-legs.co.uk/changelog/2024-03-13/</link>
      <description>&lt;ul&gt;
&lt;li&gt;I… I redesigned the site again lol. The previous version never even went live, rip… But we’re back to being pink! And I think I like this version a lot :)&lt;/li&gt;
&lt;li&gt;I’m still thinking about what to do with the comic pages haha- there are just so many it’s a little overwhelming to think of! So for now they get to stay on the old template.&lt;/li&gt;
&lt;li&gt;No dark mode this time. At least, not yet? I kinda designed the whole site around the header image haha…&lt;/li&gt;
&lt;/ul&gt;
</description>
      <pubDate>Thu, 11 Dec 2025 20:46:08 GMT</pubDate>
      <dc:creator>snail-legs</dc:creator>
      <guid>https://snail-legs.co.uk/changelog/2024-03-13/</guid>
    </item>
    <item>
      <title>Changelog</title>
      <link>https://snail-legs.co.uk/changelog/2023-01-27/</link>
      <description>&lt;p&gt;ohhh wow, big update today! I had another go at retheming my site, much happier with the general vibe of this attempt!&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;the new font is &lt;a href=&quot;https://brailleinstitute.org/freefont&quot;&gt;atkinson hyperlegible&lt;/a&gt;!&lt;/li&gt;
&lt;li&gt;everything is sort of… rounder with less borders? and gradients have been removed!&lt;/li&gt;
&lt;li&gt;the site now has new light mode and dark mode themes! done via a prefers-color-scheme: dark media query - the theme displayed should line up with your browser preferences&lt;/li&gt;
&lt;li&gt;updated the blog layout to match the new themes of the main site. blog pages don’t have custom colours anymore, but it’ll make it much easier for me to update the blog styling in future if needed ^^’&lt;/li&gt;
&lt;li&gt;updated the comics layout too - same as above, more matchy-matchy (with the exception of moon jellyfish kiss) but hopefully easier to maintain this way!&lt;/li&gt;
&lt;/ul&gt;
</description>
      <pubDate>Thu, 11 Dec 2025 20:46:08 GMT</pubDate>
      <dc:creator>snail-legs</dc:creator>
      <guid>https://snail-legs.co.uk/changelog/2023-01-27/</guid>
    </item>
    <item>
      <title>Changelog</title>
      <link>https://snail-legs.co.uk/changelog/2022-11-04/</link>
      <description>&lt;p&gt;I think I’m more or less finished with the new layout! I might retheme it as well at some point, but I’ll have to have a think about what that’ll look like.&lt;/p&gt;
&lt;p&gt;you might notice some changes to the about section also :)&lt;/p&gt;
</description>
      <pubDate>Thu, 11 Dec 2025 20:46:08 GMT</pubDate>
      <dc:creator>snail-legs</dc:creator>
      <guid>https://snail-legs.co.uk/changelog/2022-11-04/</guid>
    </item>
    <item>
      <title>Changelog</title>
      <link>https://snail-legs.co.uk/changelog/2022-11-01/</link>
      <description>&lt;p&gt;started work on a redesign of the site! we’re going back to having a sidebar except this time I have slightly different tastes lol&lt;/p&gt;
&lt;p&gt;if nothing else, I’ve learnt more flexbox now and don’t need to rely on bootstrap for this kinda layout anymore!&lt;/p&gt;
</description>
      <pubDate>Thu, 11 Dec 2025 20:46:08 GMT</pubDate>
      <dc:creator>snail-legs</dc:creator>
      <guid>https://snail-legs.co.uk/changelog/2022-11-01/</guid>
    </item>
    <item>
      <title>Changelog</title>
      <link>https://snail-legs.co.uk/changelog/2022-09-04/</link>
      <description>&lt;p&gt;posted &lt;a href=&quot;https://snail-legs.co.uk/becoming/&quot;&gt;becoming&lt;/a&gt;, my latest zine! it’s some reflections and thoughts on gender and where I am with my transition :-)&lt;/p&gt;
</description>
      <pubDate>Thu, 11 Dec 2025 20:46:08 GMT</pubDate>
      <dc:creator>snail-legs</dc:creator>
      <guid>https://snail-legs.co.uk/changelog/2022-09-04/</guid>
    </item>
    <item>
      <title>Changelog</title>
      <link>https://snail-legs.co.uk/changelog/2022-08-13/</link>
      <description>&lt;p&gt;started uploading &lt;a href=&quot;https://snail-legs.co.uk/moon-jellyfish-kiss/&quot;&gt;moon jellyfish kiss&lt;/a&gt;, my new webcomic!&lt;/p&gt;
</description>
      <pubDate>Thu, 11 Dec 2025 20:46:08 GMT</pubDate>
      <dc:creator>snail-legs</dc:creator>
      <guid>https://snail-legs.co.uk/changelog/2022-08-13/</guid>
    </item>
    <item>
      <title>Changelog</title>
      <link>https://snail-legs.co.uk/changelog/2022-06-15/</link>
      <description>&lt;ul&gt;
&lt;li&gt;freshened up my css a little! changes aren’t massive, just wanted a fresh coat of paint :)&lt;/li&gt;
&lt;li&gt;the &lt;a href=&quot;https://snail-legs.co.uk/microblog/&quot;&gt;microblog&lt;/a&gt; now has a lightly-scuffed table of contents!&lt;/li&gt;
&lt;li&gt;added some new &lt;a href=&quot;https://snail-legs.co.uk/links/&quot;&gt;links&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</description>
      <pubDate>Thu, 11 Dec 2025 20:46:08 GMT</pubDate>
      <dc:creator>snail-legs</dc:creator>
      <guid>https://snail-legs.co.uk/changelog/2022-06-15/</guid>
    </item>
    <item>
      <title>Changelog</title>
      <link>https://snail-legs.co.uk/changelog/2022-05-22/</link>
      <description>&lt;p&gt;new art in &lt;a href=&quot;https://snail-legs.co.uk/the-gallery/&quot;&gt;the gallery&lt;/a&gt;!&lt;/p&gt;
</description>
      <pubDate>Thu, 11 Dec 2025 20:46:08 GMT</pubDate>
      <dc:creator>snail-legs</dc:creator>
      <guid>https://snail-legs.co.uk/changelog/2022-05-22/</guid>
    </item>
    <item>
      <title>Changelog</title>
      <link>https://snail-legs.co.uk/changelog/2022-05-08/</link>
      <description>&lt;p&gt;uploaded a new zine! &lt;a href=&quot;https://snail-legs.co.uk/manifesto/&quot;&gt;manifesto (of the alex otherwise known as snail-legs)&lt;/a&gt;, made as part of &lt;a href=&quot;https://itch.io/jam/manifesto-jam-22&quot;&gt;manifesto jam 2022&lt;/a&gt; - lots of cool manifestos there, 100% reccomend checking them out.&lt;/p&gt;
</description>
      <pubDate>Thu, 11 Dec 2025 20:46:08 GMT</pubDate>
      <dc:creator>snail-legs</dc:creator>
      <guid>https://snail-legs.co.uk/changelog/2022-05-08/</guid>
    </item>
    <item>
      <title>Changelog</title>
      <link>https://snail-legs.co.uk/changelog/2022-04-12/</link>
      <description>&lt;ul&gt;
&lt;li&gt;new art in &lt;a href=&quot;https://snail-legs.co.uk/the-gallery/&quot;&gt;the gallery&lt;/a&gt;!&lt;/li&gt;
&lt;li&gt;updated the &lt;a href=&quot;https://snail-legs.co.uk/links/&quot;&gt;links&lt;/a&gt; page! now everything is (loosely) categorised for easier browsing :-)&lt;/li&gt;
&lt;/ul&gt;
</description>
      <pubDate>Thu, 11 Dec 2025 20:46:08 GMT</pubDate>
      <dc:creator>snail-legs</dc:creator>
      <guid>https://snail-legs.co.uk/changelog/2022-04-12/</guid>
    </item>
    <item>
      <title>Changelog</title>
      <link>https://snail-legs.co.uk/changelog/2022-03-30/</link>
      <description>&lt;p&gt;redecorated my &lt;a href=&quot;https://snail-legs.co.uk/microblog/&quot;&gt;microblog&lt;/a&gt;!&lt;/p&gt;
</description>
      <pubDate>Thu, 11 Dec 2025 20:46:08 GMT</pubDate>
      <dc:creator>snail-legs</dc:creator>
      <guid>https://snail-legs.co.uk/changelog/2022-03-30/</guid>
    </item>
    <item>
      <title>Changelog</title>
      <link>https://snail-legs.co.uk/changelog/2022-03-12/</link>
      <description>&lt;p&gt;new art in &lt;a href=&quot;https://snail-legs.co.uk/the-gallery/&quot;&gt;the gallery&lt;/a&gt; :-)&lt;/p&gt;
&lt;p&gt;might reformat the gallery at some point… I’m thinking about it.&lt;/p&gt;
</description>
      <pubDate>Thu, 11 Dec 2025 20:46:08 GMT</pubDate>
      <dc:creator>snail-legs</dc:creator>
      <guid>https://snail-legs.co.uk/changelog/2022-03-12/</guid>
    </item>
    <item>
      <title>Changelog</title>
      <link>https://snail-legs.co.uk/changelog/2022-02-20/</link>
      <description>&lt;p&gt;I wrote a &lt;a href=&quot;https://snail-legs.co.uk/dice-bag/&quot;&gt;knitting pattern&lt;/a&gt;! it makes a simple lil dice bag, v cute.
(if anyone makes one I’d love to see!)&lt;/p&gt;
</description>
      <pubDate>Thu, 11 Dec 2025 20:46:08 GMT</pubDate>
      <dc:creator>snail-legs</dc:creator>
      <guid>https://snail-legs.co.uk/changelog/2022-02-20/</guid>
    </item>
    <item>
      <title>Changelog</title>
      <link>https://snail-legs.co.uk/changelog/2022-02-12/</link>
      <description>&lt;p&gt;new art in &lt;a href=&quot;https://snail-legs.co.uk/the-gallery/&quot;&gt;the gallery&lt;/a&gt;!&lt;/p&gt;
</description>
      <pubDate>Thu, 11 Dec 2025 20:46:08 GMT</pubDate>
      <dc:creator>snail-legs</dc:creator>
      <guid>https://snail-legs.co.uk/changelog/2022-02-12/</guid>
    </item>
    <item>
      <title>Changelog</title>
      <link>https://snail-legs.co.uk/changelog/2022-02-02/</link>
      <description>&lt;p&gt;uploaded my hourlies from &lt;a href=&quot;https://snail-legs.co.uk/hourly-comics-day/2022-0/&quot;&gt;hourly comics day 2022&lt;/a&gt;! (they were finished late on the 1st, so I posted them on the 2nd)&lt;/p&gt;
</description>
      <pubDate>Thu, 11 Dec 2025 20:46:08 GMT</pubDate>
      <dc:creator>snail-legs</dc:creator>
      <guid>https://snail-legs.co.uk/changelog/2022-02-02/</guid>
    </item>
    <item>
      <title>Changelog</title>
      <link>https://snail-legs.co.uk/changelog/2022-01-22/</link>
      <description>&lt;ul&gt;
&lt;li&gt;added quite a few new links to the &lt;a href=&quot;https://snail-legs.co.uk/links/&quot;&gt;links&lt;/a&gt; page!&lt;/li&gt;
&lt;li&gt;little css changes here and there - we have custom scrollbars now :-)&lt;/li&gt;
&lt;/ul&gt;
</description>
      <pubDate>Thu, 11 Dec 2025 20:46:08 GMT</pubDate>
      <dc:creator>snail-legs</dc:creator>
      <guid>https://snail-legs.co.uk/changelog/2022-01-22/</guid>
    </item>
    <item>
      <title>Changelog</title>
      <link>https://snail-legs.co.uk/changelog/2022-01-02/</link>
      <description>&lt;ul&gt;
&lt;li&gt;new comic: &lt;a href=&quot;https://snail-legs.co.uk/first-flight/&quot;&gt;first flight&lt;/a&gt;!!&lt;/li&gt;
&lt;li&gt;also, the comic pages no longer rely on javascript! I wrote some python and managed to mostly automate the process of converting them from JS to HTML.&lt;/li&gt;
&lt;li&gt;also also, changed the fonts around again.&lt;/li&gt;
&lt;/ul&gt;
</description>
      <pubDate>Thu, 11 Dec 2025 20:46:08 GMT</pubDate>
      <dc:creator>snail-legs</dc:creator>
      <guid>https://snail-legs.co.uk/changelog/2022-01-02/</guid>
    </item>
    <item>
      <title>Changelog</title>
      <link>https://snail-legs.co.uk/changelog/2022-01-01/</link>
      <description>&lt;p&gt;we now have an &lt;a href=&quot;https://snail-legs.co.uk/rss/&quot;&gt;RSS feed&lt;/a&gt;! it’s cobbled together by hand but should be perfectly functional, provided I remember to update it :-)&lt;/p&gt;
</description>
      <pubDate>Thu, 11 Dec 2025 20:46:08 GMT</pubDate>
      <dc:creator>snail-legs</dc:creator>
      <guid>https://snail-legs.co.uk/changelog/2022-01-01/</guid>
    </item>
    <item>
      <title>Changelog</title>
      <link>https://snail-legs.co.uk/changelog/2021-12-31/</link>
      <description>&lt;ul&gt;
&lt;li&gt;made a new blog page for my &lt;a href=&quot;https://snail-legs.co.uk/new-years-resolutions-2022/&quot;&gt;new years resolutions&lt;/a&gt;!&lt;/li&gt;
&lt;li&gt;there is also a handful of new posts on &lt;a href=&quot;https://snail-legs.co.uk/microblog/&quot;&gt;the microblog&lt;/a&gt; :-)&lt;/li&gt;
&lt;/ul&gt;
</description>
      <pubDate>Thu, 11 Dec 2025 20:46:08 GMT</pubDate>
      <dc:creator>snail-legs</dc:creator>
      <guid>https://snail-legs.co.uk/changelog/2021-12-31/</guid>
    </item>
    <item>
      <title>Changelog</title>
      <link>https://snail-legs.co.uk/changelog/2021-12-10/</link>
      <description>&lt;p&gt;I made a &lt;a href=&quot;https://snail-legs.co.uk/microblog/&quot;&gt;microblog&lt;/a&gt;! it’s mostly for shorter + less-fully formed thoughts and feelings aha,&lt;/p&gt;
&lt;p&gt;I think it’s kinda neat&lt;/p&gt;
</description>
      <pubDate>Thu, 11 Dec 2025 20:46:08 GMT</pubDate>
      <dc:creator>snail-legs</dc:creator>
      <guid>https://snail-legs.co.uk/changelog/2021-12-10/</guid>
    </item>
    <item>
      <title>Changelog</title>
      <link>https://snail-legs.co.uk/changelog/2021-12-07/</link>
      <description>&lt;ul&gt;
&lt;li&gt;re-arranged some of the images in &lt;a href=&quot;https://snail-legs.co.uk/the-gallery/&quot;&gt;the gallery&lt;/a&gt;, and added some concept art from earlier in the year that I like!&lt;/li&gt;
&lt;li&gt;I also finished work on the art shop and it’s ready to go and everything, I’m just. nervous about uploading it. I should upload it. I will. but not today.&lt;/li&gt;
&lt;/ul&gt;
</description>
      <pubDate>Thu, 11 Dec 2025 20:46:08 GMT</pubDate>
      <dc:creator>snail-legs</dc:creator>
      <guid>https://snail-legs.co.uk/changelog/2021-12-07/</guid>
    </item>
    <item>
      <title>Changelog</title>
      <link>https://snail-legs.co.uk/changelog/2021-12-02/</link>
      <description>&lt;p&gt;a final update on my &lt;a href=&quot;https://snail-legs.co.uk/nanowrimo-2021/&quot;&gt;nanowrimo project&lt;/a&gt;, now that November is over :&#39;-)&lt;/p&gt;
</description>
      <pubDate>Thu, 11 Dec 2025 20:46:08 GMT</pubDate>
      <dc:creator>snail-legs</dc:creator>
      <guid>https://snail-legs.co.uk/changelog/2021-12-02/</guid>
    </item>
    <item>
      <title>Changelog</title>
      <link>https://snail-legs.co.uk/changelog/2021-11-23/</link>
      <description>&lt;p&gt;new art :-)&lt;/p&gt;
&lt;p&gt;it shouldn’t look like much has changed from your end, but pls notice my pretty urls! I reorganised all of my pages into proper subdirectories. it was kinda painful.&lt;/p&gt;
&lt;p&gt;you may need to hard-refresh any pages you visit for them to work! most of the old links are broken now :&#39;-)&lt;/p&gt;
&lt;p&gt;speaking of links, we also have the beginnings of a &lt;a href=&quot;https://snail-legs.co.uk/links/&quot;&gt;links&lt;/a&gt; page! I made some badges after being given a nudge by &lt;a href=&quot;https://noa-s.org/&quot;&gt;noa-s&lt;/a&gt; and will slowly be adding links to sites I think are neat!&lt;/p&gt;
</description>
      <pubDate>Thu, 11 Dec 2025 20:46:08 GMT</pubDate>
      <dc:creator>snail-legs</dc:creator>
      <guid>https://snail-legs.co.uk/changelog/2021-11-23/</guid>
    </item>
    <item>
      <title>Changelog</title>
      <link>https://snail-legs.co.uk/changelog/2021-11-17/</link>
      <description>&lt;p&gt;small tweaks to logo &amp;amp; site footer, plus a new favicon finally!&lt;/p&gt;
</description>
      <pubDate>Thu, 11 Dec 2025 20:46:08 GMT</pubDate>
      <dc:creator>snail-legs</dc:creator>
      <guid>https://snail-legs.co.uk/changelog/2021-11-17/</guid>
    </item>
    <item>
      <title>Changelog</title>
      <link>https://snail-legs.co.uk/changelog/2021-11-16/</link>
      <description>&lt;ul&gt;
&lt;li&gt;uploaded a new comic! &lt;a href=&quot;https://snail-legs.co.uk/letters-from-the-end-of-a-world/&quot;&gt;letters from the end of a world&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;also we have a new site header/logo!&lt;/li&gt;
&lt;/ul&gt;
</description>
      <pubDate>Thu, 11 Dec 2025 20:46:08 GMT</pubDate>
      <dc:creator>snail-legs</dc:creator>
      <guid>https://snail-legs.co.uk/changelog/2021-11-16/</guid>
    </item>
    <item>
      <title>Changelog</title>
      <link>https://snail-legs.co.uk/changelog/2021-11-15/</link>
      <description>&lt;ul&gt;
&lt;li&gt;made a couple of changes to fonts! hope you like snail scrawl :-)&lt;/li&gt;
&lt;li&gt;uploaded the last 7 pages of &lt;a href=&quot;https://snail-legs.co.uk/factory-town/&quot;&gt;factory town&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;made &lt;a href=&quot;https://snail-legs.co.uk/comic-js/&quot;&gt;the JavaScript&lt;/a&gt; I use for my comic pages available! I hope it’s useful to someone!&lt;/li&gt;
&lt;li&gt;updated my &lt;a href=&quot;https://snail-legs.co.uk/nanowrimo-2021/&quot;&gt;nanowrimo&lt;/a&gt; tracker :&#39;-)&lt;/li&gt;
&lt;/ul&gt;
</description>
      <pubDate>Thu, 11 Dec 2025 20:46:08 GMT</pubDate>
      <dc:creator>snail-legs</dc:creator>
      <guid>https://snail-legs.co.uk/changelog/2021-11-15/</guid>
    </item>
    <item>
      <title>Changelog</title>
      <link>https://snail-legs.co.uk/changelog/2021-11-02/</link>
      <description>&lt;p&gt;&lt;a href=&quot;https://snail-legs.co.uk/befriending-my-printer/&quot;&gt;befriended my printer&lt;/a&gt;, feeling good!&lt;/p&gt;
</description>
      <pubDate>Thu, 11 Dec 2025 20:46:08 GMT</pubDate>
      <dc:creator>snail-legs</dc:creator>
      <guid>https://snail-legs.co.uk/changelog/2021-11-02/</guid>
    </item>
    <item>
      <title>Changelog</title>
      <link>https://snail-legs.co.uk/changelog/2021-11-01/</link>
      <description>&lt;ul&gt;
&lt;li&gt;I’m doing nanowrimo this year! I’ll be tracking my progress on &lt;a href=&quot;https://snail-legs.co.uk/nanowrimo-2021/&quot;&gt;this blog page&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;also been working on the art shop… it’s coming along and will open soon!&lt;/li&gt;
&lt;/ul&gt;
</description>
      <pubDate>Thu, 11 Dec 2025 20:46:08 GMT</pubDate>
      <dc:creator>snail-legs</dc:creator>
      <guid>https://snail-legs.co.uk/changelog/2021-11-01/</guid>
    </item>
    <item>
      <title>Changelog</title>
      <link>https://snail-legs.co.uk/changelog/2021-10-25/</link>
      <description>&lt;p&gt;new &lt;a href=&quot;https://snail-legs.co.uk/arboretum-trip/&quot;&gt;blog post&lt;/a&gt; full of pictures from going to the arboretum!&lt;/p&gt;
</description>
      <pubDate>Thu, 11 Dec 2025 20:46:08 GMT</pubDate>
      <dc:creator>snail-legs</dc:creator>
      <guid>https://snail-legs.co.uk/changelog/2021-10-25/</guid>
    </item>
    <item>
      <title>Changelog</title>
      <link>https://snail-legs.co.uk/changelog/2021-10-23/</link>
      <description>&lt;ul&gt;
&lt;li&gt;finished populating my pages&lt;/li&gt;
&lt;li&gt;updated blog post layout&lt;/li&gt;
&lt;li&gt;used my epic javascript powers to create a fancy layout for comic pages ;-)&lt;/li&gt;
&lt;/ul&gt;
</description>
      <pubDate>Thu, 11 Dec 2025 20:46:08 GMT</pubDate>
      <dc:creator>snail-legs</dc:creator>
      <guid>https://snail-legs.co.uk/changelog/2021-10-23/</guid>
    </item>
    <item>
      <title>Changelog</title>
      <link>https://snail-legs.co.uk/changelog/2021-10-22/</link>
      <description>&lt;ul&gt;
&lt;li&gt;started work on current iteration of the site! we’re going teal, farewell pink 💔&lt;/li&gt;
&lt;li&gt;set up new page layout and new pages, new styling also!&lt;/li&gt;
&lt;li&gt;started populating pages…&lt;/li&gt;
&lt;/ul&gt;
</description>
      <pubDate>Thu, 11 Dec 2025 20:46:08 GMT</pubDate>
      <dc:creator>snail-legs</dc:creator>
      <guid>https://snail-legs.co.uk/changelog/2021-10-22/</guid>
    </item>
    <item>
      <title>Changelog</title>
      <link>https://snail-legs.co.uk/changelog/2021-10-19/</link>
      <description>&lt;p&gt;new blog post about &lt;a href=&quot;https://snail-legs.co.uk/writing-perfectionism-comics/&quot;&gt;writing, perfectionism, and comics&lt;/a&gt;!&lt;/p&gt;
</description>
      <pubDate>Thu, 11 Dec 2025 20:46:08 GMT</pubDate>
      <dc:creator>snail-legs</dc:creator>
      <guid>https://snail-legs.co.uk/changelog/2021-10-19/</guid>
    </item>
    <item>
      <title>Changelog</title>
      <link>https://snail-legs.co.uk/changelog/2021-10-12/</link>
      <description>&lt;ul&gt;
&lt;li&gt;blog post about &lt;a href=&quot;https://snail-legs.co.uk/gender-envy/&quot;&gt;gender envy&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;final tweaks to blog page layout&lt;/li&gt;
&lt;/ul&gt;
</description>
      <pubDate>Thu, 11 Dec 2025 20:46:08 GMT</pubDate>
      <dc:creator>snail-legs</dc:creator>
      <guid>https://snail-legs.co.uk/changelog/2021-10-12/</guid>
    </item>
    <item>
      <title>Changelog</title>
      <link>https://snail-legs.co.uk/changelog/2021-10-04/</link>
      <description>&lt;p&gt;uploaded the &lt;a href=&quot;https://snail-legs.co.uk/24-hour-comics/2021-0/&quot;&gt;dragon knights&lt;/a&gt;&lt;/p&gt;
</description>
      <pubDate>Thu, 11 Dec 2025 20:46:08 GMT</pubDate>
      <dc:creator>snail-legs</dc:creator>
      <guid>https://snail-legs.co.uk/changelog/2021-10-04/</guid>
    </item>
    <item>
      <title>Changelog</title>
      <link>https://snail-legs.co.uk/changelog/2021-09-22/</link>
      <description>&lt;p&gt;added a custom highlight colour!&lt;/p&gt;
</description>
      <pubDate>Thu, 11 Dec 2025 20:46:08 GMT</pubDate>
      <dc:creator>snail-legs</dc:creator>
      <guid>https://snail-legs.co.uk/changelog/2021-09-22/</guid>
    </item>
    <item>
      <title>Changelog</title>
      <link>https://snail-legs.co.uk/changelog/2021-09-12/</link>
      <description>&lt;p&gt;started uploading &lt;a href=&quot;https://snail-legs.co.uk/heart-of-the-sea/&quot;&gt;heart of the sea&lt;/a&gt;&lt;/p&gt;
</description>
      <pubDate>Thu, 11 Dec 2025 20:46:08 GMT</pubDate>
      <dc:creator>snail-legs</dc:creator>
      <guid>https://snail-legs.co.uk/changelog/2021-09-12/</guid>
    </item>
    <item>
      <title>Changelog</title>
      <link>https://snail-legs.co.uk/changelog/2021-07-14/</link>
      <description>&lt;ul&gt;
&lt;li&gt;live2D nav link hidden for time being&lt;/li&gt;
&lt;li&gt;very sneakily changed the font size&lt;/li&gt;
&lt;li&gt;no more splash page :-(&lt;/li&gt;
&lt;li&gt;there’s gonna be a blog! started setting up for it,&lt;/li&gt;
&lt;/ul&gt;
</description>
      <pubDate>Thu, 11 Dec 2025 20:46:08 GMT</pubDate>
      <dc:creator>snail-legs</dc:creator>
      <guid>https://snail-legs.co.uk/changelog/2021-07-14/</guid>
    </item>
    <item>
      <title>Changelog</title>
      <link>https://snail-legs.co.uk/changelog/2021-06-30/</link>
      <description>&lt;ul&gt;
&lt;li&gt;re-organised the comics page a bit :-)&lt;/li&gt;
&lt;/ul&gt;
</description>
      <pubDate>Thu, 11 Dec 2025 20:46:08 GMT</pubDate>
      <dc:creator>snail-legs</dc:creator>
      <guid>https://snail-legs.co.uk/changelog/2021-06-30/</guid>
    </item>
    <item>
      <title>Changelog</title>
      <link>https://snail-legs.co.uk/changelog/2021-06-29/</link>
      <description>&lt;ul&gt;
&lt;li&gt;added icons as a commission type!&lt;/li&gt;
&lt;li&gt;new about image!&lt;/li&gt;
&lt;/ul&gt;
</description>
      <pubDate>Thu, 11 Dec 2025 20:46:08 GMT</pubDate>
      <dc:creator>snail-legs</dc:creator>
      <guid>https://snail-legs.co.uk/changelog/2021-06-29/</guid>
    </item>
    <item>
      <title>Changelog</title>
      <link>https://snail-legs.co.uk/changelog/2021-06-28/</link>
      <description>&lt;ul&gt;
&lt;li&gt;uploaded some scrapped projects to the scrap pile! kinda itching to revisit some of them now. I can see where I wanted to take them, what stories I wanted to tell, and I kiinda wanna see if I could actually pull them off now??&lt;/li&gt;
&lt;/ul&gt;
</description>
      <pubDate>Thu, 11 Dec 2025 20:46:08 GMT</pubDate>
      <dc:creator>snail-legs</dc:creator>
      <guid>https://snail-legs.co.uk/changelog/2021-06-28/</guid>
    </item>
    <item>
      <title>Changelog</title>
      <link>https://snail-legs.co.uk/changelog/2021-06-26/</link>
      <description>&lt;ul&gt;
&lt;li&gt;updated styling! introduced a new font for headings + links, changed the nav bar, changed the background, idk if I’ll keep all these changes but I like them enough for now!&lt;/li&gt;
&lt;li&gt;made small tweaks to overall layout of the site&lt;/li&gt;
&lt;li&gt;finally uploaded alll my completed comics &amp;amp; zines&lt;/li&gt;
&lt;/ul&gt;
</description>
      <pubDate>Thu, 11 Dec 2025 20:46:08 GMT</pubDate>
      <dc:creator>snail-legs</dc:creator>
      <guid>https://snail-legs.co.uk/changelog/2021-06-26/</guid>
    </item>
    <item>
      <title>Changelog</title>
      <link>https://snail-legs.co.uk/changelog/2021-06-19/</link>
      <description>&lt;ul&gt;
&lt;li&gt;updated styling! introduced a new font for headings + links, changed the nav bar, changed the background, idk if I’ll keep all these changes but I like them enough for now!&lt;/li&gt;
&lt;li&gt;made small tweaks to overall layout of the site&lt;/li&gt;
&lt;li&gt;finally uploaded alll my completed comics &amp;amp; zines&lt;/li&gt;
&lt;/ul&gt;
</description>
      <pubDate>Thu, 11 Dec 2025 20:46:08 GMT</pubDate>
      <dc:creator>snail-legs</dc:creator>
      <guid>https://snail-legs.co.uk/changelog/2021-06-19/</guid>
    </item>
    <item>
      <title>Changelog</title>
      <link>https://snail-legs.co.uk/changelog/2021-05-25/</link>
      <description>&lt;ul&gt;
&lt;li&gt;added a cute lil favicon!!&lt;/li&gt;
&lt;/ul&gt;
</description>
      <pubDate>Thu, 11 Dec 2025 20:46:08 GMT</pubDate>
      <dc:creator>snail-legs</dc:creator>
      <guid>https://snail-legs.co.uk/changelog/2021-05-25/</guid>
    </item>
    <item>
      <title>Changelog</title>
      <link>https://snail-legs.co.uk/changelog/2021-05-24/</link>
      <description>&lt;ul&gt;
&lt;li&gt;updated comms page!&lt;/li&gt;
&lt;li&gt;started adding art to the artwork page&lt;/li&gt;
&lt;li&gt;updated comics page with all complete comics &amp;amp; zines I’ve made to date!&lt;/li&gt;
&lt;li&gt;figured out audio tag for the music page, gotta style it next!!&lt;/li&gt;
&lt;li&gt;made a couple of smaller misc. tweaks&lt;/li&gt;
&lt;li&gt;LADS!! WE HAVE A DOMAIN NAME!!! :-D&lt;/li&gt;
&lt;/ul&gt;
</description>
      <pubDate>Thu, 11 Dec 2025 20:46:08 GMT</pubDate>
      <dc:creator>snail-legs</dc:creator>
      <guid>https://snail-legs.co.uk/changelog/2021-05-24/</guid>
    </item>
    <item>
      <title>Changelog</title>
      <link>https://snail-legs.co.uk/changelog/2021-05-20/</link>
      <description>&lt;ul&gt;
&lt;li&gt;updated landing/enter page!&lt;/li&gt;
&lt;li&gt;freshened up the colour pallete a bit :-)&lt;/li&gt;
&lt;/ul&gt;
</description>
      <pubDate>Thu, 11 Dec 2025 20:46:08 GMT</pubDate>
      <dc:creator>snail-legs</dc:creator>
      <guid>https://snail-legs.co.uk/changelog/2021-05-20/</guid>
    </item>
    <item>
      <title>Changelog</title>
      <link>https://snail-legs.co.uk/changelog/2021-05-19/</link>
      <description>&lt;ul&gt;
&lt;li&gt;made and added my logo!&lt;/li&gt;
&lt;li&gt;applied layout changes to comics, artwork, live2D, music, and commission info pages&lt;/li&gt;
&lt;li&gt;started adding content to live2D page&lt;/li&gt;
&lt;/ul&gt;
</description>
      <pubDate>Thu, 11 Dec 2025 20:46:08 GMT</pubDate>
      <dc:creator>snail-legs</dc:creator>
      <guid>https://snail-legs.co.uk/changelog/2021-05-19/</guid>
    </item>
    <item>
      <title>Changelog</title>
      <link>https://snail-legs.co.uk/changelog/2021-05-18/</link>
      <description>&lt;ul&gt;
&lt;li&gt;continued working on page layout, made a more “proper” mockup to work from, started adding content to about page + making things look nicer :-&amp;gt;&lt;/li&gt;
&lt;li&gt;added comics, artwork, live2D, music, and commission info pages (empty)&lt;/li&gt;
&lt;li&gt;started to fill out the commission info page (TOS, order form &amp;amp; contact details) &amp;amp; music&lt;/li&gt;
&lt;li&gt;worked on making things more mobile-friendly (need to apply changes to other pages)&lt;/li&gt;
&lt;/ul&gt;
</description>
      <pubDate>Thu, 11 Dec 2025 20:46:08 GMT</pubDate>
      <dc:creator>snail-legs</dc:creator>
      <guid>https://snail-legs.co.uk/changelog/2021-05-18/</guid>
    </item>
    <item>
      <title>Changelog</title>
      <link>https://snail-legs.co.uk/changelog/2021-05-17/</link>
      <description>&lt;p&gt;started working on current iteration of the site! basic page layout, minimal css&lt;/p&gt;
</description>
      <pubDate>Thu, 11 Dec 2025 20:46:08 GMT</pubDate>
      <dc:creator>snail-legs</dc:creator>
      <guid>https://snail-legs.co.uk/changelog/2021-05-17/</guid>
    </item>
    <item>
      <title>Changelog</title>
      <link>https://snail-legs.co.uk/changelog/2021-03-06/</link>
      <description>&lt;p&gt;started work on a new version of the site! the old notes might not make much sense anymore orz&lt;/p&gt;
</description>
      <pubDate>Thu, 11 Dec 2025 20:46:08 GMT</pubDate>
      <dc:creator>snail-legs</dc:creator>
      <guid>https://snail-legs.co.uk/changelog/2021-03-06/</guid>
    </item>
    <item>
      <title>Changelog</title>
      <link>https://snail-legs.co.uk/changelog/2020-12-01/</link>
      <description>&lt;p&gt;Added more modals, adjusted the way the button collection is displayed&lt;/p&gt;
</description>
      <pubDate>Thu, 11 Dec 2025 20:46:08 GMT</pubDate>
      <dc:creator>snail-legs</dc:creator>
      <guid>https://snail-legs.co.uk/changelog/2020-12-01/</guid>
    </item>
    <item>
      <title>Changelog</title>
      <link>https://snail-legs.co.uk/changelog/2020-11-27/</link>
      <description>&lt;p&gt;added more modals to the gallery! not entirely sure how i wanna format them yet but! progress is being made.&lt;/p&gt;
</description>
      <pubDate>Thu, 11 Dec 2025 20:46:08 GMT</pubDate>
      <dc:creator>snail-legs</dc:creator>
      <guid>https://snail-legs.co.uk/changelog/2020-11-27/</guid>
    </item>
    <item>
      <title>Changelog</title>
      <link>https://snail-legs.co.uk/changelog/2020-11-26/</link>
      <description>&lt;p&gt;Added a lil button collection! I should really make a button of my own, Optimised the images in the gallery a bit more, they should load a bit faster now!! Updated the page not found page!&lt;/p&gt;
</description>
      <pubDate>Thu, 11 Dec 2025 20:46:08 GMT</pubDate>
      <dc:creator>snail-legs</dc:creator>
      <guid>https://snail-legs.co.uk/changelog/2020-11-26/</guid>
    </item>
    <item>
      <title>Changelog</title>
      <link>https://snail-legs.co.uk/changelog/2020-11-24/</link>
      <description>&lt;p&gt;Modals go brrrrrr!! Figured out how to make a lightbox, didn’t like it! So now I’m making individual modals for each image in the gallery. There’s probably a more efficient way to do this with javascript, but I don’t feel like figuring that out right now. Messed with some styling.&lt;/p&gt;
</description>
      <pubDate>Thu, 11 Dec 2025 20:46:08 GMT</pubDate>
      <dc:creator>snail-legs</dc:creator>
      <guid>https://snail-legs.co.uk/changelog/2020-11-24/</guid>
    </item>
    <item>
      <title>Changelog</title>
      <link>https://snail-legs.co.uk/changelog/2020-11-23/</link>
      <description>&lt;p&gt;Added a hover effect to the image gallery and the comic covers on the comics and zines page! Looks like I’ll need to work on optimising the images for faster loading times,&lt;/p&gt;
</description>
      <pubDate>Thu, 11 Dec 2025 20:46:08 GMT</pubDate>
      <dc:creator>snail-legs</dc:creator>
      <guid>https://snail-legs.co.uk/changelog/2020-11-23/</guid>
    </item>
    <item>
      <title>Changelog</title>
      <link>https://snail-legs.co.uk/changelog/2020-11-22/</link>
      <description>&lt;p&gt;Started work on the front page gallery! I want to put some modals in there at some point, but other than that I’m fairly happy with it! Also started work on the comics and zines page!!&lt;/p&gt;
</description>
      <pubDate>Thu, 11 Dec 2025 20:46:08 GMT</pubDate>
      <dc:creator>snail-legs</dc:creator>
      <guid>https://snail-legs.co.uk/changelog/2020-11-22/</guid>
    </item>
    <item>
      <title>Changelog</title>
      <link>https://snail-legs.co.uk/changelog/2020-11-21/</link>
      <description>&lt;p&gt;Messed about with the CSS, fixed the header!! Also! We have an about page now!!&lt;/p&gt;
</description>
      <pubDate>Thu, 11 Dec 2025 20:46:08 GMT</pubDate>
      <dc:creator>snail-legs</dc:creator>
      <guid>https://snail-legs.co.uk/changelog/2020-11-21/</guid>
    </item>
  </channel>
</rss>