Build: (890ef63
) Add borders to all four sides to disclosure contents
This commit is contained in:
parent
10537b932f
commit
0d24e99b65
|
@ -13,5 +13,5 @@ RewriteEngine on
|
||||||
RewriteRule ^.*emailme/.*$ "mailto:contact@leilukin.com" [R=301,L]
|
RewriteRule ^.*emailme/.*$ "mailto:contact@leilukin.com" [R=301,L]
|
||||||
|
|
||||||
# Block bad bots
|
# 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]
|
RewriteRule .* https://nocommercialuse.org/ [L]
|
|
@ -386,7 +386,7 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</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>
|
||||||
|
|
||||||
<li>
|
<li>
|
||||||
|
@ -396,7 +396,7 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</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>
|
||||||
|
|
||||||
<li>
|
<li>
|
||||||
|
@ -406,7 +406,7 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</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>
|
||||||
|
|
||||||
<li>
|
<li>
|
||||||
|
@ -416,7 +416,7 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</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>
|
||||||
|
|
||||||
<li>
|
<li>
|
||||||
|
|
|
@ -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>
|
<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>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><details></code> tag, with a <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Element/summary"><code><summary></code></a> element and a sibling element wrapping the content displayed when the disclosure is expanded.</p>
|
<p>For extra comments and tangents, by favourite approach is using HTML's details disclosure element with the <code><details></code> tag, with a <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Element/summary"><code><summary></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/">"My Cassette Beasts Fanlisting Application has been Approved"</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">"Footnotes: No Fun to Create, Either"</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/">"My Cassette Beasts Fanlisting Application has been Approved"</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">"Footnotes: No Fun to Create, Either"</a>.</p>
|
||||||
<details class="content-disclosure">
|
<details class="content-disclosure">
|
||||||
<summary class="content-disclosure__summary">More ways to use <code><details></code> and <code><summary></code> elements</summary>
|
<summary class="content-disclosure__summary">More ways to use <code><details></code> and <code><summary></code> elements</summary>
|
||||||
<div class="content-disclosure__content"><p><code><details></code> and <code><summary></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>
|
<div class="content-disclosure__content"><p><code><details></code> and <code><summary></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>
|
||||||
|
|
|
@ -426,7 +426,7 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
|
||||||
|
|
||||||
<div class="article__info">
|
<div class="article__info">
|
||||||
<p>
|
<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
|
Posted on <time datetime="Sun Mar 19 2023 00:00:00 GMT+0000 (Coordinated Universal Time)">19 March 2023</time> by Leilukin
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
@ -473,7 +473,7 @@ This site is Harry Potter free. Lookin [<i>sic</i>] for it? Leave.
|
||||||
</figure>
|
</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 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>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 Snape’s 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. Rowling’s 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 Snape’s 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. Rowling’s 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 Rowling’s worldview and prejudice are inextricably linked to her writing.</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 Rowling’s 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>
|
<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">
|
<div class="heading-wrapper h2">
|
||||||
|
|
|
@ -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 p + p { margin-top: 1em; }
|
||||||
|
|
||||||
.content-disclosure__content {
|
.content-disclosure__content {
|
||||||
--bdr-disclosure: 0.15em solid var(--clr-title-border);
|
padding: 1em;
|
||||||
padding: 1em 0;
|
border: 0.15em solid var(--clr-title-border);
|
||||||
border-top: var(--bdr-disclosure);
|
|
||||||
border-bottom: var(--bdr-disclosure);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Content warning disclosure */
|
/* Content warning disclosure */
|
||||||
|
|
|
@ -58,55 +58,50 @@
|
||||||
/* ------------------- */
|
/* ------------------- */
|
||||||
|
|
||||||
@layer reset {
|
@layer reset {
|
||||||
/* Box sizing rules */
|
*, *::before, *::after {
|
||||||
*,
|
box-sizing: border-box;
|
||||||
*::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;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Remove default margin in favour of better control in authored CSS */
|
* {
|
||||||
body, h1, h2, h3, h4, p,
|
margin: 0;
|
||||||
figure, blockquote, dl, dd { 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 {
|
body {
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Set shorter line heights on headings and interactive elements */
|
h1, h2, h3, h4, h5, h6,
|
||||||
h1, h2, h3, h4,
|
button, input, label {
|
||||||
button, input, label { line-height: 1.1; }
|
line-height: 1.1;
|
||||||
|
}
|
||||||
|
|
||||||
/* Balance text wrapping on headings */
|
p, h1, h2, h3, h4, h5, h6 {
|
||||||
h1, h2, h3, h4 { text-wrap: balance; }
|
overflow-wrap: break-word;
|
||||||
|
}
|
||||||
|
|
||||||
/* A elements that don't have a class get default styles */
|
h1, h2, h3, h4, h5, h6 {
|
||||||
a:not([class]) { text-decoration-skip-ink: auto; }
|
text-wrap: balance;
|
||||||
|
}
|
||||||
|
|
||||||
/* Make images easier to work with */
|
img, picture, video, canvas {
|
||||||
img,
|
|
||||||
picture {
|
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Inherit fonts for inputs and buttons */
|
input, button, textarea, select {
|
||||||
input, button, textarea, select { font: inherit; }
|
font: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
/* Make sure textareas without a rows attribute are not tiny */
|
textarea:not([rows]) {
|
||||||
textarea:not([rows]) { min-height: 10em; }
|
min-height: 10em;
|
||||||
|
}
|
||||||
|
|
||||||
/* Anything that has been anchored to should have extra scroll margin */
|
:target {
|
||||||
:target { scroll-margin-block: 5ex; }
|
scroll-margin-block: 5ex;
|
||||||
|
}
|
||||||
|
|
||||||
|
[popover] {
|
||||||
|
margin: auto;
|
||||||
|
}
|
||||||
}
|
}
|
|
@ -389,7 +389,7 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</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>
|
||||||
|
|
||||||
<li>
|
<li>
|
||||||
|
@ -399,7 +399,7 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</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>
|
||||||
|
|
||||||
<li>
|
<li>
|
||||||
|
@ -409,7 +409,7 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</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>
|
||||||
|
|
||||||
<li>
|
<li>
|
||||||
|
|
|
@ -389,7 +389,7 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</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>
|
||||||
|
|
||||||
<li>
|
<li>
|
||||||
|
|
|
@ -389,7 +389,7 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</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>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
|
|
@ -389,7 +389,7 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</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>
|
||||||
|
|
||||||
<li>
|
<li>
|
||||||
|
@ -399,7 +399,7 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</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>
|
||||||
|
|
||||||
<li>
|
<li>
|
||||||
|
@ -409,7 +409,7 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</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>
|
||||||
|
|
||||||
<li>
|
<li>
|
||||||
|
|
|
@ -11,6 +11,7 @@ User-agent: ChatGPT-User
|
||||||
User-agent: Claude-Web
|
User-agent: Claude-Web
|
||||||
User-agent: ClaudeBot
|
User-agent: ClaudeBot
|
||||||
User-agent: cohere-ai
|
User-agent: cohere-ai
|
||||||
|
User-agent: cohere-training-data-crawler
|
||||||
User-agent: Diffbot
|
User-agent: Diffbot
|
||||||
User-agent: DuckAssistBot
|
User-agent: DuckAssistBot
|
||||||
User-agent: FacebookBot
|
User-agent: FacebookBot
|
||||||
|
|
78
sitemap.xml
78
sitemap.xml
|
@ -1232,235 +1232,235 @@
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://leilukin.com/blog/posts/</loc>
|
<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>
|
<changefreq>weekly</changefreq>
|
||||||
<priority>0.5</priority>
|
<priority>0.5</priority>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://leilukin.com/changelogs/2022/</loc>
|
<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>
|
<changefreq>weekly</changefreq>
|
||||||
<priority>0.5</priority>
|
<priority>0.5</priority>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://leilukin.com/changelogs/2023/</loc>
|
<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>
|
<changefreq>weekly</changefreq>
|
||||||
<priority>0.5</priority>
|
<priority>0.5</priority>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://leilukin.com/changelogs/2024/</loc>
|
<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>
|
<changefreq>weekly</changefreq>
|
||||||
<priority>0.5</priority>
|
<priority>0.5</priority>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://leilukin.com/changelogs/layouts/</loc>
|
<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>
|
<changefreq>weekly</changefreq>
|
||||||
<priority>0.5</priority>
|
<priority>0.5</priority>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://leilukin.com/</loc>
|
<loc>https://leilukin.com/</loc>
|
||||||
<lastmod>2025-01-03T13:53:31.896Z</lastmod>
|
<lastmod>2025-01-06T01:39:24.090Z</lastmod>
|
||||||
<changefreq>weekly</changefreq>
|
<changefreq>weekly</changefreq>
|
||||||
<priority>0.5</priority>
|
<priority>0.5</priority>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://leilukin.com/links/stardew-valley-mod-list/</loc>
|
<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>
|
<changefreq>weekly</changefreq>
|
||||||
<priority>0.5</priority>
|
<priority>0.5</priority>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://leilukin.com/projects/code/bellabuffs-phpmailer/</loc>
|
<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>
|
<changefreq>weekly</changefreq>
|
||||||
<priority>0.5</priority>
|
<priority>0.5</priority>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://leilukin.com/projects/playlists/</loc>
|
<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>
|
<changefreq>weekly</changefreq>
|
||||||
<priority>0.5</priority>
|
<priority>0.5</priority>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://leilukin.com/projects/snippets/disability-pride-flag-background/</loc>
|
<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>
|
<changefreq>weekly</changefreq>
|
||||||
<priority>0.5</priority>
|
<priority>0.5</priority>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://leilukin.com/shrines/asummersend/gallery/</loc>
|
<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>
|
<changefreq>weekly</changefreq>
|
||||||
<priority>0.5</priority>
|
<priority>0.5</priority>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://leilukin.com/shrines/asummersend/playlists/</loc>
|
<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>
|
<changefreq>weekly</changefreq>
|
||||||
<priority>0.5</priority>
|
<priority>0.5</priority>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://leilukin.com/shrines/asummersend/trivia/</loc>
|
<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>
|
<changefreq>weekly</changefreq>
|
||||||
<priority>0.5</priority>
|
<priority>0.5</priority>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://leilukin.com/shrines/cassettebeasts/articles/</loc>
|
<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>
|
<changefreq>weekly</changefreq>
|
||||||
<priority>0.5</priority>
|
<priority>0.5</priority>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://leilukin.com/shrines/cassettebeasts/facts/</loc>
|
<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>
|
<changefreq>weekly</changefreq>
|
||||||
<priority>0.5</priority>
|
<priority>0.5</priority>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://leilukin.com/shrines/cassettebeasts/featured/</loc>
|
<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>
|
<changefreq>weekly</changefreq>
|
||||||
<priority>0.5</priority>
|
<priority>0.5</priority>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://leilukin.com/shrines/cassettebeasts/gamelog/</loc>
|
<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>
|
<changefreq>weekly</changefreq>
|
||||||
<priority>0.5</priority>
|
<priority>0.5</priority>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://leilukin.com/shrines/cassettebeasts/resources/</loc>
|
<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>
|
<changefreq>weekly</changefreq>
|
||||||
<priority>0.5</priority>
|
<priority>0.5</priority>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://leilukin.com/shrines/starwarskotor/articles/</loc>
|
<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>
|
<changefreq>weekly</changefreq>
|
||||||
<priority>0.5</priority>
|
<priority>0.5</priority>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://leilukin.com/shrines/starwarskotor/guides/</loc>
|
<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>
|
<changefreq>weekly</changefreq>
|
||||||
<priority>0.5</priority>
|
<priority>0.5</priority>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://leilukin.com/shrines/starwarskotor/resources/</loc>
|
<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>
|
<changefreq>weekly</changefreq>
|
||||||
<priority>0.5</priority>
|
<priority>0.5</priority>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://leilukin.com/shrines/starwarskotor/resources/kotor-same-gender-romance-mods/</loc>
|
<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>
|
<changefreq>weekly</changefreq>
|
||||||
<priority>0.5</priority>
|
<priority>0.5</priority>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://leilukin.com/shrines/starwarskotor/resources/kotor2-female-exile-recruit-handmaiden-mods/</loc>
|
<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>
|
<changefreq>weekly</changefreq>
|
||||||
<priority>0.5</priority>
|
<priority>0.5</priority>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://leilukin.com/shrines/starwarskotor/resources/tslrcm-m478ep-modules-music/</loc>
|
<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>
|
<changefreq>weekly</changefreq>
|
||||||
<priority>0.5</priority>
|
<priority>0.5</priority>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://leilukin.com/shrines/starwarskotor/universes/</loc>
|
<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>
|
<changefreq>weekly</changefreq>
|
||||||
<priority>0.5</priority>
|
<priority>0.5</priority>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://leilukin.com/archive/</loc>
|
<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>
|
<changefreq>weekly</changefreq>
|
||||||
<priority>0.5</priority>
|
<priority>0.5</priority>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://leilukin.com/categories/</loc>
|
<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>
|
<changefreq>weekly</changefreq>
|
||||||
<priority>0.5</priority>
|
<priority>0.5</priority>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://leilukin.com/changelogs/</loc>
|
<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>
|
<changefreq>weekly</changefreq>
|
||||||
<priority>0.5</priority>
|
<priority>0.5</priority>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://leilukin.com/about/</loc>
|
<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>
|
<changefreq>weekly</changefreq>
|
||||||
<priority>0.5</priority>
|
<priority>0.5</priority>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://leilukin.com/adoptables/</loc>
|
<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>
|
<changefreq>weekly</changefreq>
|
||||||
<priority>0.5</priority>
|
<priority>0.5</priority>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://leilukin.com/articles/</loc>
|
<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>
|
<changefreq>weekly</changefreq>
|
||||||
<priority>0.5</priority>
|
<priority>0.5</priority>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://leilukin.com/blog/</loc>
|
<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>
|
<changefreq>weekly</changefreq>
|
||||||
<priority>0.5</priority>
|
<priority>0.5</priority>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://leilukin.com/guestbook/</loc>
|
<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>
|
<changefreq>weekly</changefreq>
|
||||||
<priority>0.5</priority>
|
<priority>0.5</priority>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://leilukin.com/links/</loc>
|
<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>
|
<changefreq>weekly</changefreq>
|
||||||
<priority>0.5</priority>
|
<priority>0.5</priority>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://leilukin.com/now/</loc>
|
<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>
|
<changefreq>weekly</changefreq>
|
||||||
<priority>0.5</priority>
|
<priority>0.5</priority>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://leilukin.com/projects/</loc>
|
<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>
|
<changefreq>weekly</changefreq>
|
||||||
<priority>0.5</priority>
|
<priority>0.5</priority>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://leilukin.com/shrines/</loc>
|
<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>
|
<changefreq>weekly</changefreq>
|
||||||
<priority>0.5</priority>
|
<priority>0.5</priority>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://leilukin.com/accessibility/</loc>
|
<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>
|
<changefreq>weekly</changefreq>
|
||||||
<priority>0.5</priority>
|
<priority>0.5</priority>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://leilukin.com/colophon/</loc>
|
<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>
|
<changefreq>weekly</changefreq>
|
||||||
<priority>0.5</priority>
|
<priority>0.5</priority>
|
||||||
</url>
|
</url>
|
||||||
|
|
Loading…
Reference in New Issue