To get notified of the updates on this website, you can subscribe to its RSS feed, which contains new articles, blog posts and website changelogs.
Latest Changelogs
- New blog post: "Leaving My First Developer Job"
- Add new article: "Living with Retinitis Pigmentosa"
- Update my code snippet for responsive Disability Pride flag CSS background by using the CSS
linear-gradient()
function instead of an inline SVG
- Obfuscate my email address with CSS and HTTP redirects. (Credit to Spencer Mortensen's article, "Email obfuscation: What works in 2024?")
- Add table of contents to each tab section of the Links page.
- Add link to my Pixel Cat's End profile to my Adoptables page. Free free to check out my not-cats!
- Improve footnotes by enlarging the target area of reference links and footntoe backlinks.
- Update article "How I (Tried to) Implement Accessible Footnotes" with information about improving footnote links' target area.
- New blog post: IndieWeb Carnival November 2024: Impact
- Officially launch my Pokémon Omega Ruby and Alpha Sapphire shrine to celebrate the 10th anniversary of the games' release.
- Expand the home page of my Cassette Beasts shrine by adding a "Cassette Beasts — My Ultimate Comfort Media" section.
- New blog post: "Re: Social Media Hasn't Killed the Personal Blog Just Yet"
- Add Pantson Color Club section to my adoptables page, including my own colour card for the pixel club.
- Replace the estimated reading time of articles and blog posts with word count, by using the eleventy-plugin-wordcount-extended plugin.
- Create 200×40 pixel size version of Leilukin's Hub site button.
- New blog post about me officially becoming a professional web developer, "From Hobbyist to Professional Web Developer".
- Improve the site's RSS feed:
- Make RSS feeds automatically discoverable by feed readers
- Use time and time zone to make feed items' timestamps accurate
- New article: "How I (Tried to) Implement Accessible Footnotes", which is also my entry for 32-Bit Cafe's Community Code Jam #5: Back to School.
- Added my first publicly released code snippet on this website: Responsive Disability Pride Flag CSS Background.
- Leilukin's Hub and all its subsites have been migrated to Hostinger
- New blog post: Leilukin's Hub Has Migrated to Hostinger
- Change the theme of Leilukin's Hub Tumbleblog to a custom theme based on the Umbra theme from Chyrp Lite
- Add a link to contact me via email to the website's footer
- Add a Salad Magazine section to my Adoptables pages.
- Add a section for the Kitty Friends Pixel Club to my Adoptables page, including my kitty friends!
- Remake the mobile version of navigation menu by using the HTML
popover
attirbutes, allowing the navigation menu to be dismissed without JavaScript
- Add list of web cliques I joined to the home page
- Add pixel cliques I joined to the Adoptables page
- Add a Joined tab to the Links page to list the web cliques and widgets of web rings I joined, as well as linking to my fanlisting collective.
- Upgrade Eleventy to version 3.0
- Bundle page-specific CSS and JavaScript in the
<head>
element with Eleventy 3.0's built-in bundle plugin