Build: (890ef63) Add borders to all four sides to disclosure contents

This commit is contained in:
helenclx 2025-01-06 01:39:32 +00:00
parent 10537b932f
commit 0d24e99b65
12 changed files with 87 additions and 93 deletions

View File

@ -13,5 +13,5 @@ RewriteEngine on
RewriteRule ^.*emailme/.*$ "mailto:contact@leilukin.com" [R=301,L]
# Block bad bots
RewriteCond %{HTTP_USER_AGENT} (AI2Bot|Ai2Bot-Dolma|Amazonbot|anthropic-ai|Applebot-Extended|Bytespider|ChatGPT-User|Claude-Web|ClaudeBot|cohere-ai|Diffbot|DuckAssistBot|FacebookBot|FriendlyCrawler|Google-Extended|GoogleOther|GoogleOther-Image|GoogleOther-Video|GPTBot|iaskspider/2.0|ICC-Crawler|ImagesiftBot|img2dataset|ISSCyberRiskCrawler|Kangaroo.*Bot|Meta-ExternalAgent|Meta-ExternalFetcher|OAI-SearchBot|omgili|omgilibot|PanguBot|PerplexityBot|PetalBot|Scrapy|Sidetrade.*indexer.*bot|Timpibot|VelenPublicWebCrawler|Webzio-Extended|YouBot) [NC]
RewriteCond %{HTTP_USER_AGENT} (AI2Bot|Ai2Bot-Dolma|Amazonbot|anthropic-ai|Applebot-Extended|Bytespider|ChatGPT-User|Claude-Web|ClaudeBot|cohere-ai|cohere-training-data-crawler|Diffbot|DuckAssistBot|FacebookBot|FriendlyCrawler|Google-Extended|GoogleOther|GoogleOther-Image|GoogleOther-Video|GPTBot|iaskspider/2.0|ICC-Crawler|ImagesiftBot|img2dataset|ISSCyberRiskCrawler|Kangaroo.*Bot|Meta-ExternalAgent|Meta-ExternalFetcher|OAI-SearchBot|omgili|omgilibot|PanguBot|PerplexityBot|PetalBot|Scrapy|Sidetrade.*indexer.*bot|Timpibot|VelenPublicWebCrawler|Webzio-Extended|YouBot) [NC]
RewriteRule .* https://nocommercialuse.org/ [L]

View File

@ -386,7 +386,7 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
</a>
</p>
<time datetime="Fri Jan 03 2025 13:53:31 GMT+0000 (Coordinated Universal Time)">3 January 2025</time>
<time datetime="Mon Jan 06 2025 01:39:24 GMT+0000 (Coordinated Universal Time)">6 January 2025</time>
</li>
<li>
@ -396,7 +396,7 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
</a>
</p>
<time datetime="Fri Jan 03 2025 13:53:31 GMT+0000 (Coordinated Universal Time)">3 January 2025</time>
<time datetime="Mon Jan 06 2025 01:39:24 GMT+0000 (Coordinated Universal Time)">6 January 2025</time>
</li>
<li>
@ -406,7 +406,7 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
</a>
</p>
<time datetime="Fri Jan 03 2025 13:53:31 GMT+0000 (Coordinated Universal Time)">3 January 2025</time>
<time datetime="Mon Jan 06 2025 01:39:24 GMT+0000 (Coordinated Universal Time)">6 January 2025</time>
</li>
<li>
@ -416,7 +416,7 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
</a>
</p>
<time datetime="Fri Jan 03 2025 13:53:31 GMT+0000 (Coordinated Universal Time)">3 January 2025</time>
<time datetime="Mon Jan 06 2025 01:39:24 GMT+0000 (Coordinated Universal Time)">6 January 2025</time>
</li>
<li>

View File

@ -650,7 +650,7 @@ module<span class="token punctuation">.</span><span class="token function-variab
<a class="heading-anchor" href="#bonus-alternatives-to-footnotes" aria-labelledby="bonus-alternatives-to-footnotes"><span hidden="">#</span></a></div>
<p>As you likely have realised, footnotes are really tricky to implement on web pages, so you may be wondering: is there any alternative to footnotes?</p>
<p>For extra comments and tangents, by favourite approach is using HTML's details disclosure element with the <code>&lt;details&gt;</code> tag, with a <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Element/summary"><code>&lt;summary&gt;</code></a> element and a sibling element wrapping the content displayed when the disclosure is expanded.</p>
<p>I have been using the disclosure element for additional comments or information on this website, like in my blog post, <a href="/blog/posts/2024-06-24-cassette-beasts-fanlisting-approved/">&quot;My Cassette Beasts Fanlisting Application has been Approved&quot;</a>. As for the styling, initially I indented the content inside the disclosure to differentiate the disclosure content from the rest of the content of the page, but recently I switched to adding top and bottom borders after being inspired by <a href="https://starbreaker.org/">Starbreaker</a>'s website, who also has a post about footnotes, <a href="https://starbreaker.org/blog/tech/footnotes-no-fun-to-create-either/index.html">&quot;Footnotes: No Fun to Create, Either&quot;</a>.</p>
<p>I have been using the disclosure element for additional comments or information on this website, like in my blog post, <a href="/blog/posts/2024-06-24-cassette-beasts-fanlisting-approved/">&quot;My Cassette Beasts Fanlisting Application has been Approved&quot;</a>. As for the styling, initially I indented the content inside the disclosure to differentiate the disclosure content from the rest of the content of the page, but recently I switched to adding borders to the content after being inspired by <a href="https://starbreaker.org/">Starbreaker</a>'s website, who also has a post about footnotes, <a href="https://starbreaker.org/blog/tech/footnotes-no-fun-to-create-either/index.html">&quot;Footnotes: No Fun to Create, Either&quot;</a>.</p>
<details class="content-disclosure">
<summary class="content-disclosure__summary">More ways to use <code>&lt;details&gt;</code> and <code>&lt;summary&gt;</code> elements</summary>
<div class="content-disclosure__content"><p><code>&lt;details&gt;</code> and <code>&lt;summary&gt;</code> have become among my favourite HTML elements due to how useful they are. In addition to extra comments and info, Leilukin's Hub has also used the elements for the following purposes:</p>

View File

@ -426,7 +426,7 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
<div class="article__info">
<p>
761 words.
762 words.
Posted on <time datetime="Sun Mar 19 2023 00:00:00 GMT+0000 (Coordinated Universal Time)">19 March 2023</time> by Leilukin
</p>
@ -473,7 +473,7 @@ This site is Harry Potter free. Lookin [<i>sic</i>] for it? Leave.
</figure>
<p class="center-text">(Credit to Tumblr user <a href="https://comradesaucegay.tumblr.com/post/621403039459426304">comradesaucegay</a> (<a href="https://web.archive.org/web/20241122135107/https://comradesaucegay.tumblr.com/post/621403039459426304/grumpsaesthetics-you-know-those-old-hentai-free">archived</a>) for this Harry Potter-free website banner)</p>
<p>Like many Millennials, I grew up with the <cite>Harry Potter</cite> series and was a major fan of the series. I had read the original 7 books and watched their film adaptations. The series was a passion of mine during my early- to mid-teen years. While the <cite>Harry Potter</cite> novels were far from the first books I read, they were the first fantasy novels I read, and the series concept of a magical world set in a contemporary setting fascinated teenage me.</p>
<p>However, even during my <cite>Harry Potter</cite> fixation years, there were things from the series that bothered me, from the idea of house elves being a slave race that naturally love being slaves, to Snapes unconvincing “redemption” arc. As I got older and became more aware of social issues, I started to notice more problems with the series. In addition, reading more books has also made me realise that even on a technical writing level, the <cite>Harry Potter</cite> series was mediocre at best. As a result, I had stopped becoming a <cite>Harry Potter</cite> fan even before J. K. Rowlings transphobia got mainstream attention.</p>
<p>However, even during my <cite>Harry Potter</cite> fixation years, there were things from the series that bothered me, from the idea of house elves being a slave race that naturally love being slaves, to Snapes unconvincing “redemption” arc. As I got older and became more aware of social issues, I started to notice more problems with the series. In addition, reading more books has also made me realise that even on a technical writing level, the <cite>Harry Potter</cite> series was mediocre at best. As a result, I had stopped becoming a <cite>Harry Potter</cite> fan even before J. K. Rowlings anti-trans sentiments got mainstream attention.</p>
<p>Unfortunately, many adults with nostalgia goggles still refuse to let go of <cite>Harry Potter</cite>, and they believe <cite>Harry Potter</cite> can be separated or “reclaimed” by J. K. Rowling, despite how much Rowlings worldview and prejudice are inextricably linked to her writing.</p>
<p>Therefore, I am compiling this masterlist by curating various materials that are critical of the <cite>Harry Potter</cite> series and J. K. Rowling. Items are ordered in chronological order. This is far from a comprehensive list of all the pieces that criticise <cite>Harry Potter</cite> and Rowling; this list is my curated list of ones that I have read, watched or listened to, and I personally endorse.</p>
<div class="heading-wrapper h2">

View File

@ -110,10 +110,8 @@ a.link-btn[href^="http"]:not([href*="leilukin.com"]) { padding-right: calc(var(-
.content-disclosure__content p + p { margin-top: 1em; }
.content-disclosure__content {
--bdr-disclosure: 0.15em solid var(--clr-title-border);
padding: 1em 0;
border-top: var(--bdr-disclosure);
border-bottom: var(--bdr-disclosure);
padding: 1em;
border: 0.15em solid var(--clr-title-border);
}
/* Content warning disclosure */

View File

@ -58,55 +58,50 @@
/* ------------------- */
@layer reset {
/* Box sizing rules */
*,
*::before,
*::after { box-sizing: border-box; }
/* Prevent font size inflation */
html {
-moz-text-size-adjust: none;
-webkit-text-size-adjust: none;
text-size-adjust: none;
*, *::before, *::after {
box-sizing: border-box;
}
/* Remove default margin in favour of better control in authored CSS */
body, h1, h2, h3, h4, p,
figure, blockquote, dl, dd { margin: 0; }
* {
margin: 0;
}
/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role='list'],
ol[role='list'] { list-style-type: ""; }
/* Set core body defaults */
body {
min-height: 100vh;
line-height: 1.5;
}
/* Set shorter line heights on headings and interactive elements */
h1, h2, h3, h4,
button, input, label { line-height: 1.1; }
h1, h2, h3, h4, h5, h6,
button, input, label {
line-height: 1.1;
}
/* Balance text wrapping on headings */
h1, h2, h3, h4 { text-wrap: balance; }
p, h1, h2, h3, h4, h5, h6 {
overflow-wrap: break-word;
}
/* A elements that don't have a class get default styles */
a:not([class]) { text-decoration-skip-ink: auto; }
h1, h2, h3, h4, h5, h6 {
text-wrap: balance;
}
/* Make images easier to work with */
img,
picture {
img, picture, video, canvas {
max-width: 100%;
display: block;
}
/* Inherit fonts for inputs and buttons */
input, button, textarea, select { font: inherit; }
/* Make sure textareas without a rows attribute are not tiny */
textarea:not([rows]) { min-height: 10em; }
/* Anything that has been anchored to should have extra scroll margin */
:target { scroll-margin-block: 5ex; }
input, button, textarea, select {
font: inherit;
}
textarea:not([rows]) {
min-height: 10em;
}
:target {
scroll-margin-block: 5ex;
}
[popover] {
margin: auto;
}
}

View File

@ -389,7 +389,7 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
</a>
</p>
<time datetime="Fri Jan 03 2025 13:53:31 GMT+0000 (Coordinated Universal Time)">3 January 2025</time>
<time datetime="Mon Jan 06 2025 01:39:24 GMT+0000 (Coordinated Universal Time)">6 January 2025</time>
</li>
<li>
@ -399,7 +399,7 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
</a>
</p>
<time datetime="Fri Jan 03 2025 13:53:31 GMT+0000 (Coordinated Universal Time)">3 January 2025</time>
<time datetime="Mon Jan 06 2025 01:39:24 GMT+0000 (Coordinated Universal Time)">6 January 2025</time>
</li>
<li>
@ -409,7 +409,7 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
</a>
</p>
<time datetime="Fri Jan 03 2025 13:53:31 GMT+0000 (Coordinated Universal Time)">3 January 2025</time>
<time datetime="Mon Jan 06 2025 01:39:24 GMT+0000 (Coordinated Universal Time)">6 January 2025</time>
</li>
<li>

View File

@ -389,7 +389,7 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
</a>
</p>
<time datetime="Fri Jan 03 2025 13:53:31 GMT+0000 (Coordinated Universal Time)">3 January 2025</time>
<time datetime="Mon Jan 06 2025 01:39:24 GMT+0000 (Coordinated Universal Time)">6 January 2025</time>
</li>
<li>

View File

@ -389,7 +389,7 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
</a>
</p>
<time datetime="Fri Jan 03 2025 13:53:31 GMT+0000 (Coordinated Universal Time)">3 January 2025</time>
<time datetime="Mon Jan 06 2025 01:39:24 GMT+0000 (Coordinated Universal Time)">6 January 2025</time>
</li>
</ul>

View File

@ -389,7 +389,7 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
</a>
</p>
<time datetime="Fri Jan 03 2025 13:53:31 GMT+0000 (Coordinated Universal Time)">3 January 2025</time>
<time datetime="Mon Jan 06 2025 01:39:24 GMT+0000 (Coordinated Universal Time)">6 January 2025</time>
</li>
<li>
@ -399,7 +399,7 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
</a>
</p>
<time datetime="Fri Jan 03 2025 13:53:31 GMT+0000 (Coordinated Universal Time)">3 January 2025</time>
<time datetime="Mon Jan 06 2025 01:39:24 GMT+0000 (Coordinated Universal Time)">6 January 2025</time>
</li>
<li>
@ -409,7 +409,7 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
</a>
</p>
<time datetime="Fri Jan 03 2025 13:53:31 GMT+0000 (Coordinated Universal Time)">3 January 2025</time>
<time datetime="Mon Jan 06 2025 01:39:24 GMT+0000 (Coordinated Universal Time)">6 January 2025</time>
</li>
<li>

View File

@ -11,6 +11,7 @@ User-agent: ChatGPT-User
User-agent: Claude-Web
User-agent: ClaudeBot
User-agent: cohere-ai
User-agent: cohere-training-data-crawler
User-agent: Diffbot
User-agent: DuckAssistBot
User-agent: FacebookBot

View File

@ -1232,235 +1232,235 @@
</url>
<url>
<loc>https://leilukin.com/blog/posts/</loc>
<lastmod>2025-01-03T13:53:31.889Z</lastmod>
<lastmod>2025-01-06T01:39:24.084Z</lastmod>
<changefreq>weekly</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>https://leilukin.com/changelogs/2022/</loc>
<lastmod>2025-01-03T13:53:31.895Z</lastmod>
<lastmod>2025-01-06T01:39:24.090Z</lastmod>
<changefreq>weekly</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>https://leilukin.com/changelogs/2023/</loc>
<lastmod>2025-01-03T13:53:31.895Z</lastmod>
<lastmod>2025-01-06T01:39:24.090Z</lastmod>
<changefreq>weekly</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>https://leilukin.com/changelogs/2024/</loc>
<lastmod>2025-01-03T13:53:31.895Z</lastmod>
<lastmod>2025-01-06T01:39:24.090Z</lastmod>
<changefreq>weekly</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>https://leilukin.com/changelogs/layouts/</loc>
<lastmod>2025-01-03T13:53:31.895Z</lastmod>
<lastmod>2025-01-06T01:39:24.090Z</lastmod>
<changefreq>weekly</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>https://leilukin.com/</loc>
<lastmod>2025-01-03T13:53:31.896Z</lastmod>
<lastmod>2025-01-06T01:39:24.090Z</lastmod>
<changefreq>weekly</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>https://leilukin.com/links/stardew-valley-mod-list/</loc>
<lastmod>2025-01-03T13:53:31.896Z</lastmod>
<lastmod>2025-01-06T01:39:24.090Z</lastmod>
<changefreq>weekly</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>https://leilukin.com/projects/code/bellabuffs-phpmailer/</loc>
<lastmod>2025-01-03T13:53:31.896Z</lastmod>
<lastmod>2025-01-06T01:39:24.091Z</lastmod>
<changefreq>weekly</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>https://leilukin.com/projects/playlists/</loc>
<lastmod>2025-01-03T13:53:31.896Z</lastmod>
<lastmod>2025-01-06T01:39:24.091Z</lastmod>
<changefreq>weekly</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>https://leilukin.com/projects/snippets/disability-pride-flag-background/</loc>
<lastmod>2025-01-03T13:53:31.896Z</lastmod>
<lastmod>2025-01-06T01:39:24.091Z</lastmod>
<changefreq>weekly</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>https://leilukin.com/shrines/asummersend/gallery/</loc>
<lastmod>2025-01-03T13:53:31.897Z</lastmod>
<lastmod>2025-01-06T01:39:24.091Z</lastmod>
<changefreq>weekly</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>https://leilukin.com/shrines/asummersend/playlists/</loc>
<lastmod>2025-01-03T13:53:31.897Z</lastmod>
<lastmod>2025-01-06T01:39:24.091Z</lastmod>
<changefreq>weekly</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>https://leilukin.com/shrines/asummersend/trivia/</loc>
<lastmod>2025-01-03T13:53:31.897Z</lastmod>
<lastmod>2025-01-06T01:39:24.091Z</lastmod>
<changefreq>weekly</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>https://leilukin.com/shrines/cassettebeasts/articles/</loc>
<lastmod>2025-01-03T13:53:31.897Z</lastmod>
<lastmod>2025-01-06T01:39:24.091Z</lastmod>
<changefreq>weekly</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>https://leilukin.com/shrines/cassettebeasts/facts/</loc>
<lastmod>2025-01-03T13:53:31.897Z</lastmod>
<lastmod>2025-01-06T01:39:24.092Z</lastmod>
<changefreq>weekly</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>https://leilukin.com/shrines/cassettebeasts/featured/</loc>
<lastmod>2025-01-03T13:53:31.897Z</lastmod>
<lastmod>2025-01-06T01:39:24.092Z</lastmod>
<changefreq>weekly</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>https://leilukin.com/shrines/cassettebeasts/gamelog/</loc>
<lastmod>2025-01-03T13:53:31.897Z</lastmod>
<lastmod>2025-01-06T01:39:24.092Z</lastmod>
<changefreq>weekly</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>https://leilukin.com/shrines/cassettebeasts/resources/</loc>
<lastmod>2025-01-03T13:53:31.897Z</lastmod>
<lastmod>2025-01-06T01:39:24.092Z</lastmod>
<changefreq>weekly</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>https://leilukin.com/shrines/starwarskotor/articles/</loc>
<lastmod>2025-01-03T13:53:31.898Z</lastmod>
<lastmod>2025-01-06T01:39:24.092Z</lastmod>
<changefreq>weekly</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>https://leilukin.com/shrines/starwarskotor/guides/</loc>
<lastmod>2025-01-03T13:53:31.898Z</lastmod>
<lastmod>2025-01-06T01:39:24.093Z</lastmod>
<changefreq>weekly</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>https://leilukin.com/shrines/starwarskotor/resources/</loc>
<lastmod>2025-01-03T13:53:31.898Z</lastmod>
<lastmod>2025-01-06T01:39:24.093Z</lastmod>
<changefreq>weekly</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>https://leilukin.com/shrines/starwarskotor/resources/kotor-same-gender-romance-mods/</loc>
<lastmod>2025-01-03T13:53:31.899Z</lastmod>
<lastmod>2025-01-06T01:39:24.093Z</lastmod>
<changefreq>weekly</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>https://leilukin.com/shrines/starwarskotor/resources/kotor2-female-exile-recruit-handmaiden-mods/</loc>
<lastmod>2025-01-03T13:53:31.899Z</lastmod>
<lastmod>2025-01-06T01:39:24.093Z</lastmod>
<changefreq>weekly</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>https://leilukin.com/shrines/starwarskotor/resources/tslrcm-m478ep-modules-music/</loc>
<lastmod>2025-01-03T13:53:31.899Z</lastmod>
<lastmod>2025-01-06T01:39:24.093Z</lastmod>
<changefreq>weekly</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>https://leilukin.com/shrines/starwarskotor/universes/</loc>
<lastmod>2025-01-03T13:53:31.899Z</lastmod>
<lastmod>2025-01-06T01:39:24.093Z</lastmod>
<changefreq>weekly</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>https://leilukin.com/archive/</loc>
<lastmod>2025-01-03T13:53:31.899Z</lastmod>
<lastmod>2025-01-06T01:39:24.093Z</lastmod>
<changefreq>weekly</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>https://leilukin.com/categories/</loc>
<lastmod>2025-01-03T13:53:31.899Z</lastmod>
<lastmod>2025-01-06T01:39:24.093Z</lastmod>
<changefreq>weekly</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>https://leilukin.com/changelogs/</loc>
<lastmod>2025-01-03T13:53:31.899Z</lastmod>
<lastmod>2025-01-06T01:39:24.093Z</lastmod>
<changefreq>weekly</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>https://leilukin.com/about/</loc>
<lastmod>2025-01-03T13:53:31.899Z</lastmod>
<lastmod>2025-01-06T01:39:24.094Z</lastmod>
<changefreq>weekly</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>https://leilukin.com/adoptables/</loc>
<lastmod>2025-01-03T13:53:31.899Z</lastmod>
<lastmod>2025-01-06T01:39:24.094Z</lastmod>
<changefreq>weekly</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>https://leilukin.com/articles/</loc>
<lastmod>2025-01-03T13:53:31.899Z</lastmod>
<lastmod>2025-01-06T01:39:24.094Z</lastmod>
<changefreq>weekly</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>https://leilukin.com/blog/</loc>
<lastmod>2025-01-03T13:53:31.899Z</lastmod>
<lastmod>2025-01-06T01:39:24.094Z</lastmod>
<changefreq>weekly</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>https://leilukin.com/guestbook/</loc>
<lastmod>2025-01-03T13:53:31.899Z</lastmod>
<lastmod>2025-01-06T01:39:24.094Z</lastmod>
<changefreq>weekly</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>https://leilukin.com/links/</loc>
<lastmod>2025-01-03T13:53:31.899Z</lastmod>
<lastmod>2025-01-06T01:39:24.094Z</lastmod>
<changefreq>weekly</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>https://leilukin.com/now/</loc>
<lastmod>2025-01-03T13:53:31.899Z</lastmod>
<lastmod>2025-01-06T01:39:24.094Z</lastmod>
<changefreq>weekly</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>https://leilukin.com/projects/</loc>
<lastmod>2025-01-03T13:53:31.899Z</lastmod>
<lastmod>2025-01-06T01:39:24.094Z</lastmod>
<changefreq>weekly</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>https://leilukin.com/shrines/</loc>
<lastmod>2025-01-03T13:53:31.899Z</lastmod>
<lastmod>2025-01-06T01:39:24.094Z</lastmod>
<changefreq>weekly</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>https://leilukin.com/accessibility/</loc>
<lastmod>2025-01-03T13:53:31.900Z</lastmod>
<lastmod>2025-01-06T01:39:24.094Z</lastmod>
<changefreq>weekly</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>https://leilukin.com/colophon/</loc>
<lastmod>2025-01-03T13:53:31.900Z</lastmod>
<lastmod>2025-01-06T01:39:24.094Z</lastmod>
<changefreq>weekly</changefreq>
<priority>0.5</priority>
</url>