Build: (a61f8f5) Unify intentation of Nunjucks if blocks

This commit is contained in:
helenclx 2024-10-06 11:24:20 +00:00
parent e09bc537b5
commit 15857bf2c1
127 changed files with 2207 additions and 2207 deletions

View File

@ -381,7 +381,7 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
<p>About this website and its webmaster.</p>
<p>About this website and its webmaster.</p>
</header>

View File

@ -365,7 +365,7 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
<p>Leilukin&#39;s Hub&#39;s accessibility statement.</p>
<p>Leilukin&#39;s Hub&#39;s accessibility statement.</p>
</header>

View File

@ -410,14 +410,14 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
<p>A collection of stuff I have adopted from other websites.</p>
<p>A collection of stuff I have adopted from other websites.</p>
</header>
<content-wrapper>
<aside class="left-sidebar" aria-label="Left sidebar">
<aside class="left-sidebar" aria-label="Left sidebar">
<details-utils force-open="(min-width: 60rem)" force-restore="">
<details class="toc__wrapper sidebar--sticky">
<summary class="toc__heading" id="toc-heading">
@ -802,15 +802,15 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
</a>
</footer>
<script src="/assets/js/tooltips.js"></script>
<script>
var selector = '[data-tooltip]';
var els = document.querySelectorAll(selector);
<script src="/assets/js/tooltips.js"></script>
<script>
var selector = '[data-tooltip]';
var els = document.querySelectorAll(selector);
for ( var i = 0; i < els.length; i++ ) {
var dm = new ARIAtip( els[i] );
}
</script>
for ( var i = 0; i < els.length; i++ ) {
var dm = new ARIAtip( els[i] );
}
</script>
</body>
</html>

View File

@ -376,7 +376,7 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
<p>All contents published on Leilukin&#39;s Hub.</p>
<p>All contents published on Leilukin&#39;s Hub.</p>
</header>
@ -398,7 +398,7 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
</a>
</p>
<time datetime="Sun Oct 06 2024 10:33:06 GMT+0000 (Coordinated Universal Time)">6 October 2024</time>
<time datetime="Sun Oct 06 2024 11:24:13 GMT+0000 (Coordinated Universal Time)">6 October 2024</time>
</li>
<li>
@ -408,7 +408,7 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
</a>
</p>
<time datetime="Sun Oct 06 2024 10:33:06 GMT+0000 (Coordinated Universal Time)">6 October 2024</time>
<time datetime="Sun Oct 06 2024 11:24:13 GMT+0000 (Coordinated Universal Time)">6 October 2024</time>
</li>
<li>
@ -418,7 +418,7 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
</a>
</p>
<time datetime="Sun Oct 06 2024 10:33:06 GMT+0000 (Coordinated Universal Time)">6 October 2024</time>
<time datetime="Sun Oct 06 2024 11:24:13 GMT+0000 (Coordinated Universal Time)">6 October 2024</time>
</li>
<li>

View File

@ -411,51 +411,51 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
<main id="content">
<header class="main__header">
<nav aria-labelledby="breadcrumbs-title">
<h2 class="visually-hidden" id="breadcrumbs-title">Breadcrumbs</h2>
<ol class="breadcrumbs">
<nav aria-labelledby="breadcrumbs-title">
<h2 class="visually-hidden" id="breadcrumbs-title">Breadcrumbs</h2>
<ol class="breadcrumbs">
<li>
<a href="/articles/">Articles</a>
</li>
</ol>
</nav>
<li>
<a href="/articles/">Articles</a>
</li>
</ol>
</nav>
<h1>How I (Tried to) Implement Accessible Footnotes</h1>
<div class="article__info">
<p class="article__info--desc">How I implement accessible footnotes, at least to the best of my ability. Written for 32-Bit Cafe&#39;s Community Code Jam #5.</p>
<p>
4,069 words.
Posted on <time datetime="2024-08-06T00:04:00+0800">6 August 2024</time> by Leilukin
</p>
<div class="article__info">
<p class="article__info--desc">How I implement accessible footnotes, at least to the best of my ability. Written for 32-Bit Cafe&#39;s Community Code Jam #5.</p>
<p>
4,069 words.
Posted on <time datetime="2024-08-06T00:04:00+0800">6 August 2024</time> by Leilukin
</p>
<p>Categories:
<p>Categories:
<a href="/categories/32-bit-cafe">32-bit cafe</a>,
<a href="/categories/32-bit-cafe">32-bit cafe</a>,
<a href="/categories/accessibility">accessibility</a>,
<a href="/categories/accessibility">accessibility</a>,
<a href="/categories/html">html</a>,
<a href="/categories/html">html</a>,
<a href="/categories/css">css</a>,
<a href="/categories/css">css</a>,
<a href="/categories/eleventy">eleventy</a>,
<a href="/categories/eleventy">eleventy</a>,
<a href="/categories/markdown-it">markdown-it</a>
<a href="/categories/markdown-it">markdown-it</a>
</p>
</p>
</div>
</div>
</header>
<content-wrapper>
<aside class="left-sidebar" aria-label="Left sidebar">
<aside class="left-sidebar" aria-label="Left sidebar">
<details-utils force-open="(min-width: 60rem)" force-restore="">
<details class="toc__wrapper sidebar--sticky">
<summary class="toc__heading" id="toc-heading">
@ -671,7 +671,7 @@ module<span class="token punctuation">.</span><span class="token function-variab
</article>
<aside class="right-sidebar" aria-label="Right sidebar">
<aside class="right-sidebar" aria-label="Right sidebar">
<nav class="content__nav sidebar--sticky" aria-labelledby="my-contents-title">
<h2 class="content__nav--title" id="my-contents-title">My Contents</h2>
<ul class="content__nav--links">

View File

@ -411,45 +411,45 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
<main id="content">
<header class="main__header">
<nav aria-labelledby="breadcrumbs-title">
<h2 class="visually-hidden" id="breadcrumbs-title">Breadcrumbs</h2>
<ol class="breadcrumbs">
<nav aria-labelledby="breadcrumbs-title">
<h2 class="visually-hidden" id="breadcrumbs-title">Breadcrumbs</h2>
<ol class="breadcrumbs">
<li>
<a href="/articles/">Articles</a>
</li>
</ol>
</nav>
<li>
<a href="/articles/">Articles</a>
</li>
</ol>
</nav>
<h1>Anti-Harry Potter and Anti-J. K. Rowling Masterlist</h1>
<div class="article__info">
<p class="article__info--desc">My masterlist of criticisms of the Harry Potter series and J. K. Rowling.</p>
<p>
717 words.
Posted on <time datetime="Sun Mar 19 2023 00:00:00 GMT+0000 (Coordinated Universal Time)">19 March 2023</time> by Leilukin
</p>
<div class="article__info">
<p class="article__info--desc">My masterlist of criticisms of the Harry Potter series and J. K. Rowling.</p>
<p>
717 words.
Posted on <time datetime="Sun Mar 19 2023 00:00:00 GMT+0000 (Coordinated Universal Time)">19 March 2023</time> by Leilukin
</p>
<p>Last updated on <time datetime="2024-06-19T00:06:00+0800">19 June 2024</time></p>
<p>Last updated on <time datetime="2024-06-19T00:06:00+0800">19 June 2024</time></p>
<p>Categories:
<p>Categories:
<a href="/categories/harry-potter">harry potter</a>,
<a href="/categories/harry-potter">harry potter</a>,
<a href="/categories/jk-rowling">jk rowling</a>
<a href="/categories/jk-rowling">jk rowling</a>
</p>
</p>
</div>
</div>
</header>
<content-wrapper>
<aside class="left-sidebar" aria-label="Left sidebar">
<aside class="left-sidebar" aria-label="Left sidebar">
<details-utils force-open="(min-width: 60rem)" force-restore="">
<details class="toc__wrapper sidebar--sticky">
<summary class="toc__heading" id="toc-heading">
@ -519,7 +519,7 @@ This site is Harry Potter free. Lookin [<i>sic</i>] for it? Leave.
</article>
<aside class="right-sidebar" aria-label="Right sidebar">
<aside class="right-sidebar" aria-label="Right sidebar">
<nav class="content__nav sidebar--sticky" aria-labelledby="my-contents-title">
<h2 class="content__nav--title" id="my-contents-title">My Contents</h2>
<ul class="content__nav--links">

View File

@ -368,35 +368,35 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
<main id="content">
<header class="main__header">
<nav aria-labelledby="breadcrumbs-title">
<h2 class="visually-hidden" id="breadcrumbs-title">Breadcrumbs</h2>
<ol class="breadcrumbs">
<nav aria-labelledby="breadcrumbs-title">
<h2 class="visually-hidden" id="breadcrumbs-title">Breadcrumbs</h2>
<ol class="breadcrumbs">
<li>
<a href="/articles/">Articles</a>
</li>
</ol>
</nav>
<li>
<a href="/articles/">Articles</a>
</li>
</ol>
</nav>
<h1>Designated Lesbian Syndrome in Fandom</h1>
<div class="article__info">
<p class="article__info--desc">On fandom&#39;s tokenisation of lesbians, and how I hate it as a lesbian myself.</p>
<p>
756 words.
Posted on <time datetime="Fri Aug 18 2023 00:00:00 GMT+0000 (Coordinated Universal Time)">18 August 2023</time> by Leilukin
</p>
<div class="article__info">
<p class="article__info--desc">On fandom&#39;s tokenisation of lesbians, and how I hate it as a lesbian myself.</p>
<p>
756 words.
Posted on <time datetime="Fri Aug 18 2023 00:00:00 GMT+0000 (Coordinated Universal Time)">18 August 2023</time> by Leilukin
</p>
<p>Categories:
<p>Categories:
<a href="/categories/fandom-culture">fandom culture</a>
<a href="/categories/fandom-culture">fandom culture</a>
</p>
</p>
</div>
</div>
</header>
@ -424,7 +424,7 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
</article>
<aside class="right-sidebar" aria-label="Right sidebar">
<aside class="right-sidebar" aria-label="Right sidebar">
<nav class="content__nav sidebar--sticky" aria-labelledby="my-contents-title">
<h2 class="content__nav--title" id="my-contents-title">My Contents</h2>
<ul class="content__nav--links">

View File

@ -416,14 +416,14 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
<p>List of articles published on my website.</p>
<p>List of articles published on my website.</p>
</header>
<content-wrapper>
<aside class="left-sidebar" aria-label="Left sidebar">
<aside class="left-sidebar" aria-label="Left sidebar">
<details-utils force-open="(min-width: 60rem)" force-restore="">
<details class="toc__wrapper sidebar--sticky">
<summary class="toc__heading" id="toc-heading">
@ -485,7 +485,7 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
</div>
<aside class="right-sidebar" aria-label="Right sidebar">
<aside class="right-sidebar" aria-label="Right sidebar">
<nav class="content__nav sidebar--sticky" aria-labelledby="my-contents-title">
<h2 class="content__nav--title" id="my-contents-title">My Contents</h2>
<ul class="content__nav--links">

View File

@ -368,39 +368,39 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
<main id="content">
<header class="main__header">
<nav aria-labelledby="breadcrumbs-title">
<h2 class="visually-hidden" id="breadcrumbs-title">Breadcrumbs</h2>
<ol class="breadcrumbs">
<nav aria-labelledby="breadcrumbs-title">
<h2 class="visually-hidden" id="breadcrumbs-title">Breadcrumbs</h2>
<ol class="breadcrumbs">
<li>
<a href="/articles/">Articles</a>
</li>
</ol>
</nav>
<li>
<a href="/articles/">Articles</a>
</li>
</ol>
</nav>
<h1>The modders who spent 15 years fixing Knights of the Old Republic 2 @ Ars Technica</h1>
<div class="article__info">
<p class="article__info--desc">Ars Technica&#39;s article on the KotOR 2&#39;s modding community to celebrate the game&#39;s 15th anniversary. I was interviewed for my same-gender romance mods for KotOR 2.</p>
<p>
317 words.
Posted on <time datetime="Sun Sep 11 2022 00:00:00 GMT+0000 (Coordinated Universal Time)">11 September 2022</time> by Leilukin
</p>
<div class="article__info">
<p class="article__info--desc">Ars Technica&#39;s article on the KotOR 2&#39;s modding community to celebrate the game&#39;s 15th anniversary. I was interviewed for my same-gender romance mods for KotOR 2.</p>
<p>
317 words.
Posted on <time datetime="Sun Sep 11 2022 00:00:00 GMT+0000 (Coordinated Universal Time)">11 September 2022</time> by Leilukin
</p>
<p>Categories:
<p>Categories:
<a href="/categories/my-interviews">my interviews</a>,
<a href="/categories/my-interviews">my interviews</a>,
<a href="/categories/star-wars-kotor-2">star wars kotor 2</a>,
<a href="/categories/star-wars-kotor-2">star wars kotor 2</a>,
<a href="/categories/video-game-mods">video game mods</a>
<a href="/categories/video-game-mods">video game mods</a>
</p>
</p>
</div>
</div>
</header>
@ -429,7 +429,7 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
</article>
<aside class="right-sidebar" aria-label="Right sidebar">
<aside class="right-sidebar" aria-label="Right sidebar">
<nav class="content__nav sidebar--sticky" aria-labelledby="my-contents-title">
<h2 class="content__nav--title" id="my-contents-title">My Contents</h2>
<ul class="content__nav--links">

View File

@ -368,41 +368,41 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
<main id="content">
<header class="main__header">
<nav aria-labelledby="breadcrumbs-title">
<h2 class="visually-hidden" id="breadcrumbs-title">Breadcrumbs</h2>
<ol class="breadcrumbs">
<nav aria-labelledby="breadcrumbs-title">
<h2 class="visually-hidden" id="breadcrumbs-title">Breadcrumbs</h2>
<ol class="breadcrumbs">
<li>
<a href="/articles/">Articles</a>
</li>
</ol>
</nav>
<li>
<a href="/articles/">Articles</a>
</li>
</ol>
</nav>
<h1>Floating in a Sky Full of Pride: LGBTQ+ Booklet Artist Interview from MISI:Bawang</h1>
<div class="article__info">
<p class="article__info--desc">My submission for MISI:Bawang&#39;s booklet about LGBTQ+ Malaysians was accepted and published. Here is MISI:Bawang&#39;s interview with me regarding my work and my queer identity.</p>
<p>
625 words.
Posted on <time datetime="Sun Sep 11 2022 00:00:00 GMT+0000 (Coordinated Universal Time)">11 September 2022</time> by Leilukin
</p>
<div class="article__info">
<p class="article__info--desc">My submission for MISI:Bawang&#39;s booklet about LGBTQ+ Malaysians was accepted and published. Here is MISI:Bawang&#39;s interview with me regarding my work and my queer identity.</p>
<p>
625 words.
Posted on <time datetime="Sun Sep 11 2022 00:00:00 GMT+0000 (Coordinated Universal Time)">11 September 2022</time> by Leilukin
</p>
<p>Categories:
<p>Categories:
<a href="/categories/my-interviews">my interviews</a>,
<a href="/categories/my-interviews">my interviews</a>,
<a href="/categories/lgbtq">lgbtq+</a>,
<a href="/categories/lgbtq">lgbtq+</a>,
<a href="/categories/malaysia">malaysia</a>,
<a href="/categories/malaysia">malaysia</a>,
<a href="/categories/a-summers-end">a summer&#39;s end</a>
<a href="/categories/a-summers-end">a summer&#39;s end</a>
</p>
</p>
</div>
</div>
</header>
@ -447,7 +447,7 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
</article>
<aside class="right-sidebar" aria-label="Right sidebar">
<aside class="right-sidebar" aria-label="Right sidebar">
<nav class="content__nav sidebar--sticky" aria-labelledby="my-contents-title">
<h2 class="content__nav--title" id="my-contents-title">My Contents</h2>
<ul class="content__nav--links">

View File

@ -368,35 +368,35 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
<main id="content">
<header class="main__header">
<nav aria-labelledby="breadcrumbs-title">
<h2 class="visually-hidden" id="breadcrumbs-title">Breadcrumbs</h2>
<ol class="breadcrumbs">
<nav aria-labelledby="breadcrumbs-title">
<h2 class="visually-hidden" id="breadcrumbs-title">Breadcrumbs</h2>
<ol class="breadcrumbs">
<li>
<a href="/articles/">Articles</a>
</li>
</ol>
</nav>
<li>
<a href="/articles/">Articles</a>
</li>
</ol>
</nav>
<h1>My Disinterest in Shipping and Dislike of Shipping Culture</h1>
<div class="article__info">
<p class="article__info--desc">About my lack of interest in shipping and dislike of shipping culture in fandom, and why.</p>
<p>
480 words.
Posted on <time datetime="Mon Aug 14 2023 00:00:00 GMT+0000 (Coordinated Universal Time)">14 August 2023</time> by Leilukin
</p>
<div class="article__info">
<p class="article__info--desc">About my lack of interest in shipping and dislike of shipping culture in fandom, and why.</p>
<p>
480 words.
Posted on <time datetime="Mon Aug 14 2023 00:00:00 GMT+0000 (Coordinated Universal Time)">14 August 2023</time> by Leilukin
</p>
<p>Categories:
<p>Categories:
<a href="/categories/fandom-culture">fandom culture</a>
<a href="/categories/fandom-culture">fandom culture</a>
</p>
</p>
</div>
</div>
</header>
@ -418,7 +418,7 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
</article>
<aside class="right-sidebar" aria-label="Right sidebar">
<aside class="right-sidebar" aria-label="Right sidebar">
<nav class="content__nav sidebar--sticky" aria-labelledby="my-contents-title">
<h2 class="content__nav--title" id="my-contents-title">My Contents</h2>
<ul class="content__nav--links">

View File

@ -411,43 +411,43 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
<main id="content">
<header class="main__header">
<nav aria-labelledby="breadcrumbs-title">
<h2 class="visually-hidden" id="breadcrumbs-title">Breadcrumbs</h2>
<ol class="breadcrumbs">
<nav aria-labelledby="breadcrumbs-title">
<h2 class="visually-hidden" id="breadcrumbs-title">Breadcrumbs</h2>
<ol class="breadcrumbs">
<li>
<a href="/articles/">Articles</a>
</li>
</ol>
</nav>
<li>
<a href="/articles/">Articles</a>
</li>
</ol>
</nav>
<h1>Palestine Masterlist</h1>
<div class="article__info">
<p class="article__info--desc">My masterlist of resources related to Palestine.</p>
<p>
2,118 words.
Posted on <time datetime="2024-06-19T22:19:00+0800">19 June 2024</time> by Leilukin
</p>
<div class="article__info">
<p class="article__info--desc">My masterlist of resources related to Palestine.</p>
<p>
2,118 words.
Posted on <time datetime="2024-06-19T22:19:00+0800">19 June 2024</time> by Leilukin
</p>
<p>Last updated on <time datetime="2024-09-30T00:04:23+0800">30 September 2024</time></p>
<p>Last updated on <time datetime="2024-09-30T00:04:23+0800">30 September 2024</time></p>
<p>Categories:
<p>Categories:
<a href="/categories/palestine">palestine</a>
<a href="/categories/palestine">palestine</a>
</p>
</p>
</div>
</div>
</header>
<content-wrapper>
<aside class="left-sidebar" aria-label="Left sidebar">
<aside class="left-sidebar" aria-label="Left sidebar">
<details-utils force-open="(min-width: 60rem)" force-restore="">
<details class="toc__wrapper sidebar--sticky">
<summary class="toc__heading" id="toc-heading">
@ -644,7 +644,7 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
</article>
<aside class="right-sidebar" aria-label="Right sidebar">
<aside class="right-sidebar" aria-label="Right sidebar">
<nav class="content__nav sidebar--sticky" aria-labelledby="my-contents-title">
<h2 class="content__nav--title" id="my-contents-title">My Contents</h2>
<ul class="content__nav--links">

View File

@ -443,7 +443,7 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
<p>Blog hosted on Leilukin&#39;s pwesonal website.</p>
<p>Blog hosted on Leilukin&#39;s pwesonal website.</p>
</header>
@ -574,7 +574,7 @@ Newer
</div>
<aside class="right-sidebar" aria-label="Right sidebar">
<aside class="right-sidebar" aria-label="Right sidebar">
<nav class="content__nav sidebar--sticky" aria-labelledby="my-contents-title">
<h2 class="content__nav--title" id="my-contents-title">My Contents</h2>
<ul class="content__nav--links">

View File

@ -443,7 +443,7 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
<p>Blog hosted on Leilukin&#39;s pwesonal website.</p>
<p>Blog hosted on Leilukin&#39;s pwesonal website.</p>
</header>
@ -577,7 +577,7 @@ Newer
</div>
<aside class="right-sidebar" aria-label="Right sidebar">
<aside class="right-sidebar" aria-label="Right sidebar">
<nav class="content__nav sidebar--sticky" aria-labelledby="my-contents-title">
<h2 class="content__nav--title" id="my-contents-title">My Contents</h2>
<ul class="content__nav--links">

View File

@ -443,7 +443,7 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
<p>Blog hosted on Leilukin&#39;s pwesonal website.</p>
<p>Blog hosted on Leilukin&#39;s pwesonal website.</p>
</header>
@ -577,7 +577,7 @@ Newer
</div>
<aside class="right-sidebar" aria-label="Right sidebar">
<aside class="right-sidebar" aria-label="Right sidebar">
<nav class="content__nav sidebar--sticky" aria-labelledby="my-contents-title">
<h2 class="content__nav--title" id="my-contents-title">My Contents</h2>
<ul class="content__nav--links">

View File

@ -443,7 +443,7 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
<p>Blog hosted on Leilukin&#39;s pwesonal website.</p>
<p>Blog hosted on Leilukin&#39;s pwesonal website.</p>
</header>
@ -577,7 +577,7 @@ Newer
</div>
<aside class="right-sidebar" aria-label="Right sidebar">
<aside class="right-sidebar" aria-label="Right sidebar">
<nav class="content__nav sidebar--sticky" aria-labelledby="my-contents-title">
<h2 class="content__nav--title" id="my-contents-title">My Contents</h2>
<ul class="content__nav--links">

View File

@ -443,7 +443,7 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
<p>Blog hosted on Leilukin&#39;s pwesonal website.</p>
<p>Blog hosted on Leilukin&#39;s pwesonal website.</p>
</header>
@ -542,7 +542,7 @@ Newer
</div>
<aside class="right-sidebar" aria-label="Right sidebar">
<aside class="right-sidebar" aria-label="Right sidebar">
<nav class="content__nav sidebar--sticky" aria-labelledby="my-contents-title">
<h2 class="content__nav--title" id="my-contents-title">My Contents</h2>
<ul class="content__nav--links">

View File

@ -368,38 +368,38 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
<main id="content">
<header class="main__header">
<nav aria-labelledby="breadcrumbs-title">
<h2 class="visually-hidden" id="breadcrumbs-title">Breadcrumbs</h2>
<ol class="breadcrumbs">
<nav aria-labelledby="breadcrumbs-title">
<h2 class="visually-hidden" id="breadcrumbs-title">Breadcrumbs</h2>
<ol class="breadcrumbs">
<li>
<a href="/blog/">Blog</a>
</li>
<li>
<a href="/blog/posts/">Blog Archive</a>
</li>
</ol>
</nav>
<li>
<a href="/blog/">Blog</a>
</li>
<li>
<a href="/blog/posts/">Blog Archive</a>
</li>
</ol>
</nav>
<h1>2023 New Year Redesign of Leilukin&#39;s Hub</h1>
<div class="article__info">
<p class="article__info--desc">About giving my website a new design in light of a new year of 2023.</p>
<p>
387 words.
Posted on <time datetime="Thu Jan 26 2023 00:00:00 GMT+0000 (Coordinated Universal Time)">26 January 2023</time> by Leilukin
</p>
<div class="article__info">
<p class="article__info--desc">About giving my website a new design in light of a new year of 2023.</p>
<p>
387 words.
Posted on <time datetime="Thu Jan 26 2023 00:00:00 GMT+0000 (Coordinated Universal Time)">26 January 2023</time> by Leilukin
</p>
<p>Categories:
<p>Categories:
<a href="/categories/site-updates">site updates</a>
<a href="/categories/site-updates">site updates</a>
</p>
</p>
</div>
</div>
</header>
@ -429,21 +429,21 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
<nav class="blog__post--pagination" aria-labelledby="nextprev-title">
<h2 class="visually-hidden" id="nextprev-title">Next and Previous Blog Posts</h2>
<ul class="blog__post--nextprev">
<li class="blog__post--next">
<p>Next Post:</p>
<a href="/blog/posts/2023-01-28-leilukins-hub-now-has-a-blog/">Leilukin&#39;s Hub Now has a Blog!</a>
</li>
<nav class="blog__post--pagination" aria-labelledby="nextprev-title">
<h2 class="visually-hidden" id="nextprev-title">Next and Previous Blog Posts</h2>
<ul class="blog__post--nextprev">
<li class="blog__post--next">
<p>Next Post:</p>
<a href="/blog/posts/2023-01-28-leilukins-hub-now-has-a-blog/">Leilukin&#39;s Hub Now has a Blog!</a>
</li>
</ul>
</nav>
</ul>
</nav>
</article>
<aside class="right-sidebar" aria-label="Right sidebar">
<aside class="right-sidebar" aria-label="Right sidebar">
<nav class="content__nav sidebar--sticky" aria-labelledby="my-contents-title">
<h2 class="content__nav--title" id="my-contents-title">My Contents</h2>
<ul class="content__nav--links">

View File

@ -368,40 +368,40 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
<main id="content">
<header class="main__header">
<nav aria-labelledby="breadcrumbs-title">
<h2 class="visually-hidden" id="breadcrumbs-title">Breadcrumbs</h2>
<ol class="breadcrumbs">
<nav aria-labelledby="breadcrumbs-title">
<h2 class="visually-hidden" id="breadcrumbs-title">Breadcrumbs</h2>
<ol class="breadcrumbs">
<li>
<a href="/blog/">Blog</a>
</li>
<li>
<a href="/blog/posts/">Blog Archive</a>
</li>
</ol>
</nav>
<li>
<a href="/blog/">Blog</a>
</li>
<li>
<a href="/blog/posts/">Blog Archive</a>
</li>
</ol>
</nav>
<h1>Leilukin&#39;s Hub Now has a Blog!</h1>
<div class="article__info">
<p class="article__info--desc">I have finally set up a blog on my own website.</p>
<p>
204 words.
Posted on <time datetime="Sat Jan 28 2023 00:00:00 GMT+0000 (Coordinated Universal Time)">28 January 2023</time> by Leilukin
</p>
<div class="article__info">
<p class="article__info--desc">I have finally set up a blog on my own website.</p>
<p>
204 words.
Posted on <time datetime="Sat Jan 28 2023 00:00:00 GMT+0000 (Coordinated Universal Time)">28 January 2023</time> by Leilukin
</p>
<p>Last updated on <time datetime="Tue Apr 16 2024 00:00:00 GMT+0000 (Coordinated Universal Time)">16 April 2024</time></p>
<p>Last updated on <time datetime="Tue Apr 16 2024 00:00:00 GMT+0000 (Coordinated Universal Time)">16 April 2024</time></p>
<p>Categories:
<p>Categories:
<a href="/categories/site-updates">site updates</a>
<a href="/categories/site-updates">site updates</a>
</p>
</p>
</div>
</div>
</header>
@ -420,26 +420,26 @@ After discovering the static site generator <a href="https://www.11ty.dev/">Elev
<nav class="blog__post--pagination" aria-labelledby="nextprev-title">
<h2 class="visually-hidden" id="nextprev-title">Next and Previous Blog Posts</h2>
<ul class="blog__post--nextprev">
<li class="blog__post--prev">
<p>Previous Post:</p>
<a href="/blog/posts/2023-01-26-new-year-leilukins-hub-redesign/">2023 New Year Redesign of Leilukin&#39;s Hub</a>
</li>
<nav class="blog__post--pagination" aria-labelledby="nextprev-title">
<h2 class="visually-hidden" id="nextprev-title">Next and Previous Blog Posts</h2>
<ul class="blog__post--nextprev">
<li class="blog__post--prev">
<p>Previous Post:</p>
<a href="/blog/posts/2023-01-26-new-year-leilukins-hub-redesign/">2023 New Year Redesign of Leilukin&#39;s Hub</a>
</li>
<li class="blog__post--next">
<p>Next Post:</p>
<a href="/blog/posts/2023-05-09-onboard-the-dracula-daily-hype-train/">Onboard the Dracula Daily Hype Train</a>
</li>
<li class="blog__post--next">
<p>Next Post:</p>
<a href="/blog/posts/2023-05-09-onboard-the-dracula-daily-hype-train/">Onboard the Dracula Daily Hype Train</a>
</li>
</ul>
</nav>
</ul>
</nav>
</article>
<aside class="right-sidebar" aria-label="Right sidebar">
<aside class="right-sidebar" aria-label="Right sidebar">
<nav class="content__nav sidebar--sticky" aria-labelledby="my-contents-title">
<h2 class="content__nav--title" id="my-contents-title">My Contents</h2>
<ul class="content__nav--links">

View File

@ -368,38 +368,38 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
<main id="content">
<header class="main__header">
<nav aria-labelledby="breadcrumbs-title">
<h2 class="visually-hidden" id="breadcrumbs-title">Breadcrumbs</h2>
<ol class="breadcrumbs">
<nav aria-labelledby="breadcrumbs-title">
<h2 class="visually-hidden" id="breadcrumbs-title">Breadcrumbs</h2>
<ol class="breadcrumbs">
<li>
<a href="/blog/">Blog</a>
</li>
<li>
<a href="/blog/posts/">Blog Archive</a>
</li>
</ol>
</nav>
<li>
<a href="/blog/">Blog</a>
</li>
<li>
<a href="/blog/posts/">Blog Archive</a>
</li>
</ol>
</nav>
<h1>Onboard the Dracula Daily Hype Train</h1>
<div class="article__info">
<p class="article__info--desc">I have signed up to join the Dracula Daily hype.</p>
<p>
137 words.
Posted on <time datetime="Tue May 09 2023 00:00:00 GMT+0000 (Coordinated Universal Time)">9 May 2023</time> by Leilukin
</p>
<div class="article__info">
<p class="article__info--desc">I have signed up to join the Dracula Daily hype.</p>
<p>
137 words.
Posted on <time datetime="Tue May 09 2023 00:00:00 GMT+0000 (Coordinated Universal Time)">9 May 2023</time> by Leilukin
</p>
<p>Categories:
<p>Categories:
<a href="/categories/dracula-daily">dracula daily</a>
<a href="/categories/dracula-daily">dracula daily</a>
</p>
</p>
</div>
</div>
</header>
@ -415,26 +415,26 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
<nav class="blog__post--pagination" aria-labelledby="nextprev-title">
<h2 class="visually-hidden" id="nextprev-title">Next and Previous Blog Posts</h2>
<ul class="blog__post--nextprev">
<li class="blog__post--prev">
<p>Previous Post:</p>
<a href="/blog/posts/2023-01-28-leilukins-hub-now-has-a-blog/">Leilukin&#39;s Hub Now has a Blog!</a>
</li>
<nav class="blog__post--pagination" aria-labelledby="nextprev-title">
<h2 class="visually-hidden" id="nextprev-title">Next and Previous Blog Posts</h2>
<ul class="blog__post--nextprev">
<li class="blog__post--prev">
<p>Previous Post:</p>
<a href="/blog/posts/2023-01-28-leilukins-hub-now-has-a-blog/">Leilukin&#39;s Hub Now has a Blog!</a>
</li>
<li class="blog__post--next">
<p>Next Post:</p>
<a href="/blog/posts/2023-06-23-june-2023-leilukins-hub-layout-rewrite/">June 2023 Leilukin&#39;s Hub Layout Rewrite</a>
</li>
<li class="blog__post--next">
<p>Next Post:</p>
<a href="/blog/posts/2023-06-23-june-2023-leilukins-hub-layout-rewrite/">June 2023 Leilukin&#39;s Hub Layout Rewrite</a>
</li>
</ul>
</nav>
</ul>
</nav>
</article>
<aside class="right-sidebar" aria-label="Right sidebar">
<aside class="right-sidebar" aria-label="Right sidebar">
<nav class="content__nav sidebar--sticky" aria-labelledby="my-contents-title">
<h2 class="content__nav--title" id="my-contents-title">My Contents</h2>
<ul class="content__nav--links">

View File

@ -368,38 +368,38 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
<main id="content">
<header class="main__header">
<nav aria-labelledby="breadcrumbs-title">
<h2 class="visually-hidden" id="breadcrumbs-title">Breadcrumbs</h2>
<ol class="breadcrumbs">
<nav aria-labelledby="breadcrumbs-title">
<h2 class="visually-hidden" id="breadcrumbs-title">Breadcrumbs</h2>
<ol class="breadcrumbs">
<li>
<a href="/blog/">Blog</a>
</li>
<li>
<a href="/blog/posts/">Blog Archive</a>
</li>
</ol>
</nav>
<li>
<a href="/blog/">Blog</a>
</li>
<li>
<a href="/blog/posts/">Blog Archive</a>
</li>
</ol>
</nav>
<h1>June 2023 Leilukin&#39;s Hub Layout Rewrite</h1>
<div class="article__info">
<p class="article__info--desc">The HTML, CSS and JavaScript of my entire website have been rewritten in June 2023 to improve its layout.</p>
<p>
351 words.
Posted on <time datetime="Fri Jun 23 2023 00:00:00 GMT+0000 (Coordinated Universal Time)">23 June 2023</time> by Leilukin
</p>
<div class="article__info">
<p class="article__info--desc">The HTML, CSS and JavaScript of my entire website have been rewritten in June 2023 to improve its layout.</p>
<p>
351 words.
Posted on <time datetime="Fri Jun 23 2023 00:00:00 GMT+0000 (Coordinated Universal Time)">23 June 2023</time> by Leilukin
</p>
<p>Categories:
<p>Categories:
<a href="/categories/site-updates">site updates</a>
<a href="/categories/site-updates">site updates</a>
</p>
</p>
</div>
</div>
</header>
@ -426,26 +426,26 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
<nav class="blog__post--pagination" aria-labelledby="nextprev-title">
<h2 class="visually-hidden" id="nextprev-title">Next and Previous Blog Posts</h2>
<ul class="blog__post--nextprev">
<li class="blog__post--prev">
<p>Previous Post:</p>
<a href="/blog/posts/2023-05-09-onboard-the-dracula-daily-hype-train/">Onboard the Dracula Daily Hype Train</a>
</li>
<nav class="blog__post--pagination" aria-labelledby="nextprev-title">
<h2 class="visually-hidden" id="nextprev-title">Next and Previous Blog Posts</h2>
<ul class="blog__post--nextprev">
<li class="blog__post--prev">
<p>Previous Post:</p>
<a href="/blog/posts/2023-05-09-onboard-the-dracula-daily-hype-train/">Onboard the Dracula Daily Hype Train</a>
</li>
<li class="blog__post--next">
<p>Next Post:</p>
<a href="/blog/posts/2023-07-28-my-first-birthday-after-the-launch-of-leilukins-hub/">My First Birthday After the Launch of Leilukin&#39;s Hub</a>
</li>
<li class="blog__post--next">
<p>Next Post:</p>
<a href="/blog/posts/2023-07-28-my-first-birthday-after-the-launch-of-leilukins-hub/">My First Birthday After the Launch of Leilukin&#39;s Hub</a>
</li>
</ul>
</nav>
</ul>
</nav>
</article>
<aside class="right-sidebar" aria-label="Right sidebar">
<aside class="right-sidebar" aria-label="Right sidebar">
<nav class="content__nav sidebar--sticky" aria-labelledby="my-contents-title">
<h2 class="content__nav--title" id="my-contents-title">My Contents</h2>
<ul class="content__nav--links">

View File

@ -368,40 +368,40 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
<main id="content">
<header class="main__header">
<nav aria-labelledby="breadcrumbs-title">
<h2 class="visually-hidden" id="breadcrumbs-title">Breadcrumbs</h2>
<ol class="breadcrumbs">
<nav aria-labelledby="breadcrumbs-title">
<h2 class="visually-hidden" id="breadcrumbs-title">Breadcrumbs</h2>
<ol class="breadcrumbs">
<li>
<a href="/blog/">Blog</a>
</li>
<li>
<a href="/blog/posts/">Blog Archive</a>
</li>
</ol>
</nav>
<li>
<a href="/blog/">Blog</a>
</li>
<li>
<a href="/blog/posts/">Blog Archive</a>
</li>
</ol>
</nav>
<h1>My First Birthday After the Launch of Leilukin&#39;s Hub</h1>
<div class="article__info">
<p class="article__info--desc">28th July 2023 marks my first birthday after the launch of this personal website.</p>
<p>
250 words.
Posted on <time datetime="Fri Jul 28 2023 00:00:00 GMT+0000 (Coordinated Universal Time)">28 July 2023</time> by Leilukin
</p>
<div class="article__info">
<p class="article__info--desc">28th July 2023 marks my first birthday after the launch of this personal website.</p>
<p>
250 words.
Posted on <time datetime="Fri Jul 28 2023 00:00:00 GMT+0000 (Coordinated Universal Time)">28 July 2023</time> by Leilukin
</p>
<p>Categories:
<p>Categories:
<a href="/categories/my-birthday">my birthday</a>,
<a href="/categories/my-birthday">my birthday</a>,
<a href="/categories/cassette-beasts">cassette beasts</a>
<a href="/categories/cassette-beasts">cassette beasts</a>
</p>
</p>
</div>
</div>
</header>
@ -419,26 +419,26 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
<nav class="blog__post--pagination" aria-labelledby="nextprev-title">
<h2 class="visually-hidden" id="nextprev-title">Next and Previous Blog Posts</h2>
<ul class="blog__post--nextprev">
<li class="blog__post--prev">
<p>Previous Post:</p>
<a href="/blog/posts/2023-06-23-june-2023-leilukins-hub-layout-rewrite/">June 2023 Leilukin&#39;s Hub Layout Rewrite</a>
</li>
<nav class="blog__post--pagination" aria-labelledby="nextprev-title">
<h2 class="visually-hidden" id="nextprev-title">Next and Previous Blog Posts</h2>
<ul class="blog__post--nextprev">
<li class="blog__post--prev">
<p>Previous Post:</p>
<a href="/blog/posts/2023-06-23-june-2023-leilukins-hub-layout-rewrite/">June 2023 Leilukin&#39;s Hub Layout Rewrite</a>
</li>
<li class="blog__post--next">
<p>Next Post:</p>
<a href="/blog/posts/2023-09-11-happy-1st-anniversary-to-leilukins-hub/">Happy 1st Anniversary to Leilukin&#39;s Hub</a>
</li>
<li class="blog__post--next">
<p>Next Post:</p>
<a href="/blog/posts/2023-09-11-happy-1st-anniversary-to-leilukins-hub/">Happy 1st Anniversary to Leilukin&#39;s Hub</a>
</li>
</ul>
</nav>
</ul>
</nav>
</article>
<aside class="right-sidebar" aria-label="Right sidebar">
<aside class="right-sidebar" aria-label="Right sidebar">
<nav class="content__nav sidebar--sticky" aria-labelledby="my-contents-title">
<h2 class="content__nav--title" id="my-contents-title">My Contents</h2>
<ul class="content__nav--links">

View File

@ -368,40 +368,40 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
<main id="content">
<header class="main__header">
<nav aria-labelledby="breadcrumbs-title">
<h2 class="visually-hidden" id="breadcrumbs-title">Breadcrumbs</h2>
<ol class="breadcrumbs">
<nav aria-labelledby="breadcrumbs-title">
<h2 class="visually-hidden" id="breadcrumbs-title">Breadcrumbs</h2>
<ol class="breadcrumbs">
<li>
<a href="/blog/">Blog</a>
</li>
<li>
<a href="/blog/posts/">Blog Archive</a>
</li>
</ol>
</nav>
<li>
<a href="/blog/">Blog</a>
</li>
<li>
<a href="/blog/posts/">Blog Archive</a>
</li>
</ol>
</nav>
<h1>Happy 1st Anniversary to Leilukin&#39;s Hub</h1>
<div class="article__info">
<p class="article__info--desc">Celebrating the first anniversary of Leilukin&#39;s Hub and reflecting on the evolution of my website throughout past year.</p>
<p>
388 words.
Posted on <time datetime="Mon Sep 11 2023 00:00:00 GMT+0000 (Coordinated Universal Time)">11 September 2023</time> by Leilukin
</p>
<div class="article__info">
<p class="article__info--desc">Celebrating the first anniversary of Leilukin&#39;s Hub and reflecting on the evolution of my website throughout past year.</p>
<p>
388 words.
Posted on <time datetime="Mon Sep 11 2023 00:00:00 GMT+0000 (Coordinated Universal Time)">11 September 2023</time> by Leilukin
</p>
<p>Categories:
<p>Categories:
<a href="/categories/site-updates">site updates</a>,
<a href="/categories/site-updates">site updates</a>,
<a href="/categories/site-anniversary">site anniversary</a>
<a href="/categories/site-anniversary">site anniversary</a>
</p>
</p>
</div>
</div>
</header>
@ -420,26 +420,26 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
<nav class="blog__post--pagination" aria-labelledby="nextprev-title">
<h2 class="visually-hidden" id="nextprev-title">Next and Previous Blog Posts</h2>
<ul class="blog__post--nextprev">
<li class="blog__post--prev">
<p>Previous Post:</p>
<a href="/blog/posts/2023-07-28-my-first-birthday-after-the-launch-of-leilukins-hub/">My First Birthday After the Launch of Leilukin&#39;s Hub</a>
</li>
<nav class="blog__post--pagination" aria-labelledby="nextprev-title">
<h2 class="visually-hidden" id="nextprev-title">Next and Previous Blog Posts</h2>
<ul class="blog__post--nextprev">
<li class="blog__post--prev">
<p>Previous Post:</p>
<a href="/blog/posts/2023-07-28-my-first-birthday-after-the-launch-of-leilukins-hub/">My First Birthday After the Launch of Leilukin&#39;s Hub</a>
</li>
<li class="blog__post--next">
<p>Next Post:</p>
<a href="/blog/posts/2023-10-13-my-cassette-beasts-pombomb-plushie-arrived/">My Cassette Beasts Pombomb Plushie Arrived!</a>
</li>
<li class="blog__post--next">
<p>Next Post:</p>
<a href="/blog/posts/2023-10-13-my-cassette-beasts-pombomb-plushie-arrived/">My Cassette Beasts Pombomb Plushie Arrived!</a>
</li>
</ul>
</nav>
</ul>
</nav>
</article>
<aside class="right-sidebar" aria-label="Right sidebar">
<aside class="right-sidebar" aria-label="Right sidebar">
<nav class="content__nav sidebar--sticky" aria-labelledby="my-contents-title">
<h2 class="content__nav--title" id="my-contents-title">My Contents</h2>
<ul class="content__nav--links">

View File

@ -368,38 +368,38 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
<main id="content">
<header class="main__header">
<nav aria-labelledby="breadcrumbs-title">
<h2 class="visually-hidden" id="breadcrumbs-title">Breadcrumbs</h2>
<ol class="breadcrumbs">
<nav aria-labelledby="breadcrumbs-title">
<h2 class="visually-hidden" id="breadcrumbs-title">Breadcrumbs</h2>
<ol class="breadcrumbs">
<li>
<a href="/blog/">Blog</a>
</li>
<li>
<a href="/blog/posts/">Blog Archive</a>
</li>
</ol>
</nav>
<li>
<a href="/blog/">Blog</a>
</li>
<li>
<a href="/blog/posts/">Blog Archive</a>
</li>
</ol>
</nav>
<h1>My Cassette Beasts Pombomb Plushie Arrived!</h1>
<div class="article__info">
<p class="article__info--desc">The official Cassette Beasts Pombomb plushie I purchased finally arrived.</p>
<p>
244 words.
Posted on <time datetime="Fri Oct 13 2023 00:00:00 GMT+0000 (Coordinated Universal Time)">13 October 2023</time> by Leilukin
</p>
<div class="article__info">
<p class="article__info--desc">The official Cassette Beasts Pombomb plushie I purchased finally arrived.</p>
<p>
244 words.
Posted on <time datetime="Fri Oct 13 2023 00:00:00 GMT+0000 (Coordinated Universal Time)">13 October 2023</time> by Leilukin
</p>
<p>Categories:
<p>Categories:
<a href="/categories/cassette-beasts">cassette beasts</a>
<a href="/categories/cassette-beasts">cassette beasts</a>
</p>
</p>
</div>
</div>
</header>
@ -424,26 +424,26 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
<nav class="blog__post--pagination" aria-labelledby="nextprev-title">
<h2 class="visually-hidden" id="nextprev-title">Next and Previous Blog Posts</h2>
<ul class="blog__post--nextprev">
<li class="blog__post--prev">
<p>Previous Post:</p>
<a href="/blog/posts/2023-09-11-happy-1st-anniversary-to-leilukins-hub/">Happy 1st Anniversary to Leilukin&#39;s Hub</a>
</li>
<nav class="blog__post--pagination" aria-labelledby="nextprev-title">
<h2 class="visually-hidden" id="nextprev-title">Next and Previous Blog Posts</h2>
<ul class="blog__post--nextprev">
<li class="blog__post--prev">
<p>Previous Post:</p>
<a href="/blog/posts/2023-09-11-happy-1st-anniversary-to-leilukins-hub/">Happy 1st Anniversary to Leilukin&#39;s Hub</a>
</li>
<li class="blog__post--next">
<p>Next Post:</p>
<a href="/blog/posts/2023-10-30-support-for-my-steam-review-of-a-summers-end/">Support for My Steam Review of A Summers End — Hong Kong 1986</a>
</li>
<li class="blog__post--next">
<p>Next Post:</p>
<a href="/blog/posts/2023-10-30-support-for-my-steam-review-of-a-summers-end/">Support for My Steam Review of A Summers End — Hong Kong 1986</a>
</li>
</ul>
</nav>
</ul>
</nav>
</article>
<aside class="right-sidebar" aria-label="Right sidebar">
<aside class="right-sidebar" aria-label="Right sidebar">
<nav class="content__nav sidebar--sticky" aria-labelledby="my-contents-title">
<h2 class="content__nav--title" id="my-contents-title">My Contents</h2>
<ul class="content__nav--links">

View File

@ -368,38 +368,38 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
<main id="content">
<header class="main__header">
<nav aria-labelledby="breadcrumbs-title">
<h2 class="visually-hidden" id="breadcrumbs-title">Breadcrumbs</h2>
<ol class="breadcrumbs">
<nav aria-labelledby="breadcrumbs-title">
<h2 class="visually-hidden" id="breadcrumbs-title">Breadcrumbs</h2>
<ol class="breadcrumbs">
<li>
<a href="/blog/">Blog</a>
</li>
<li>
<a href="/blog/posts/">Blog Archive</a>
</li>
</ol>
</nav>
<li>
<a href="/blog/">Blog</a>
</li>
<li>
<a href="/blog/posts/">Blog Archive</a>
</li>
</ol>
</nav>
<h1>Support for My Steam Review of A Summers End — Hong Kong 1986</h1>
<div class="article__info">
<p class="article__info--desc">A thank-you post for the people who have supported my Steam review of A Summers End — Hong Kong 1986.</p>
<p>
413 words.
Posted on <time datetime="Mon Oct 30 2023 00:00:00 GMT+0000 (Coordinated Universal Time)">30 October 2023</time> by Leilukin
</p>
<div class="article__info">
<p class="article__info--desc">A thank-you post for the people who have supported my Steam review of A Summers End — Hong Kong 1986.</p>
<p>
413 words.
Posted on <time datetime="Mon Oct 30 2023 00:00:00 GMT+0000 (Coordinated Universal Time)">30 October 2023</time> by Leilukin
</p>
<p>Categories:
<p>Categories:
<a href="/categories/a-summers-end">a summer&#39;s end</a>
<a href="/categories/a-summers-end">a summer&#39;s end</a>
</p>
</p>
</div>
</div>
</header>
@ -429,26 +429,26 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
<nav class="blog__post--pagination" aria-labelledby="nextprev-title">
<h2 class="visually-hidden" id="nextprev-title">Next and Previous Blog Posts</h2>
<ul class="blog__post--nextprev">
<li class="blog__post--prev">
<p>Previous Post:</p>
<a href="/blog/posts/2023-10-13-my-cassette-beasts-pombomb-plushie-arrived/">My Cassette Beasts Pombomb Plushie Arrived!</a>
</li>
<nav class="blog__post--pagination" aria-labelledby="nextprev-title">
<h2 class="visually-hidden" id="nextprev-title">Next and Previous Blog Posts</h2>
<ul class="blog__post--nextprev">
<li class="blog__post--prev">
<p>Previous Post:</p>
<a href="/blog/posts/2023-10-13-my-cassette-beasts-pombomb-plushie-arrived/">My Cassette Beasts Pombomb Plushie Arrived!</a>
</li>
<li class="blog__post--next">
<p>Next Post:</p>
<a href="/blog/posts/2023-11-19-i-can-finally-game-on-a-solid-state-drive/">I Can Finally Game on a Solid-State Drive</a>
</li>
<li class="blog__post--next">
<p>Next Post:</p>
<a href="/blog/posts/2023-11-19-i-can-finally-game-on-a-solid-state-drive/">I Can Finally Game on a Solid-State Drive</a>
</li>
</ul>
</nav>
</ul>
</nav>
</article>
<aside class="right-sidebar" aria-label="Right sidebar">
<aside class="right-sidebar" aria-label="Right sidebar">
<nav class="content__nav sidebar--sticky" aria-labelledby="my-contents-title">
<h2 class="content__nav--title" id="my-contents-title">My Contents</h2>
<ul class="content__nav--links">

View File

@ -368,38 +368,38 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
<main id="content">
<header class="main__header">
<nav aria-labelledby="breadcrumbs-title">
<h2 class="visually-hidden" id="breadcrumbs-title">Breadcrumbs</h2>
<ol class="breadcrumbs">
<nav aria-labelledby="breadcrumbs-title">
<h2 class="visually-hidden" id="breadcrumbs-title">Breadcrumbs</h2>
<ol class="breadcrumbs">
<li>
<a href="/blog/">Blog</a>
</li>
<li>
<a href="/blog/posts/">Blog Archive</a>
</li>
</ol>
</nav>
<li>
<a href="/blog/">Blog</a>
</li>
<li>
<a href="/blog/posts/">Blog Archive</a>
</li>
</ol>
</nav>
<h1>I Can Finally Game on a Solid-State Drive</h1>
<div class="article__info">
<p class="article__info--desc">I just got the solid-state drive (SSD) of my 5-year-old gaming laptop replaced with a new onw with a larger storage capacity.</p>
<p>
366 words.
Posted on <time datetime="Sun Nov 19 2023 00:00:00 GMT+0000 (Coordinated Universal Time)">19 November 2023</time> by Leilukin
</p>
<div class="article__info">
<p class="article__info--desc">I just got the solid-state drive (SSD) of my 5-year-old gaming laptop replaced with a new onw with a larger storage capacity.</p>
<p>
366 words.
Posted on <time datetime="Sun Nov 19 2023 00:00:00 GMT+0000 (Coordinated Universal Time)">19 November 2023</time> by Leilukin
</p>
<p>Categories:
<p>Categories:
<a href="/categories/life-updates">life updates</a>
<a href="/categories/life-updates">life updates</a>
</p>
</p>
</div>
</div>
</header>
@ -417,26 +417,26 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
<nav class="blog__post--pagination" aria-labelledby="nextprev-title">
<h2 class="visually-hidden" id="nextprev-title">Next and Previous Blog Posts</h2>
<ul class="blog__post--nextprev">
<li class="blog__post--prev">
<p>Previous Post:</p>
<a href="/blog/posts/2023-10-30-support-for-my-steam-review-of-a-summers-end/">Support for My Steam Review of A Summers End — Hong Kong 1986</a>
</li>
<nav class="blog__post--pagination" aria-labelledby="nextprev-title">
<h2 class="visually-hidden" id="nextprev-title">Next and Previous Blog Posts</h2>
<ul class="blog__post--nextprev">
<li class="blog__post--prev">
<p>Previous Post:</p>
<a href="/blog/posts/2023-10-30-support-for-my-steam-review-of-a-summers-end/">Support for My Steam Review of A Summers End — Hong Kong 1986</a>
</li>
<li class="blog__post--next">
<p>Next Post:</p>
<a href="/blog/posts/2023-11-20-finally-beat-a-bugs-life-video-game-24-years-later/">Finally Beat A Bug&#39;s Life The Video Game — 24 Years Later</a>
</li>
<li class="blog__post--next">
<p>Next Post:</p>
<a href="/blog/posts/2023-11-20-finally-beat-a-bugs-life-video-game-24-years-later/">Finally Beat A Bug&#39;s Life The Video Game — 24 Years Later</a>
</li>
</ul>
</nav>
</ul>
</nav>
</article>
<aside class="right-sidebar" aria-label="Right sidebar">
<aside class="right-sidebar" aria-label="Right sidebar">
<nav class="content__nav sidebar--sticky" aria-labelledby="my-contents-title">
<h2 class="content__nav--title" id="my-contents-title">My Contents</h2>
<ul class="content__nav--links">

View File

@ -368,40 +368,40 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
<main id="content">
<header class="main__header">
<nav aria-labelledby="breadcrumbs-title">
<h2 class="visually-hidden" id="breadcrumbs-title">Breadcrumbs</h2>
<ol class="breadcrumbs">
<nav aria-labelledby="breadcrumbs-title">
<h2 class="visually-hidden" id="breadcrumbs-title">Breadcrumbs</h2>
<ol class="breadcrumbs">
<li>
<a href="/blog/">Blog</a>
</li>
<li>
<a href="/blog/posts/">Blog Archive</a>
</li>
</ol>
</nav>
<li>
<a href="/blog/">Blog</a>
</li>
<li>
<a href="/blog/posts/">Blog Archive</a>
</li>
</ol>
</nav>
<h1>Finally Beat A Bug&#39;s Life The Video Game — 24 Years Later</h1>
<div class="article__info">
<p class="article__info--desc">My childhood goal of beating A Bug&#39;s Life video game was finally fulfilled.</p>
<p>
566 words.
Posted on <time datetime="Mon Nov 20 2023 00:00:00 GMT+0000 (Coordinated Universal Time)">20 November 2023</time> by Leilukin
</p>
<div class="article__info">
<p class="article__info--desc">My childhood goal of beating A Bug&#39;s Life video game was finally fulfilled.</p>
<p>
566 words.
Posted on <time datetime="Mon Nov 20 2023 00:00:00 GMT+0000 (Coordinated Universal Time)">20 November 2023</time> by Leilukin
</p>
<p>Categories:
<p>Categories:
<a href="/categories/a-bugs-life">a bug&#39;s life</a>,
<a href="/categories/a-bugs-life">a bug&#39;s life</a>,
<a href="/categories/gaming">gaming</a>
<a href="/categories/gaming">gaming</a>
</p>
</p>
</div>
</div>
</header>
@ -419,26 +419,26 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
<nav class="blog__post--pagination" aria-labelledby="nextprev-title">
<h2 class="visually-hidden" id="nextprev-title">Next and Previous Blog Posts</h2>
<ul class="blog__post--nextprev">
<li class="blog__post--prev">
<p>Previous Post:</p>
<a href="/blog/posts/2023-11-19-i-can-finally-game-on-a-solid-state-drive/">I Can Finally Game on a Solid-State Drive</a>
</li>
<nav class="blog__post--pagination" aria-labelledby="nextprev-title">
<h2 class="visually-hidden" id="nextprev-title">Next and Previous Blog Posts</h2>
<ul class="blog__post--nextprev">
<li class="blog__post--prev">
<p>Previous Post:</p>
<a href="/blog/posts/2023-11-19-i-can-finally-game-on-a-solid-state-drive/">I Can Finally Game on a Solid-State Drive</a>
</li>
<li class="blog__post--next">
<p>Next Post:</p>
<a href="/blog/posts/2024-03-06-i-received-a-lifetime-premium-membership-on-nexus-mods-for-free/">I Received a Lifetime Premium Membership on Nexus Mods for Free</a>
</li>
<li class="blog__post--next">
<p>Next Post:</p>
<a href="/blog/posts/2024-03-06-i-received-a-lifetime-premium-membership-on-nexus-mods-for-free/">I Received a Lifetime Premium Membership on Nexus Mods for Free</a>
</li>
</ul>
</nav>
</ul>
</nav>
</article>
<aside class="right-sidebar" aria-label="Right sidebar">
<aside class="right-sidebar" aria-label="Right sidebar">
<nav class="content__nav sidebar--sticky" aria-labelledby="my-contents-title">
<h2 class="content__nav--title" id="my-contents-title">My Contents</h2>
<ul class="content__nav--links">

View File

@ -368,38 +368,38 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
<main id="content">
<header class="main__header">
<nav aria-labelledby="breadcrumbs-title">
<h2 class="visually-hidden" id="breadcrumbs-title">Breadcrumbs</h2>
<ol class="breadcrumbs">
<nav aria-labelledby="breadcrumbs-title">
<h2 class="visually-hidden" id="breadcrumbs-title">Breadcrumbs</h2>
<ol class="breadcrumbs">
<li>
<a href="/blog/">Blog</a>
</li>
<li>
<a href="/blog/posts/">Blog Archive</a>
</li>
</ol>
</nav>
<li>
<a href="/blog/">Blog</a>
</li>
<li>
<a href="/blog/posts/">Blog Archive</a>
</li>
</ol>
</nav>
<h1>I Received a Lifetime Premium Membership on Nexus Mods for Free</h1>
<div class="article__info">
<p class="article__info--desc">In light of my mods hosted on Nexus Mods reaching 30,000 unique downloads, I was rewarded a free lifetime Premium membership on Nexus Mods.</p>
<p>
307 words.
Posted on <time datetime="Wed Mar 06 2024 00:00:00 GMT+0000 (Coordinated Universal Time)">6 March 2024</time> by Leilukin
</p>
<div class="article__info">
<p class="article__info--desc">In light of my mods hosted on Nexus Mods reaching 30,000 unique downloads, I was rewarded a free lifetime Premium membership on Nexus Mods.</p>
<p>
307 words.
Posted on <time datetime="Wed Mar 06 2024 00:00:00 GMT+0000 (Coordinated Universal Time)">6 March 2024</time> by Leilukin
</p>
<p>Categories:
<p>Categories:
<a href="/categories/video-game-mods">video game mods</a>
<a href="/categories/video-game-mods">video game mods</a>
</p>
</p>
</div>
</div>
</header>
@ -429,26 +429,26 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
<nav class="blog__post--pagination" aria-labelledby="nextprev-title">
<h2 class="visually-hidden" id="nextprev-title">Next and Previous Blog Posts</h2>
<ul class="blog__post--nextprev">
<li class="blog__post--prev">
<p>Previous Post:</p>
<a href="/blog/posts/2023-11-20-finally-beat-a-bugs-life-video-game-24-years-later/">Finally Beat A Bug&#39;s Life The Video Game — 24 Years Later</a>
</li>
<nav class="blog__post--pagination" aria-labelledby="nextprev-title">
<h2 class="visually-hidden" id="nextprev-title">Next and Previous Blog Posts</h2>
<ul class="blog__post--nextprev">
<li class="blog__post--prev">
<p>Previous Post:</p>
<a href="/blog/posts/2023-11-20-finally-beat-a-bugs-life-video-game-24-years-later/">Finally Beat A Bug&#39;s Life The Video Game — 24 Years Later</a>
</li>
<li class="blog__post--next">
<p>Next Post:</p>
<a href="/blog/posts/2024-04-21-april-2024-leilukins-hub-overhaul-with-eleventy/">April 2024 Leilukin&#39;s Hub Overhaul with Eleventy</a>
</li>
<li class="blog__post--next">
<p>Next Post:</p>
<a href="/blog/posts/2024-04-21-april-2024-leilukins-hub-overhaul-with-eleventy/">April 2024 Leilukin&#39;s Hub Overhaul with Eleventy</a>
</li>
</ul>
</nav>
</ul>
</nav>
</article>
<aside class="right-sidebar" aria-label="Right sidebar">
<aside class="right-sidebar" aria-label="Right sidebar">
<nav class="content__nav sidebar--sticky" aria-labelledby="my-contents-title">
<h2 class="content__nav--title" id="my-contents-title">My Contents</h2>
<ul class="content__nav--links">

View File

@ -411,46 +411,46 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
<main id="content">
<header class="main__header">
<nav aria-labelledby="breadcrumbs-title">
<h2 class="visually-hidden" id="breadcrumbs-title">Breadcrumbs</h2>
<ol class="breadcrumbs">
<nav aria-labelledby="breadcrumbs-title">
<h2 class="visually-hidden" id="breadcrumbs-title">Breadcrumbs</h2>
<ol class="breadcrumbs">
<li>
<a href="/blog/">Blog</a>
</li>
<li>
<a href="/blog/posts/">Blog Archive</a>
</li>
</ol>
</nav>
<li>
<a href="/blog/">Blog</a>
</li>
<li>
<a href="/blog/posts/">Blog Archive</a>
</li>
</ol>
</nav>
<h1>April 2024 Leilukin&#39;s Hub Overhaul with Eleventy</h1>
<div class="article__info">
<p class="article__info--desc">I rebuilt my website with the static site generator Eleventy in April 2024.</p>
<p>
1,693 words.
Posted on <time datetime="2024-04-21T19:53:00+0800">21 April 2024</time> by Leilukin
</p>
<div class="article__info">
<p class="article__info--desc">I rebuilt my website with the static site generator Eleventy in April 2024.</p>
<p>
1,693 words.
Posted on <time datetime="2024-04-21T19:53:00+0800">21 April 2024</time> by Leilukin
</p>
<p>Categories:
<p>Categories:
<a href="/categories/site-updates">site updates</a>,
<a href="/categories/site-updates">site updates</a>,
<a href="/categories/eleventy">eleventy</a>
<a href="/categories/eleventy">eleventy</a>
</p>
</p>
</div>
</div>
</header>
<content-wrapper>
<aside class="left-sidebar" aria-label="Left sidebar">
<aside class="left-sidebar" aria-label="Left sidebar">
<details-utils force-open="(min-width: 60rem)" force-restore="">
<details class="toc__wrapper sidebar--sticky">
<summary class="toc__heading" id="toc-heading">
@ -592,26 +592,26 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
<nav class="blog__post--pagination" aria-labelledby="nextprev-title">
<h2 class="visually-hidden" id="nextprev-title">Next and Previous Blog Posts</h2>
<ul class="blog__post--nextprev">
<li class="blog__post--prev">
<p>Previous Post:</p>
<a href="/blog/posts/2024-03-06-i-received-a-lifetime-premium-membership-on-nexus-mods-for-free/">I Received a Lifetime Premium Membership on Nexus Mods for Free</a>
</li>
<nav class="blog__post--pagination" aria-labelledby="nextprev-title">
<h2 class="visually-hidden" id="nextprev-title">Next and Previous Blog Posts</h2>
<ul class="blog__post--nextprev">
<li class="blog__post--prev">
<p>Previous Post:</p>
<a href="/blog/posts/2024-03-06-i-received-a-lifetime-premium-membership-on-nexus-mods-for-free/">I Received a Lifetime Premium Membership on Nexus Mods for Free</a>
</li>
<li class="blog__post--next">
<p>Next Post:</p>
<a href="/blog/posts/2024-04-27-lesbian-visibility-day1-year-anniversary-of-cassette-beasts/">Happy Lesbian Visibility Day and 1-Year Anniversary of Cassette Beasts</a>
</li>
<li class="blog__post--next">
<p>Next Post:</p>
<a href="/blog/posts/2024-04-27-lesbian-visibility-day1-year-anniversary-of-cassette-beasts/">Happy Lesbian Visibility Day and 1-Year Anniversary of Cassette Beasts</a>
</li>
</ul>
</nav>
</ul>
</nav>
</article>
<aside class="right-sidebar" aria-label="Right sidebar">
<aside class="right-sidebar" aria-label="Right sidebar">
<nav class="content__nav sidebar--sticky" aria-labelledby="my-contents-title">
<h2 class="content__nav--title" id="my-contents-title">My Contents</h2>
<ul class="content__nav--links">

View File

@ -368,40 +368,40 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
<main id="content">
<header class="main__header">
<nav aria-labelledby="breadcrumbs-title">
<h2 class="visually-hidden" id="breadcrumbs-title">Breadcrumbs</h2>
<ol class="breadcrumbs">
<nav aria-labelledby="breadcrumbs-title">
<h2 class="visually-hidden" id="breadcrumbs-title">Breadcrumbs</h2>
<ol class="breadcrumbs">
<li>
<a href="/blog/">Blog</a>
</li>
<li>
<a href="/blog/posts/">Blog Archive</a>
</li>
</ol>
</nav>
<li>
<a href="/blog/">Blog</a>
</li>
<li>
<a href="/blog/posts/">Blog Archive</a>
</li>
</ol>
</nav>
<h1>Happy Lesbian Visibility Day and 1-Year Anniversary of Cassette Beasts</h1>
<div class="article__info">
<p class="article__info--desc">Celebrating both Lesbian Visibility Day and the 1st year anniversary of Cassette Beasts&#39; release on 26 April 2024.</p>
<p>
520 words.
Posted on <time datetime="2024-04-27T14:06:00+0800">27 April 2024</time> by Leilukin
</p>
<div class="article__info">
<p class="article__info--desc">Celebrating both Lesbian Visibility Day and the 1st year anniversary of Cassette Beasts&#39; release on 26 April 2024.</p>
<p>
520 words.
Posted on <time datetime="2024-04-27T14:06:00+0800">27 April 2024</time> by Leilukin
</p>
<p>Categories:
<p>Categories:
<a href="/categories/lesbian">lesbian</a>,
<a href="/categories/lesbian">lesbian</a>,
<a href="/categories/cassette-beasts">cassette beasts</a>
<a href="/categories/cassette-beasts">cassette beasts</a>
</p>
</p>
</div>
</div>
</header>
@ -431,26 +431,26 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
<nav class="blog__post--pagination" aria-labelledby="nextprev-title">
<h2 class="visually-hidden" id="nextprev-title">Next and Previous Blog Posts</h2>
<ul class="blog__post--nextprev">
<li class="blog__post--prev">
<p>Previous Post:</p>
<a href="/blog/posts/2024-04-21-april-2024-leilukins-hub-overhaul-with-eleventy/">April 2024 Leilukin&#39;s Hub Overhaul with Eleventy</a>
</li>
<nav class="blog__post--pagination" aria-labelledby="nextprev-title">
<h2 class="visually-hidden" id="nextprev-title">Next and Previous Blog Posts</h2>
<ul class="blog__post--nextprev">
<li class="blog__post--prev">
<p>Previous Post:</p>
<a href="/blog/posts/2024-04-21-april-2024-leilukins-hub-overhaul-with-eleventy/">April 2024 Leilukin&#39;s Hub Overhaul with Eleventy</a>
</li>
<li class="blog__post--next">
<p>Next Post:</p>
<a href="/blog/posts/2024-05-14-james-somerton-my-video-game-footage/">James Somerton Used My Video Game Footage Without Credit or Permission</a>
</li>
<li class="blog__post--next">
<p>Next Post:</p>
<a href="/blog/posts/2024-05-14-james-somerton-my-video-game-footage/">James Somerton Used My Video Game Footage Without Credit or Permission</a>
</li>
</ul>
</nav>
</ul>
</nav>
</article>
<aside class="right-sidebar" aria-label="Right sidebar">
<aside class="right-sidebar" aria-label="Right sidebar">
<nav class="content__nav sidebar--sticky" aria-labelledby="my-contents-title">
<h2 class="content__nav--title" id="my-contents-title">My Contents</h2>
<ul class="content__nav--links">

View File

@ -368,40 +368,40 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
<main id="content">
<header class="main__header">
<nav aria-labelledby="breadcrumbs-title">
<h2 class="visually-hidden" id="breadcrumbs-title">Breadcrumbs</h2>
<ol class="breadcrumbs">
<nav aria-labelledby="breadcrumbs-title">
<h2 class="visually-hidden" id="breadcrumbs-title">Breadcrumbs</h2>
<ol class="breadcrumbs">
<li>
<a href="/blog/">Blog</a>
</li>
<li>
<a href="/blog/posts/">Blog Archive</a>
</li>
</ol>
</nav>
<li>
<a href="/blog/">Blog</a>
</li>
<li>
<a href="/blog/posts/">Blog Archive</a>
</li>
</ol>
</nav>
<h1>James Somerton Used My Video Game Footage Without Credit or Permission</h1>
<div class="article__info">
<p class="article__info--desc">James Somerton used one of my Star Wars: Knights of the Old Republic footage in one of his videos without credit or permission.</p>
<p>
1,741 words.
Posted on <time datetime="2024-05-14T11:02:00+0800">14 May 2024</time> by Leilukin
</p>
<div class="article__info">
<p class="article__info--desc">James Somerton used one of my Star Wars: Knights of the Old Republic footage in one of his videos without credit or permission.</p>
<p>
1,741 words.
Posted on <time datetime="2024-05-14T11:02:00+0800">14 May 2024</time> by Leilukin
</p>
<p>Last updated on <time datetime="Fri May 17 2024 00:00:00 GMT+0000 (Coordinated Universal Time)">17 May 2024</time></p>
<p>Last updated on <time datetime="Fri May 17 2024 00:00:00 GMT+0000 (Coordinated Universal Time)">17 May 2024</time></p>
<p>Categories:
<p>Categories:
<a href="/categories/youtube">youtube</a>
<a href="/categories/youtube">youtube</a>
</p>
</p>
</div>
</div>
</header>
@ -446,26 +446,26 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
<nav class="blog__post--pagination" aria-labelledby="nextprev-title">
<h2 class="visually-hidden" id="nextprev-title">Next and Previous Blog Posts</h2>
<ul class="blog__post--nextprev">
<li class="blog__post--prev">
<p>Previous Post:</p>
<a href="/blog/posts/2024-04-27-lesbian-visibility-day1-year-anniversary-of-cassette-beasts/">Happy Lesbian Visibility Day and 1-Year Anniversary of Cassette Beasts</a>
</li>
<nav class="blog__post--pagination" aria-labelledby="nextprev-title">
<h2 class="visually-hidden" id="nextprev-title">Next and Previous Blog Posts</h2>
<ul class="blog__post--nextprev">
<li class="blog__post--prev">
<p>Previous Post:</p>
<a href="/blog/posts/2024-04-27-lesbian-visibility-day1-year-anniversary-of-cassette-beasts/">Happy Lesbian Visibility Day and 1-Year Anniversary of Cassette Beasts</a>
</li>
<li class="blog__post--next">
<p>Next Post:</p>
<a href="/blog/posts/2024-05-29-new-guestbook-leilukins-hub/">The Search for a Guestbook Solution for Leilukin&#39;s Hub</a>
</li>
<li class="blog__post--next">
<p>Next Post:</p>
<a href="/blog/posts/2024-05-29-new-guestbook-leilukins-hub/">The Search for a Guestbook Solution for Leilukin&#39;s Hub</a>
</li>
</ul>
</nav>
</ul>
</nav>
</article>
<aside class="right-sidebar" aria-label="Right sidebar">
<aside class="right-sidebar" aria-label="Right sidebar">
<nav class="content__nav sidebar--sticky" aria-labelledby="my-contents-title">
<h2 class="content__nav--title" id="my-contents-title">My Contents</h2>
<ul class="content__nav--links">

View File

@ -368,38 +368,38 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
<main id="content">
<header class="main__header">
<nav aria-labelledby="breadcrumbs-title">
<h2 class="visually-hidden" id="breadcrumbs-title">Breadcrumbs</h2>
<ol class="breadcrumbs">
<nav aria-labelledby="breadcrumbs-title">
<h2 class="visually-hidden" id="breadcrumbs-title">Breadcrumbs</h2>
<ol class="breadcrumbs">
<li>
<a href="/blog/">Blog</a>
</li>
<li>
<a href="/blog/posts/">Blog Archive</a>
</li>
</ol>
</nav>
<li>
<a href="/blog/">Blog</a>
</li>
<li>
<a href="/blog/posts/">Blog Archive</a>
</li>
</ol>
</nav>
<h1>The Search for a Guestbook Solution for Leilukin&#39;s Hub</h1>
<div class="article__info">
<p class="article__info--desc">I spent a great deal of time in searching for a guestbook for Leilukin&#39;s hub.</p>
<p>
815 words.
Posted on <time datetime="2024-05-29T17:11:00+0800">29 May 2024</time> by Leilukin
</p>
<div class="article__info">
<p class="article__info--desc">I spent a great deal of time in searching for a guestbook for Leilukin&#39;s hub.</p>
<p>
815 words.
Posted on <time datetime="2024-05-29T17:11:00+0800">29 May 2024</time> by Leilukin
</p>
<p>Categories:
<p>Categories:
<a href="/categories/site-updates">site updates</a>
<a href="/categories/site-updates">site updates</a>
</p>
</p>
</div>
</div>
</header>
@ -425,26 +425,26 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
<nav class="blog__post--pagination" aria-labelledby="nextprev-title">
<h2 class="visually-hidden" id="nextprev-title">Next and Previous Blog Posts</h2>
<ul class="blog__post--nextprev">
<li class="blog__post--prev">
<p>Previous Post:</p>
<a href="/blog/posts/2024-05-14-james-somerton-my-video-game-footage/">James Somerton Used My Video Game Footage Without Credit or Permission</a>
</li>
<nav class="blog__post--pagination" aria-labelledby="nextprev-title">
<h2 class="visually-hidden" id="nextprev-title">Next and Previous Blog Posts</h2>
<ul class="blog__post--nextprev">
<li class="blog__post--prev">
<p>Previous Post:</p>
<a href="/blog/posts/2024-05-14-james-somerton-my-video-game-footage/">James Somerton Used My Video Game Footage Without Credit or Permission</a>
</li>
<li class="blog__post--next">
<p>Next Post:</p>
<a href="/blog/posts/2024-05-31-domain-name-hosting-change-leilukins-hub/">Custom Domain Name and Hosting Change for Leilukin&#39;s Hub</a>
</li>
<li class="blog__post--next">
<p>Next Post:</p>
<a href="/blog/posts/2024-05-31-domain-name-hosting-change-leilukins-hub/">Custom Domain Name and Hosting Change for Leilukin&#39;s Hub</a>
</li>
</ul>
</nav>
</ul>
</nav>
</article>
<aside class="right-sidebar" aria-label="Right sidebar">
<aside class="right-sidebar" aria-label="Right sidebar">
<nav class="content__nav sidebar--sticky" aria-labelledby="my-contents-title">
<h2 class="content__nav--title" id="my-contents-title">My Contents</h2>
<ul class="content__nav--links">

View File

@ -411,46 +411,46 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
<main id="content">
<header class="main__header">
<nav aria-labelledby="breadcrumbs-title">
<h2 class="visually-hidden" id="breadcrumbs-title">Breadcrumbs</h2>
<ol class="breadcrumbs">
<nav aria-labelledby="breadcrumbs-title">
<h2 class="visually-hidden" id="breadcrumbs-title">Breadcrumbs</h2>
<ol class="breadcrumbs">
<li>
<a href="/blog/">Blog</a>
</li>
<li>
<a href="/blog/posts/">Blog Archive</a>
</li>
</ol>
</nav>
<li>
<a href="/blog/">Blog</a>
</li>
<li>
<a href="/blog/posts/">Blog Archive</a>
</li>
</ol>
</nav>
<h1>Custom Domain Name and Hosting Change for Leilukin&#39;s Hub</h1>
<div class="article__info">
<p class="article__info--desc">Leilukin&#39;s Hub now has a custom domain name and a new host.</p>
<p>
1,107 words.
Posted on <time datetime="2024-05-31T21:33:00+0800">31 May 2024</time> by Leilukin
</p>
<div class="article__info">
<p class="article__info--desc">Leilukin&#39;s Hub now has a custom domain name and a new host.</p>
<p>
1,107 words.
Posted on <time datetime="2024-05-31T21:33:00+0800">31 May 2024</time> by Leilukin
</p>
<p>Last updated on <time datetime="Tue Jun 04 2024 00:00:00 GMT+0000 (Coordinated Universal Time)">4 June 2024</time></p>
<p>Last updated on <time datetime="Tue Jun 04 2024 00:00:00 GMT+0000 (Coordinated Universal Time)">4 June 2024</time></p>
<p>Categories:
<p>Categories:
<a href="/categories/site-updates">site updates</a>
<a href="/categories/site-updates">site updates</a>
</p>
</p>
</div>
</div>
</header>
<content-wrapper>
<aside class="left-sidebar" aria-label="Left sidebar">
<aside class="left-sidebar" aria-label="Left sidebar">
<details-utils force-open="(min-width: 60rem)" force-restore="">
<details class="toc__wrapper sidebar--sticky">
<summary class="toc__heading" id="toc-heading">
@ -509,26 +509,26 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
<nav class="blog__post--pagination" aria-labelledby="nextprev-title">
<h2 class="visually-hidden" id="nextprev-title">Next and Previous Blog Posts</h2>
<ul class="blog__post--nextprev">
<li class="blog__post--prev">
<p>Previous Post:</p>
<a href="/blog/posts/2024-05-29-new-guestbook-leilukins-hub/">The Search for a Guestbook Solution for Leilukin&#39;s Hub</a>
</li>
<nav class="blog__post--pagination" aria-labelledby="nextprev-title">
<h2 class="visually-hidden" id="nextprev-title">Next and Previous Blog Posts</h2>
<ul class="blog__post--nextprev">
<li class="blog__post--prev">
<p>Previous Post:</p>
<a href="/blog/posts/2024-05-29-new-guestbook-leilukins-hub/">The Search for a Guestbook Solution for Leilukin&#39;s Hub</a>
</li>
<li class="blog__post--next">
<p>Next Post:</p>
<a href="/blog/posts/2024-06-12-performance-improvement-leilukins-hub/">Improving Site Performance of Leilukin&#39;s Hub</a>
</li>
<li class="blog__post--next">
<p>Next Post:</p>
<a href="/blog/posts/2024-06-12-performance-improvement-leilukins-hub/">Improving Site Performance of Leilukin&#39;s Hub</a>
</li>
</ul>
</nav>
</ul>
</nav>
</article>
<aside class="right-sidebar" aria-label="Right sidebar">
<aside class="right-sidebar" aria-label="Right sidebar">
<nav class="content__nav sidebar--sticky" aria-labelledby="my-contents-title">
<h2 class="content__nav--title" id="my-contents-title">My Contents</h2>
<ul class="content__nav--links">

View File

@ -368,40 +368,40 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
<main id="content">
<header class="main__header">
<nav aria-labelledby="breadcrumbs-title">
<h2 class="visually-hidden" id="breadcrumbs-title">Breadcrumbs</h2>
<ol class="breadcrumbs">
<nav aria-labelledby="breadcrumbs-title">
<h2 class="visually-hidden" id="breadcrumbs-title">Breadcrumbs</h2>
<ol class="breadcrumbs">
<li>
<a href="/blog/">Blog</a>
</li>
<li>
<a href="/blog/posts/">Blog Archive</a>
</li>
</ol>
</nav>
<li>
<a href="/blog/">Blog</a>
</li>
<li>
<a href="/blog/posts/">Blog Archive</a>
</li>
</ol>
</nav>
<h1>Improving Site Performance of Leilukin&#39;s Hub</h1>
<div class="article__info">
<p class="article__info--desc">Steps I hae taken to improve my website&#39;s performance.</p>
<p>
662 words.
Posted on <time datetime="2024-06-12T19:06:00+0800">12 June 2024</time> by Leilukin
</p>
<div class="article__info">
<p class="article__info--desc">Steps I hae taken to improve my website&#39;s performance.</p>
<p>
662 words.
Posted on <time datetime="2024-06-12T19:06:00+0800">12 June 2024</time> by Leilukin
</p>
<p>Categories:
<p>Categories:
<a href="/categories/site-updates">site updates</a>,
<a href="/categories/site-updates">site updates</a>,
<a href="/categories/web-development">web development</a>
<a href="/categories/web-development">web development</a>
</p>
</p>
</div>
</div>
</header>
@ -434,26 +434,26 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
<nav class="blog__post--pagination" aria-labelledby="nextprev-title">
<h2 class="visually-hidden" id="nextprev-title">Next and Previous Blog Posts</h2>
<ul class="blog__post--nextprev">
<li class="blog__post--prev">
<p>Previous Post:</p>
<a href="/blog/posts/2024-05-31-domain-name-hosting-change-leilukins-hub/">Custom Domain Name and Hosting Change for Leilukin&#39;s Hub</a>
</li>
<nav class="blog__post--pagination" aria-labelledby="nextprev-title">
<h2 class="visually-hidden" id="nextprev-title">Next and Previous Blog Posts</h2>
<ul class="blog__post--nextprev">
<li class="blog__post--prev">
<p>Previous Post:</p>
<a href="/blog/posts/2024-05-31-domain-name-hosting-change-leilukins-hub/">Custom Domain Name and Hosting Change for Leilukin&#39;s Hub</a>
</li>
<li class="blog__post--next">
<p>Next Post:</p>
<a href="/blog/posts/2024-06-21-leilukins-hub-tumbleblog-launched/">Leilukin&#39;s Hub Tumbleblog Launched</a>
</li>
<li class="blog__post--next">
<p>Next Post:</p>
<a href="/blog/posts/2024-06-21-leilukins-hub-tumbleblog-launched/">Leilukin&#39;s Hub Tumbleblog Launched</a>
</li>
</ul>
</nav>
</ul>
</nav>
</article>
<aside class="right-sidebar" aria-label="Right sidebar">
<aside class="right-sidebar" aria-label="Right sidebar">
<nav class="content__nav sidebar--sticky" aria-labelledby="my-contents-title">
<h2 class="content__nav--title" id="my-contents-title">My Contents</h2>
<ul class="content__nav--links">

View File

@ -368,38 +368,38 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
<main id="content">
<header class="main__header">
<nav aria-labelledby="breadcrumbs-title">
<h2 class="visually-hidden" id="breadcrumbs-title">Breadcrumbs</h2>
<ol class="breadcrumbs">
<nav aria-labelledby="breadcrumbs-title">
<h2 class="visually-hidden" id="breadcrumbs-title">Breadcrumbs</h2>
<ol class="breadcrumbs">
<li>
<a href="/blog/">Blog</a>
</li>
<li>
<a href="/blog/posts/">Blog Archive</a>
</li>
</ol>
</nav>
<li>
<a href="/blog/">Blog</a>
</li>
<li>
<a href="/blog/posts/">Blog Archive</a>
</li>
</ol>
</nav>
<h1>Leilukin&#39;s Hub Tumbleblog Launched</h1>
<div class="article__info">
<p class="article__info--desc">Leilukin&#39;s Hub now has a tumbleblog built with Chyrp Lite and hosted on InfinityFree.</p>
<p>
486 words.
Posted on <time datetime="2024-06-21T01:53:00+0800">21 June 2024</time> by Leilukin
</p>
<div class="article__info">
<p class="article__info--desc">Leilukin&#39;s Hub now has a tumbleblog built with Chyrp Lite and hosted on InfinityFree.</p>
<p>
486 words.
Posted on <time datetime="2024-06-21T01:53:00+0800">21 June 2024</time> by Leilukin
</p>
<p>Categories:
<p>Categories:
<a href="/categories/site-updates">site updates</a>
<a href="/categories/site-updates">site updates</a>
</p>
</p>
</div>
</div>
</header>
@ -419,26 +419,26 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
<nav class="blog__post--pagination" aria-labelledby="nextprev-title">
<h2 class="visually-hidden" id="nextprev-title">Next and Previous Blog Posts</h2>
<ul class="blog__post--nextprev">
<li class="blog__post--prev">
<p>Previous Post:</p>
<a href="/blog/posts/2024-06-12-performance-improvement-leilukins-hub/">Improving Site Performance of Leilukin&#39;s Hub</a>
</li>
<nav class="blog__post--pagination" aria-labelledby="nextprev-title">
<h2 class="visually-hidden" id="nextprev-title">Next and Previous Blog Posts</h2>
<ul class="blog__post--nextprev">
<li class="blog__post--prev">
<p>Previous Post:</p>
<a href="/blog/posts/2024-06-12-performance-improvement-leilukins-hub/">Improving Site Performance of Leilukin&#39;s Hub</a>
</li>
<li class="blog__post--next">
<p>Next Post:</p>
<a href="/blog/posts/2024-06-24-cassette-beasts-fanlisting-approved/">My Cassette Beasts Fanlisting Application has been Approved</a>
</li>
<li class="blog__post--next">
<p>Next Post:</p>
<a href="/blog/posts/2024-06-24-cassette-beasts-fanlisting-approved/">My Cassette Beasts Fanlisting Application has been Approved</a>
</li>
</ul>
</nav>
</ul>
</nav>
</article>
<aside class="right-sidebar" aria-label="Right sidebar">
<aside class="right-sidebar" aria-label="Right sidebar">
<nav class="content__nav sidebar--sticky" aria-labelledby="my-contents-title">
<h2 class="content__nav--title" id="my-contents-title">My Contents</h2>
<ul class="content__nav--links">

View File

@ -368,40 +368,40 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
<main id="content">
<header class="main__header">
<nav aria-labelledby="breadcrumbs-title">
<h2 class="visually-hidden" id="breadcrumbs-title">Breadcrumbs</h2>
<ol class="breadcrumbs">
<nav aria-labelledby="breadcrumbs-title">
<h2 class="visually-hidden" id="breadcrumbs-title">Breadcrumbs</h2>
<ol class="breadcrumbs">
<li>
<a href="/blog/">Blog</a>
</li>
<li>
<a href="/blog/posts/">Blog Archive</a>
</li>
</ol>
</nav>
<li>
<a href="/blog/">Blog</a>
</li>
<li>
<a href="/blog/posts/">Blog Archive</a>
</li>
</ol>
</nav>
<h1>My Cassette Beasts Fanlisting Application has been Approved</h1>
<div class="article__info">
<p class="article__info--desc">The Fanlistings Network has approved my application to run and build a Cassette Beasts fanlisting.</p>
<p>
553 words.
Posted on <time datetime="2024-06-24T13:23:00+0800">24 June 2024</time> by Leilukin
</p>
<div class="article__info">
<p class="article__info--desc">The Fanlistings Network has approved my application to run and build a Cassette Beasts fanlisting.</p>
<p>
553 words.
Posted on <time datetime="2024-06-24T13:23:00+0800">24 June 2024</time> by Leilukin
</p>
<p>Categories:
<p>Categories:
<a href="/categories/cassette-beasts">cassette beasts</a>,
<a href="/categories/cassette-beasts">cassette beasts</a>,
<a href="/categories/site-updates">site updates</a>
<a href="/categories/site-updates">site updates</a>
</p>
</p>
</div>
</div>
</header>
@ -427,26 +427,26 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
<nav class="blog__post--pagination" aria-labelledby="nextprev-title">
<h2 class="visually-hidden" id="nextprev-title">Next and Previous Blog Posts</h2>
<ul class="blog__post--nextprev">
<li class="blog__post--prev">
<p>Previous Post:</p>
<a href="/blog/posts/2024-06-21-leilukins-hub-tumbleblog-launched/">Leilukin&#39;s Hub Tumbleblog Launched</a>
</li>
<nav class="blog__post--pagination" aria-labelledby="nextprev-title">
<h2 class="visually-hidden" id="nextprev-title">Next and Previous Blog Posts</h2>
<ul class="blog__post--nextprev">
<li class="blog__post--prev">
<p>Previous Post:</p>
<a href="/blog/posts/2024-06-21-leilukins-hub-tumbleblog-launched/">Leilukin&#39;s Hub Tumbleblog Launched</a>
</li>
<li class="blog__post--next">
<p>Next Post:</p>
<a href="/blog/posts/2024-07-02-fanlisting-collective-launch/">Cassette Beasts Fanlisting and My Fanlisting Collective Launched</a>
</li>
<li class="blog__post--next">
<p>Next Post:</p>
<a href="/blog/posts/2024-07-02-fanlisting-collective-launch/">Cassette Beasts Fanlisting and My Fanlisting Collective Launched</a>
</li>
</ul>
</nav>
</ul>
</nav>
</article>
<aside class="right-sidebar" aria-label="Right sidebar">
<aside class="right-sidebar" aria-label="Right sidebar">
<nav class="content__nav sidebar--sticky" aria-labelledby="my-contents-title">
<h2 class="content__nav--title" id="my-contents-title">My Contents</h2>
<ul class="content__nav--links">

View File

@ -368,42 +368,42 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
<main id="content">
<header class="main__header">
<nav aria-labelledby="breadcrumbs-title">
<h2 class="visually-hidden" id="breadcrumbs-title">Breadcrumbs</h2>
<ol class="breadcrumbs">
<nav aria-labelledby="breadcrumbs-title">
<h2 class="visually-hidden" id="breadcrumbs-title">Breadcrumbs</h2>
<ol class="breadcrumbs">
<li>
<a href="/blog/">Blog</a>
</li>
<li>
<a href="/blog/posts/">Blog Archive</a>
</li>
</ol>
</nav>
<li>
<a href="/blog/">Blog</a>
</li>
<li>
<a href="/blog/posts/">Blog Archive</a>
</li>
</ol>
</nav>
<h1>Cassette Beasts Fanlisting and My Fanlisting Collective Launched</h1>
<div class="article__info">
<p class="article__info--desc">Announcing the launch of my fanlisting collective, Cassette Beasts fanlisting and the release of my BellaBuffs fork.</p>
<p>
901 words.
Posted on <time datetime="2024-07-02T00:37:00+0800">2 July 2024</time> by Leilukin
</p>
<div class="article__info">
<p class="article__info--desc">Announcing the launch of my fanlisting collective, Cassette Beasts fanlisting and the release of my BellaBuffs fork.</p>
<p>
901 words.
Posted on <time datetime="2024-07-02T00:37:00+0800">2 July 2024</time> by Leilukin
</p>
<p>Categories:
<p>Categories:
<a href="/categories/cassette-beasts">cassette beasts</a>,
<a href="/categories/cassette-beasts">cassette beasts</a>,
<a href="/categories/site-updates">site updates</a>,
<a href="/categories/site-updates">site updates</a>,
<a href="/categories/code-projects">code projects</a>
<a href="/categories/code-projects">code projects</a>
</p>
</p>
</div>
</div>
</header>
@ -449,26 +449,26 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
<nav class="blog__post--pagination" aria-labelledby="nextprev-title">
<h2 class="visually-hidden" id="nextprev-title">Next and Previous Blog Posts</h2>
<ul class="blog__post--nextprev">
<li class="blog__post--prev">
<p>Previous Post:</p>
<a href="/blog/posts/2024-06-24-cassette-beasts-fanlisting-approved/">My Cassette Beasts Fanlisting Application has been Approved</a>
</li>
<nav class="blog__post--pagination" aria-labelledby="nextprev-title">
<h2 class="visually-hidden" id="nextprev-title">Next and Previous Blog Posts</h2>
<ul class="blog__post--nextprev">
<li class="blog__post--prev">
<p>Previous Post:</p>
<a href="/blog/posts/2024-06-24-cassette-beasts-fanlisting-approved/">My Cassette Beasts Fanlisting Application has been Approved</a>
</li>
<li class="blog__post--next">
<p>Next Post:</p>
<a href="/blog/posts/2024-07-27-hostinger-migration-leilukins-hub/">Leilukin&#39;s Hub Has Migrated to Hostinger</a>
</li>
<li class="blog__post--next">
<p>Next Post:</p>
<a href="/blog/posts/2024-07-27-hostinger-migration-leilukins-hub/">Leilukin&#39;s Hub Has Migrated to Hostinger</a>
</li>
</ul>
</nav>
</ul>
</nav>
</article>
<aside class="right-sidebar" aria-label="Right sidebar">
<aside class="right-sidebar" aria-label="Right sidebar">
<nav class="content__nav sidebar--sticky" aria-labelledby="my-contents-title">
<h2 class="content__nav--title" id="my-contents-title">My Contents</h2>
<ul class="content__nav--links">

View File

@ -411,44 +411,44 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
<main id="content">
<header class="main__header">
<nav aria-labelledby="breadcrumbs-title">
<h2 class="visually-hidden" id="breadcrumbs-title">Breadcrumbs</h2>
<ol class="breadcrumbs">
<nav aria-labelledby="breadcrumbs-title">
<h2 class="visually-hidden" id="breadcrumbs-title">Breadcrumbs</h2>
<ol class="breadcrumbs">
<li>
<a href="/blog/">Blog</a>
</li>
<li>
<a href="/blog/posts/">Blog Archive</a>
</li>
</ol>
</nav>
<li>
<a href="/blog/">Blog</a>
</li>
<li>
<a href="/blog/posts/">Blog Archive</a>
</li>
</ol>
</nav>
<h1>Leilukin&#39;s Hub Has Migrated to Hostinger</h1>
<div class="article__info">
<p class="article__info--desc">Leilukin&#39;s Hub has moved hosts again — this time to Hostinger.</p>
<p>
1,168 words.
Posted on <time datetime="2024-07-27T00:44:00+0800">27 July 2024</time> by Leilukin
</p>
<div class="article__info">
<p class="article__info--desc">Leilukin&#39;s Hub has moved hosts again — this time to Hostinger.</p>
<p>
1,168 words.
Posted on <time datetime="2024-07-27T00:44:00+0800">27 July 2024</time> by Leilukin
</p>
<p>Categories:
<p>Categories:
<a href="/categories/site-updates">site updates</a>
<a href="/categories/site-updates">site updates</a>
</p>
</p>
</div>
</div>
</header>
<content-wrapper>
<aside class="left-sidebar" aria-label="Left sidebar">
<aside class="left-sidebar" aria-label="Left sidebar">
<details-utils force-open="(min-width: 60rem)" force-restore="">
<details class="toc__wrapper sidebar--sticky">
<summary class="toc__heading" id="toc-heading">
@ -533,26 +533,26 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
<nav class="blog__post--pagination" aria-labelledby="nextprev-title">
<h2 class="visually-hidden" id="nextprev-title">Next and Previous Blog Posts</h2>
<ul class="blog__post--nextprev">
<li class="blog__post--prev">
<p>Previous Post:</p>
<a href="/blog/posts/2024-07-02-fanlisting-collective-launch/">Cassette Beasts Fanlisting and My Fanlisting Collective Launched</a>
</li>
<nav class="blog__post--pagination" aria-labelledby="nextprev-title">
<h2 class="visually-hidden" id="nextprev-title">Next and Previous Blog Posts</h2>
<ul class="blog__post--nextprev">
<li class="blog__post--prev">
<p>Previous Post:</p>
<a href="/blog/posts/2024-07-02-fanlisting-collective-launch/">Cassette Beasts Fanlisting and My Fanlisting Collective Launched</a>
</li>
<li class="blog__post--next">
<p>Next Post:</p>
<a href="/blog/posts/2024-08-18-from-hobbyist-to-professional-web-developer/">From Hobbyist to Professional Web Developer</a>
</li>
<li class="blog__post--next">
<p>Next Post:</p>
<a href="/blog/posts/2024-08-18-from-hobbyist-to-professional-web-developer/">From Hobbyist to Professional Web Developer</a>
</li>
</ul>
</nav>
</ul>
</nav>
</article>
<aside class="right-sidebar" aria-label="Right sidebar">
<aside class="right-sidebar" aria-label="Right sidebar">
<nav class="content__nav sidebar--sticky" aria-labelledby="my-contents-title">
<h2 class="content__nav--title" id="my-contents-title">My Contents</h2>
<ul class="content__nav--links">

View File

@ -411,46 +411,46 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
<main id="content">
<header class="main__header">
<nav aria-labelledby="breadcrumbs-title">
<h2 class="visually-hidden" id="breadcrumbs-title">Breadcrumbs</h2>
<ol class="breadcrumbs">
<nav aria-labelledby="breadcrumbs-title">
<h2 class="visually-hidden" id="breadcrumbs-title">Breadcrumbs</h2>
<ol class="breadcrumbs">
<li>
<a href="/blog/">Blog</a>
</li>
<li>
<a href="/blog/posts/">Blog Archive</a>
</li>
</ol>
</nav>
<li>
<a href="/blog/">Blog</a>
</li>
<li>
<a href="/blog/posts/">Blog Archive</a>
</li>
</ol>
</nav>
<h1>From Hobbyist to Professional Web Developer</h1>
<div class="article__info">
<p class="article__info--desc">How building my personal website led to me getting a web developer job.</p>
<p>
1,345 words.
Posted on <time datetime="2024-08-18T20:28:21+0800">18 August 2024</time> by Leilukin
</p>
<div class="article__info">
<p class="article__info--desc">How building my personal website led to me getting a web developer job.</p>
<p>
1,345 words.
Posted on <time datetime="2024-08-18T20:28:21+0800">18 August 2024</time> by Leilukin
</p>
<p>Categories:
<p>Categories:
<a href="/categories/life-updates">life updates</a>,
<a href="/categories/life-updates">life updates</a>,
<a href="/categories/web-development">web development</a>
<a href="/categories/web-development">web development</a>
</p>
</p>
</div>
</div>
</header>
<content-wrapper>
<aside class="left-sidebar" aria-label="Left sidebar">
<aside class="left-sidebar" aria-label="Left sidebar">
<details-utils force-open="(min-width: 60rem)" force-restore="">
<details class="toc__wrapper sidebar--sticky">
<summary class="toc__heading" id="toc-heading">
@ -513,21 +513,21 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
<nav class="blog__post--pagination" aria-labelledby="nextprev-title">
<h2 class="visually-hidden" id="nextprev-title">Next and Previous Blog Posts</h2>
<ul class="blog__post--nextprev">
<li class="blog__post--prev">
<p>Previous Post:</p>
<a href="/blog/posts/2024-07-27-hostinger-migration-leilukins-hub/">Leilukin&#39;s Hub Has Migrated to Hostinger</a>
</li>
<nav class="blog__post--pagination" aria-labelledby="nextprev-title">
<h2 class="visually-hidden" id="nextprev-title">Next and Previous Blog Posts</h2>
<ul class="blog__post--nextprev">
<li class="blog__post--prev">
<p>Previous Post:</p>
<a href="/blog/posts/2024-07-27-hostinger-migration-leilukins-hub/">Leilukin&#39;s Hub Has Migrated to Hostinger</a>
</li>
</ul>
</nav>
</ul>
</nav>
</article>
<aside class="right-sidebar" aria-label="Right sidebar">
<aside class="right-sidebar" aria-label="Right sidebar">
<nav class="content__nav sidebar--sticky" aria-labelledby="my-contents-title">
<h2 class="content__nav--title" id="my-contents-title">My Contents</h2>
<ul class="content__nav--links">

View File

@ -384,7 +384,7 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
<p>Archive of blog posts on Leilukin&#39;s Hub</p>
<p>Archive of blog posts on Leilukin&#39;s Hub</p>
</header>
@ -624,7 +624,7 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
</div>
<aside class="right-sidebar" aria-label="Right sidebar">
<aside class="right-sidebar" aria-label="Right sidebar">
<nav class="content__nav sidebar--sticky" aria-labelledby="my-contents-title">
<h2 class="content__nav--title" id="my-contents-title">My Contents</h2>
<ul class="content__nav--links">

View File

@ -376,7 +376,7 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
<p>All contents under the &quot;32-bit cafe&quot; category on Leilukin&#39;s Hub.</p>
<p>All contents under the &quot;32-bit cafe&quot; category on Leilukin&#39;s Hub.</p>
</header>

View File

@ -376,7 +376,7 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
<p>All contents under the &quot;a bug&#39;s life&quot; category on Leilukin&#39;s Hub.</p>
<p>All contents under the &quot;a bug&#39;s life&quot; category on Leilukin&#39;s Hub.</p>
</header>

View File

@ -376,7 +376,7 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
<p>All contents under the &quot;a summer&#39;s end&quot; category on Leilukin&#39;s Hub.</p>
<p>All contents under the &quot;a summer&#39;s end&quot; category on Leilukin&#39;s Hub.</p>
</header>

View File

@ -376,7 +376,7 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
<p>All contents under the &quot;accessibility&quot; category on Leilukin&#39;s Hub.</p>
<p>All contents under the &quot;accessibility&quot; category on Leilukin&#39;s Hub.</p>
</header>

View File

@ -376,7 +376,7 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
<p>All contents under the &quot;cassette beasts&quot; category on Leilukin&#39;s Hub.</p>
<p>All contents under the &quot;cassette beasts&quot; category on Leilukin&#39;s Hub.</p>
</header>

View File

@ -376,7 +376,7 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
<p>All contents under the &quot;code projects&quot; category on Leilukin&#39;s Hub.</p>
<p>All contents under the &quot;code projects&quot; category on Leilukin&#39;s Hub.</p>
</header>

View File

@ -376,7 +376,7 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
<p>All contents under the &quot;css&quot; category on Leilukin&#39;s Hub.</p>
<p>All contents under the &quot;css&quot; category on Leilukin&#39;s Hub.</p>
</header>

View File

@ -376,7 +376,7 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
<p>All contents under the &quot;dracula daily&quot; category on Leilukin&#39;s Hub.</p>
<p>All contents under the &quot;dracula daily&quot; category on Leilukin&#39;s Hub.</p>
</header>

View File

@ -376,7 +376,7 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
<p>All contents under the &quot;eleventy&quot; category on Leilukin&#39;s Hub.</p>
<p>All contents under the &quot;eleventy&quot; category on Leilukin&#39;s Hub.</p>
</header>

View File

@ -376,7 +376,7 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
<p>All contents under the &quot;fandom culture&quot; category on Leilukin&#39;s Hub.</p>
<p>All contents under the &quot;fandom culture&quot; category on Leilukin&#39;s Hub.</p>
</header>

View File

@ -376,7 +376,7 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
<p>All contents under the &quot;gaming&quot; category on Leilukin&#39;s Hub.</p>
<p>All contents under the &quot;gaming&quot; category on Leilukin&#39;s Hub.</p>
</header>

View File

@ -376,7 +376,7 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
<p>All contents under the &quot;harry potter&quot; category on Leilukin&#39;s Hub.</p>
<p>All contents under the &quot;harry potter&quot; category on Leilukin&#39;s Hub.</p>
</header>

View File

@ -376,7 +376,7 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
<p>All contents under the &quot;html&quot; category on Leilukin&#39;s Hub.</p>
<p>All contents under the &quot;html&quot; category on Leilukin&#39;s Hub.</p>
</header>

View File

@ -365,7 +365,7 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
<p>All content categories on Leilukin&#39;s Hub.</p>
<p>All content categories on Leilukin&#39;s Hub.</p>
</header>

View File

@ -376,7 +376,7 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
<p>All contents under the &quot;jk rowling&quot; category on Leilukin&#39;s Hub.</p>
<p>All contents under the &quot;jk rowling&quot; category on Leilukin&#39;s Hub.</p>
</header>

View File

@ -376,7 +376,7 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
<p>All contents under the &quot;lesbian&quot; category on Leilukin&#39;s Hub.</p>
<p>All contents under the &quot;lesbian&quot; category on Leilukin&#39;s Hub.</p>
</header>

View File

@ -376,7 +376,7 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
<p>All contents under the &quot;lgbtq+&quot; category on Leilukin&#39;s Hub.</p>
<p>All contents under the &quot;lgbtq+&quot; category on Leilukin&#39;s Hub.</p>
</header>

View File

@ -376,7 +376,7 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
<p>All contents under the &quot;life updates&quot; category on Leilukin&#39;s Hub.</p>
<p>All contents under the &quot;life updates&quot; category on Leilukin&#39;s Hub.</p>
</header>

View File

@ -376,7 +376,7 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
<p>All contents under the &quot;malaysia&quot; category on Leilukin&#39;s Hub.</p>
<p>All contents under the &quot;malaysia&quot; category on Leilukin&#39;s Hub.</p>
</header>

View File

@ -376,7 +376,7 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
<p>All contents under the &quot;markdown-it&quot; category on Leilukin&#39;s Hub.</p>
<p>All contents under the &quot;markdown-it&quot; category on Leilukin&#39;s Hub.</p>
</header>

View File

@ -376,7 +376,7 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
<p>All contents under the &quot;my birthday&quot; category on Leilukin&#39;s Hub.</p>
<p>All contents under the &quot;my birthday&quot; category on Leilukin&#39;s Hub.</p>
</header>

View File

@ -376,7 +376,7 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
<p>All contents under the &quot;my interviews&quot; category on Leilukin&#39;s Hub.</p>
<p>All contents under the &quot;my interviews&quot; category on Leilukin&#39;s Hub.</p>
</header>

View File

@ -376,7 +376,7 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
<p>All contents under the &quot;palestine&quot; category on Leilukin&#39;s Hub.</p>
<p>All contents under the &quot;palestine&quot; category on Leilukin&#39;s Hub.</p>
</header>

View File

@ -376,7 +376,7 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
<p>All contents under the &quot;shrines&quot; category on Leilukin&#39;s Hub.</p>
<p>All contents under the &quot;shrines&quot; category on Leilukin&#39;s Hub.</p>
</header>

View File

@ -376,7 +376,7 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
<p>All contents under the &quot;site anniversary&quot; category on Leilukin&#39;s Hub.</p>
<p>All contents under the &quot;site anniversary&quot; category on Leilukin&#39;s Hub.</p>
</header>

View File

@ -376,7 +376,7 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
<p>All contents under the &quot;site updates&quot; category on Leilukin&#39;s Hub.</p>
<p>All contents under the &quot;site updates&quot; category on Leilukin&#39;s Hub.</p>
</header>

View File

@ -376,7 +376,7 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
<p>All contents under the &quot;star wars kotor 2&quot; category on Leilukin&#39;s Hub.</p>
<p>All contents under the &quot;star wars kotor 2&quot; category on Leilukin&#39;s Hub.</p>
</header>
@ -401,7 +401,7 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
</a>
</p>
<time datetime="Sun Oct 06 2024 10:33:06 GMT+0000 (Coordinated Universal Time)">6 October 2024</time>
<time datetime="Sun Oct 06 2024 11:24:13 GMT+0000 (Coordinated Universal Time)">6 October 2024</time>
</li>
<li>
@ -411,7 +411,7 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
</a>
</p>
<time datetime="Sun Oct 06 2024 10:33:06 GMT+0000 (Coordinated Universal Time)">6 October 2024</time>
<time datetime="Sun Oct 06 2024 11:24:13 GMT+0000 (Coordinated Universal Time)">6 October 2024</time>
</li>
<li>
@ -421,7 +421,7 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
</a>
</p>
<time datetime="Sun Oct 06 2024 10:33:06 GMT+0000 (Coordinated Universal Time)">6 October 2024</time>
<time datetime="Sun Oct 06 2024 11:24:13 GMT+0000 (Coordinated Universal Time)">6 October 2024</time>
</li>
<li>

View File

@ -376,7 +376,7 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
<p>All contents under the &quot;star wars kotor&quot; category on Leilukin&#39;s Hub.</p>
<p>All contents under the &quot;star wars kotor&quot; category on Leilukin&#39;s Hub.</p>
</header>
@ -401,7 +401,7 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
</a>
</p>
<time datetime="Sun Oct 06 2024 10:33:06 GMT+0000 (Coordinated Universal Time)">6 October 2024</time>
<time datetime="Sun Oct 06 2024 11:24:13 GMT+0000 (Coordinated Universal Time)">6 October 2024</time>
</li>
<li>

View File

@ -376,7 +376,7 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
<p>All contents under the &quot;video game mods&quot; category on Leilukin&#39;s Hub.</p>
<p>All contents under the &quot;video game mods&quot; category on Leilukin&#39;s Hub.</p>
</header>
@ -401,7 +401,7 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
</a>
</p>
<time datetime="Sun Oct 06 2024 10:33:06 GMT+0000 (Coordinated Universal Time)">6 October 2024</time>
<time datetime="Sun Oct 06 2024 11:24:13 GMT+0000 (Coordinated Universal Time)">6 October 2024</time>
</li>
<li>
@ -411,7 +411,7 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
</a>
</p>
<time datetime="Sun Oct 06 2024 10:33:06 GMT+0000 (Coordinated Universal Time)">6 October 2024</time>
<time datetime="Sun Oct 06 2024 11:24:13 GMT+0000 (Coordinated Universal Time)">6 October 2024</time>
</li>
<li>

View File

@ -376,7 +376,7 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
<p>All contents under the &quot;web development&quot; category on Leilukin&#39;s Hub.</p>
<p>All contents under the &quot;web development&quot; category on Leilukin&#39;s Hub.</p>
</header>

View File

@ -376,7 +376,7 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
<p>All contents under the &quot;youtube&quot; category on Leilukin&#39;s Hub.</p>
<p>All contents under the &quot;youtube&quot; category on Leilukin&#39;s Hub.</p>
</header>

View File

@ -397,7 +397,7 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
<p>Changelog of my website during the year of 2022.</p>
<p>Changelog of my website during the year of 2022.</p>
</header>

View File

@ -397,7 +397,7 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
<p>Changelog of my website during the year of 2023.</p>
<p>Changelog of my website during the year of 2023.</p>
</header>

View File

@ -397,7 +397,7 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
<p>Changelog of my website during the year of 2024.</p>
<p>Changelog of my website during the year of 2024.</p>
</header>

View File

@ -441,7 +441,7 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
<p>Changelogs of my website.</p>
<p>Changelogs of my website.</p>
</header>

View File

@ -440,14 +440,14 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
<p>An archive for the page layout designs mt website has used.</p>
<p>An archive for the page layout designs mt website has used.</p>
</header>
<content-wrapper>
<aside class="left-sidebar" aria-label="Left sidebar">
<aside class="left-sidebar" aria-label="Left sidebar">
<details-utils force-open="(min-width: 60rem)" force-restore="">
<details class="toc__wrapper sidebar--sticky">
<summary class="toc__heading" id="toc-heading">

View File

@ -441,7 +441,7 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
<p>Changelogs of my website.</p>
<p>Changelogs of my website.</p>
</header>

View File

@ -441,7 +441,7 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
<p>Changelogs of my website.</p>
<p>Changelogs of my website.</p>
</header>

View File

@ -441,7 +441,7 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
<p>Changelogs of my website.</p>
<p>Changelogs of my website.</p>
</header>

View File

@ -441,7 +441,7 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
<p>Changelogs of my website.</p>
<p>Changelogs of my website.</p>
</header>

View File

@ -441,7 +441,7 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
<p>Changelogs of my website.</p>
<p>Changelogs of my website.</p>
</header>

View File

@ -441,7 +441,7 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
<p>Changelogs of my website.</p>
<p>Changelogs of my website.</p>
</header>

View File

@ -408,14 +408,14 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
<p>Leilukin&#39;s Hub&#39;s colophon page.</p>
<p>Leilukin&#39;s Hub&#39;s colophon page.</p>
</header>
<content-wrapper>
<aside class="left-sidebar" aria-label="Left sidebar">
<aside class="left-sidebar" aria-label="Left sidebar">
<details-utils force-open="(min-width: 60rem)" force-restore="">
<details class="toc__wrapper sidebar--sticky">
<summary class="toc__heading" id="toc-heading">

View File

@ -4,7 +4,7 @@
<subtitle>Leilukin&#39;s personal website.</subtitle>
<link href="https://leilukin.com/feed.xml" rel="self"/>
<link href="https://leilukin.com"/>
<updated>2024-10-06T10:33:10Z</updated>
<updated>2024-10-06T11:24:16Z</updated>
<id>https://leilukin.com/</id>
<author>
<name>Leilukin</name>

View File

@ -509,7 +509,7 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
<p>Leave a message for Leilukin.</p>
<p>Leave a message for Leilukin.</p>
</header>

View File

@ -705,15 +705,15 @@ by Ann Magill (2021)" width="88" height="31" loading="lazy" tabindex="0">
</a>
</footer>
<script src="/assets/js/tooltips.js"></script>
<script>
var selector = '[data-tooltip]';
var els = document.querySelectorAll(selector);
<script src="/assets/js/tooltips.js"></script>
<script>
var selector = '[data-tooltip]';
var els = document.querySelectorAll(selector);
for ( var i = 0; i < els.length; i++ ) {
var dm = new ARIAtip( els[i] );
}
</script>
for ( var i = 0; i < els.length; i++ ) {
var dm = new ARIAtip( els[i] );
}
</script>
</body>
</html>

View File

@ -371,7 +371,7 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
<p>A curated collection of links.</p>
<p>A curated collection of links.</p>
</header>
@ -1133,15 +1133,15 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
</a>
</footer>
<script src="/assets/js/tooltips.js"></script>
<script>
var selector = '[data-tooltip]';
var els = document.querySelectorAll(selector);
<script src="/assets/js/tooltips.js"></script>
<script>
var selector = '[data-tooltip]';
var els = document.querySelectorAll(selector);
for ( var i = 0; i < els.length; i++ ) {
var dm = new ARIAtip( els[i] );
}
</script>
for ( var i = 0; i < els.length; i++ ) {
var dm = new ARIAtip( els[i] );
}
</script>
</body>
</html>

View File

@ -365,7 +365,7 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
<p>What Leilukin is doing now.</p>
<p>What Leilukin is doing now.</p>
</header>

View File

@ -360,22 +360,22 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
<main id="content">
<header class="main__header">
<nav aria-labelledby="breadcrumbs-title">
<h2 class="visually-hidden" id="breadcrumbs-title">Breadcrumbs</h2>
<ol class="breadcrumbs">
<nav aria-labelledby="breadcrumbs-title">
<h2 class="visually-hidden" id="breadcrumbs-title">Breadcrumbs</h2>
<ol class="breadcrumbs">
<li>
<a href="/projects/">Projects</a>
</li>
</ol>
</nav>
<li>
<a href="/projects/">Projects</a>
</li>
</ol>
</nav>
<h1>BellaBuffs with PHPMailer Integration</h1>
<p>My fork of BellaBuffs, with PHPMailer powering the email sending features.</p>
<p>My fork of BellaBuffs, with PHPMailer powering the email sending features.</p>
</header>

View File

@ -408,14 +408,14 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
<p>Things Leilukin has created.</p>
<p>Things Leilukin has created.</p>
</header>
<content-wrapper>
<aside class="left-sidebar" aria-label="Left sidebar">
<aside class="left-sidebar" aria-label="Left sidebar">
<details-utils force-open="(min-width: 60rem)" force-restore="">
<details class="toc__wrapper sidebar--sticky">
<summary class="toc__heading" id="toc-heading">

View File

@ -403,29 +403,29 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
<main id="content">
<header class="main__header">
<nav aria-labelledby="breadcrumbs-title">
<h2 class="visually-hidden" id="breadcrumbs-title">Breadcrumbs</h2>
<ol class="breadcrumbs">
<nav aria-labelledby="breadcrumbs-title">
<h2 class="visually-hidden" id="breadcrumbs-title">Breadcrumbs</h2>
<ol class="breadcrumbs">
<li>
<a href="/projects/">Projects</a>
</li>
</ol>
</nav>
<li>
<a href="/projects/">Projects</a>
</li>
</ol>
</nav>
<h1>My Music Playlists</h1>
<p>Music playlists that I have created.</p>
<p>Music playlists that I have created.</p>
</header>
<content-wrapper>
<aside class="left-sidebar" aria-label="Left sidebar">
<aside class="left-sidebar" aria-label="Left sidebar">
<details-utils force-open="(min-width: 60rem)" force-restore="">
<details class="toc__wrapper sidebar--sticky">
<summary class="toc__heading" id="toc-heading">

View File

@ -372,22 +372,22 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
<main id="content">
<header class="main__header">
<nav aria-labelledby="breadcrumbs-title">
<h2 class="visually-hidden" id="breadcrumbs-title">Breadcrumbs</h2>
<ol class="breadcrumbs">
<nav aria-labelledby="breadcrumbs-title">
<h2 class="visually-hidden" id="breadcrumbs-title">Breadcrumbs</h2>
<ol class="breadcrumbs">
<li>
<a href="/projects/">Projects</a>
</li>
</ol>
</nav>
<li>
<a href="/projects/">Projects</a>
</li>
</ol>
</nav>
<h1>Responsive Disability Pride Flag CSS Background</h1>
<p>CSS code snippet of Disability Pride Flag background that can adapt to different widths and screen sizes.</p>
<p>CSS code snippet of Disability Pride Flag background that can adapt to different widths and screen sizes.</p>
</header>

View File

@ -403,29 +403,29 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
<main id="content">
<header class="main__header">
<nav aria-labelledby="breadcrumbs-title">
<h2 class="visually-hidden" id="breadcrumbs-title">Breadcrumbs</h2>
<ol class="breadcrumbs">
<nav aria-labelledby="breadcrumbs-title">
<h2 class="visually-hidden" id="breadcrumbs-title">Breadcrumbs</h2>
<ol class="breadcrumbs">
<li>
<a href="/projects/">Projects</a>
</li>
</ol>
</nav>
<li>
<a href="/projects/">Projects</a>
</li>
</ol>
</nav>
<h1>My Mods for Star Wars: Knights of the Old Republic</h1>
<p>List of video game mods I have made for Star Wars: Knights of the Old Republic.</p>
<p>List of video game mods I have made for Star Wars: Knights of the Old Republic.</p>
</header>
<content-wrapper>
<aside class="left-sidebar" aria-label="Left sidebar">
<aside class="left-sidebar" aria-label="Left sidebar">
<details-utils force-open="(min-width: 60rem)" force-restore="">
<details class="toc__wrapper sidebar--sticky">
<summary class="toc__heading" id="toc-heading">

View File

@ -403,29 +403,29 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
<main id="content">
<header class="main__header">
<nav aria-labelledby="breadcrumbs-title">
<h2 class="visually-hidden" id="breadcrumbs-title">Breadcrumbs</h2>
<ol class="breadcrumbs">
<nav aria-labelledby="breadcrumbs-title">
<h2 class="visually-hidden" id="breadcrumbs-title">Breadcrumbs</h2>
<ol class="breadcrumbs">
<li>
<a href="/projects/">Projects</a>
</li>
</ol>
</nav>
<li>
<a href="/projects/">Projects</a>
</li>
</ol>
</nav>
<h1>My Mods for Star Wars: Knights of the Old Republic II: The Sith Lords</h1>
<p>List of video game mods I have made for Star Wars: Knights of the Old Republic II: The Sith Lords.</p>
<p>List of video game mods I have made for Star Wars: Knights of the Old Republic II: The Sith Lords.</p>
</header>
<content-wrapper>
<aside class="left-sidebar" aria-label="Left sidebar">
<aside class="left-sidebar" aria-label="Left sidebar">
<details-utils force-open="(min-width: 60rem)" force-restore="">
<details class="toc__wrapper sidebar--sticky">
<summary class="toc__heading" id="toc-heading">

View File

@ -430,14 +430,14 @@
<p>My gallery for A Summers End — Hong Kong 1986.</p>
<p>My gallery for A Summers End — Hong Kong 1986.</p>
</header>
<content-wrapper>
<aside class="left-sidebar" aria-label="Left sidebar">
<aside class="left-sidebar" aria-label="Left sidebar">
<details-utils force-open="(min-width: 60rem)" force-restore="">
<details class="toc__wrapper sidebar--sticky">
<summary class="toc__heading" id="toc-heading">

View File

@ -430,14 +430,14 @@
<p>Leilukin&#39;s shrine for A Summers End — Hong Kong 1986.</p>
<p>Leilukin&#39;s shrine for A Summers End — Hong Kong 1986.</p>
</header>
<content-wrapper>
<aside class="left-sidebar" aria-label="Left sidebar">
<aside class="left-sidebar" aria-label="Left sidebar">
<details-utils force-open="(min-width: 60rem)" force-restore="">
<details class="toc__wrapper sidebar--sticky">
<summary class="toc__heading" id="toc-heading">

View File

@ -430,14 +430,14 @@
<p>List of A Summers End — Hong Kong 1986 playlists.</p>
<p>List of A Summers End — Hong Kong 1986 playlists.</p>
</header>
<content-wrapper>
<aside class="left-sidebar" aria-label="Left sidebar">
<aside class="left-sidebar" aria-label="Left sidebar">
<details-utils force-open="(min-width: 60rem)" force-restore="">
<details class="toc__wrapper sidebar--sticky">
<summary class="toc__heading" id="toc-heading">

View File

@ -430,14 +430,14 @@
<p>A collection of trivia about A Summers End — Hong Kong 1986.</p>
<p>A collection of trivia about A Summers End — Hong Kong 1986.</p>
</header>
<content-wrapper>
<aside class="left-sidebar" aria-label="Left sidebar">
<aside class="left-sidebar" aria-label="Left sidebar">
<details-utils force-open="(min-width: 60rem)" force-restore="">
<details class="toc__wrapper sidebar--sticky">
<summary class="toc__heading" id="toc-heading">

View File

@ -465,49 +465,49 @@
<main id="content">
<header class="main__header">
<nav aria-labelledby="breadcrumbs-title">
<h2 class="visually-hidden" id="breadcrumbs-title">Breadcrumbs</h2>
<ol class="breadcrumbs">
<nav aria-labelledby="breadcrumbs-title">
<h2 class="visually-hidden" id="breadcrumbs-title">Breadcrumbs</h2>
<ol class="breadcrumbs">
<li>
<a href="/shrines/">Shrines</a>
</li>
<li>
<a href="/shrines/cassettebeasts/">Cassette Beasts Shrine</a>
</li>
<li>
<a href="/shrines/cassettebeasts/articles/">Articles</a>
</li>
</ol>
</nav>
<li>
<a href="/shrines/">Shrines</a>
</li>
<li>
<a href="/shrines/cassettebeasts/">Cassette Beasts Shrine</a>
</li>
<li>
<a href="/shrines/cassettebeasts/articles/">Articles</a>
</li>
</ol>
</nav>
<h1>How Cassette Beasts is Much More than a Pokémon Clone</h1>
<div class="article__info">
<p class="article__info--desc">Despite some superficial similarities, calling Cassette Beasts as just a Pokémon clone is doing the former a massive disserverce, and here are the many reasons why.</p>
<p>
4,746 words.
Posted on <time datetime="Sat Aug 26 2023 00:00:00 GMT+0000 (Coordinated Universal Time)">26 August 2023</time> by Leilukin
</p>
<div class="article__info">
<p class="article__info--desc">Despite some superficial similarities, calling Cassette Beasts as just a Pokémon clone is doing the former a massive disserverce, and here are the many reasons why.</p>
<p>
4,746 words.
Posted on <time datetime="Sat Aug 26 2023 00:00:00 GMT+0000 (Coordinated Universal Time)">26 August 2023</time> by Leilukin
</p>
<p>Last updated on <time datetime="Sun Oct 22 2023 00:00:00 GMT+0000 (Coordinated Universal Time)">22 October 2023</time></p>
<p>Last updated on <time datetime="Sun Oct 22 2023 00:00:00 GMT+0000 (Coordinated Universal Time)">22 October 2023</time></p>
<p>Categories:
<p>Categories:
<a href="/categories/cassette-beasts">cassette beasts</a>
<a href="/categories/cassette-beasts">cassette beasts</a>
</p>
</p>
</div>
</div>
</header>
<content-wrapper>
<aside class="left-sidebar" aria-label="Left sidebar">
<aside class="left-sidebar" aria-label="Left sidebar">
<details-utils force-open="(min-width: 60rem)" force-restore="">
<details class="toc__wrapper sidebar--sticky">
<summary class="toc__heading" id="toc-heading">

View File

@ -470,14 +470,14 @@
<p>List of articles written by me or other people that I recommend for Cassette Beasts.</p>
<p>List of articles written by me or other people that I recommend for Cassette Beasts.</p>
</header>
<content-wrapper>
<aside class="left-sidebar" aria-label="Left sidebar">
<aside class="left-sidebar" aria-label="Left sidebar">
<details-utils force-open="(min-width: 60rem)" force-restore="">
<details class="toc__wrapper sidebar--sticky">
<summary class="toc__heading" id="toc-heading">

Some files were not shown because too many files have changed in this diff Show More