Build: (3037127
) Update Eric Bailey's a11y syntax highlighting stylesheet
This commit is contained in:
parent
842f87b1cc
commit
cd6d9a7e90
|
@ -27,7 +27,6 @@ RewriteCond %{HTTP_USER_AGENT} (Google-Extended) [NC,OR]
|
||||||
RewriteCond %{HTTP_USER_AGENT} (GoogleOther) [NC,OR]
|
RewriteCond %{HTTP_USER_AGENT} (GoogleOther) [NC,OR]
|
||||||
RewriteCond %{HTTP_USER_AGENT} (GoogleOther-Image) [NC,OR]
|
RewriteCond %{HTTP_USER_AGENT} (GoogleOther-Image) [NC,OR]
|
||||||
RewriteCond %{HTTP_USER_AGENT} (GoogleOther-Video) [NC,OR]
|
RewriteCond %{HTTP_USER_AGENT} (GoogleOther-Video) [NC,OR]
|
||||||
RewriteCond %{HTTP_USER_AGENT} (iaskspider/2.0) [NC,OR]
|
|
||||||
RewriteCond %{HTTP_USER_AGENT} (ICC-Crawler) [NC,OR]
|
RewriteCond %{HTTP_USER_AGENT} (ICC-Crawler) [NC,OR]
|
||||||
RewriteCond %{HTTP_USER_AGENT} (ImagesiftBot) [NC,OR]
|
RewriteCond %{HTTP_USER_AGENT} (ImagesiftBot) [NC,OR]
|
||||||
RewriteCond %{HTTP_USER_AGENT} (Meta-ExternalAgent) [NC,OR]
|
RewriteCond %{HTTP_USER_AGENT} (Meta-ExternalAgent) [NC,OR]
|
||||||
|
@ -43,6 +42,7 @@ RewriteCond %{HTTP_USER_AGENT} (YouBot) [NC,OR]
|
||||||
RewriteCond %{HTTP_USER_AGENT} (anthropic-ai) [NC,OR]
|
RewriteCond %{HTTP_USER_AGENT} (anthropic-ai) [NC,OR]
|
||||||
RewriteCond %{HTTP_USER_AGENT} (cohere-ai) [NC,OR]
|
RewriteCond %{HTTP_USER_AGENT} (cohere-ai) [NC,OR]
|
||||||
RewriteCond %{HTTP_USER_AGENT} (facebookexternalhit) [NC,OR]
|
RewriteCond %{HTTP_USER_AGENT} (facebookexternalhit) [NC,OR]
|
||||||
|
RewriteCond %{HTTP_USER_AGENT} (iaskspider/2.0) [NC,OR]
|
||||||
RewriteCond %{HTTP_USER_AGENT} (img2dataset) [NC,OR]
|
RewriteCond %{HTTP_USER_AGENT} (img2dataset) [NC,OR]
|
||||||
RewriteCond %{HTTP_USER_AGENT} (omgili) [NC,OR]
|
RewriteCond %{HTTP_USER_AGENT} (omgili) [NC,OR]
|
||||||
RewriteCond %{HTTP_USER_AGENT} (omgilibot) [NC]
|
RewriteCond %{HTTP_USER_AGENT} (omgilibot) [NC]
|
||||||
|
|
|
@ -404,7 +404,7 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
<time datetime="Sun Sep 08 2024 01:53:17 GMT+0000 (Coordinated Universal Time)">8 September 2024</time>
|
<time datetime="Mon Sep 09 2024 14:29:05 GMT+0000 (Coordinated Universal Time)">9 September 2024</time>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li>
|
<li>
|
||||||
|
@ -414,7 +414,7 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
<time datetime="Sun Sep 08 2024 01:53:17 GMT+0000 (Coordinated Universal Time)">8 September 2024</time>
|
<time datetime="Mon Sep 09 2024 14:29:05 GMT+0000 (Coordinated Universal Time)">9 September 2024</time>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li>
|
<li>
|
||||||
|
@ -424,7 +424,7 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
<time datetime="Sun Sep 08 2024 01:53:17 GMT+0000 (Coordinated Universal Time)">8 September 2024</time>
|
<time datetime="Mon Sep 09 2024 14:29:05 GMT+0000 (Coordinated Universal Time)">9 September 2024</time>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li>
|
<li>
|
||||||
|
|
|
@ -1,27 +1,64 @@
|
||||||
/**
|
/*
|
||||||
* a11y-dark theme for JavaScript, CSS, and HTML
|
* a11y theme for JavaScript, CSS, and HTML
|
||||||
* Based on the okaidia theme: https://github.com/PrismJS/prism/blob/gh-pages/themes/prism-okaidia.css
|
* Based on the okaidia theme: https://github.com/PrismJS/prism/blob/gh-pages/themes/prism-okaidia.css
|
||||||
* @author ericwbailey
|
* @author ericwbailey
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Theme
|
* MARK: Setup
|
||||||
*/
|
*/
|
||||||
|
@layer vendor-prism {
|
||||||
|
@media (forced-colors: none), (forced-colors: active) {
|
||||||
|
:root {
|
||||||
|
--prism-a11y-border-radius: 0.3em;
|
||||||
|
--prism-a11y-font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
|
||||||
|
--prism-a11y-line-height: 1.5;
|
||||||
|
--prism-a11y-code-block-margin: 0.5em 0;
|
||||||
|
--prism-a11y-code-block-padding: 1em;
|
||||||
|
--prism-a11y-code-inline-padding: 0.1em;
|
||||||
|
--prism-a11y-width-border: 1px;
|
||||||
|
--prism-a11y-width-tab: 2;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (forced-colors: none), (forced-colors: active) {
|
||||||
|
:root {
|
||||||
|
--prism-a11y-color-background: hsla(0, 0%, 17%, 1);
|
||||||
|
--prism-a11y-color-text-no-token: hsla(60, 30%, 96%, 1);
|
||||||
|
--prism-a11y-color-text-comment: hsla(54, 32%, 75%, 1);
|
||||||
|
--prism-a11y-color-text-blue: hsla(180, 100%, 44%, 1);
|
||||||
|
--prism-a11y-color-text-green: hsla(80, 75%, 55%, 1);
|
||||||
|
--prism-a11y-color-text-gray: hsla(60, 30%, 96%, 1);
|
||||||
|
--prism-a11y-color-text-purple: hsla(291, 30%, 83%, 1);
|
||||||
|
--prism-a11y-color-text-red: hsla(17, 100%, 74%, 1);
|
||||||
|
--prism-a11y-color-text-yellow: hsla(51, 100%, 50%, 1);
|
||||||
|
--prism-a11y-plugin-color-border: hsla(51, 100%, 50%, 0.55);
|
||||||
|
--prism-a11y-plugin-color-background: hsla(51, 100%, 50%, 0.1);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@media (forced-colors: none), (forced-colors: active) {
|
||||||
|
/*
|
||||||
|
* MARK: Theme
|
||||||
|
*/
|
||||||
|
:where(
|
||||||
code[class*="language-"],
|
code[class*="language-"],
|
||||||
pre[class*="language-"] {
|
pre[class*="language-"]
|
||||||
color: #f8f8f2;
|
) {
|
||||||
background: none;
|
color: var(--prism-a11y-color-text-no-token);
|
||||||
font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
|
background: var(--prism-a11y-color-background);
|
||||||
text-align: left;
|
font-family: var(--prism-a11y-font-family);
|
||||||
|
text-align: start;
|
||||||
white-space: pre;
|
white-space: pre;
|
||||||
word-spacing: normal;
|
word-spacing: normal;
|
||||||
word-break: normal;
|
word-break: normal;
|
||||||
word-wrap: normal;
|
word-wrap: normal;
|
||||||
line-height: 1.5;
|
line-height: var(--prism-a11y-line-height);
|
||||||
|
|
||||||
-moz-tab-size: 4;
|
-moz-tab-size: var(--prism-a11y-width-tab);
|
||||||
-o-tab-size: 4;
|
-o-tab-size: var(--prism-a11y-width-tab);
|
||||||
tab-size: 4;
|
tab-size: var(--prism-a11y-width-tab);
|
||||||
|
|
||||||
-webkit-hyphens: none;
|
-webkit-hyphens: none;
|
||||||
-moz-hyphens: none;
|
-moz-hyphens: none;
|
||||||
|
@ -31,85 +68,97 @@ pre[class*="language-"] {
|
||||||
|
|
||||||
/* Code blocks */
|
/* Code blocks */
|
||||||
pre[class*="language-"] {
|
pre[class*="language-"] {
|
||||||
padding: 1em;
|
padding: var(--prism-a11y-code-block-padding);
|
||||||
margin: 0.5em 0;
|
margin: var(--prism-a11y-code-block-margin);
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
border-radius: 0.3em;
|
border-radius: var(--prism-a11y-border-radius);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
:where(
|
||||||
:not(pre) > code[class*="language-"],
|
:not(pre) > code[class*="language-"],
|
||||||
pre[class*="language-"] {
|
pre[class*="language-"]
|
||||||
background: #2b2b2b;
|
) {
|
||||||
|
background: var(--prism-a11y-color-background);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Inline code */
|
/* Inline code */
|
||||||
:not(pre) > code[class*="language-"] {
|
:not(pre) > code[class*="language-"] {
|
||||||
padding: 0.1em;
|
padding: var(--prism-a11y-code-inline-padding);
|
||||||
border-radius: 0.3em;
|
border-radius: var(--prism-a11y-border-radius);
|
||||||
white-space: normal;
|
white-space: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
:where(
|
||||||
.token.comment,
|
.token.comment,
|
||||||
.token.prolog,
|
.token.prolog,
|
||||||
.token.doctype,
|
.token.doctype,
|
||||||
.token.cdata {
|
.token.cdata
|
||||||
color: #d4d0ab;
|
) {
|
||||||
|
color: var(--prism-a11y-color-text-comment);
|
||||||
}
|
}
|
||||||
|
|
||||||
.token.punctuation {
|
.token.punctuation {
|
||||||
color: #fefefe;
|
color: var(--prism-a11y-color-text-gray);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
:where(
|
||||||
.token.property,
|
.token.property,
|
||||||
.token.tag,
|
.token.tag,
|
||||||
.token.constant,
|
.token.constant,
|
||||||
.token.symbol,
|
.token.symbol,
|
||||||
.token.deleted {
|
.token.deleted
|
||||||
color: #ffa07a;
|
) {
|
||||||
}
|
color: var(--prism-a11y-color-text-red);
|
||||||
|
|
||||||
.token.boolean,
|
|
||||||
.token.number {
|
|
||||||
color: #00e0e0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.token.selector,
|
|
||||||
.token.attr-name,
|
|
||||||
.token.string,
|
|
||||||
.token.char,
|
|
||||||
.token.builtin,
|
|
||||||
.token.inserted {
|
|
||||||
color: #abe338;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
:where(
|
||||||
.token.operator,
|
.token.operator,
|
||||||
.token.entity,
|
.token.entity,
|
||||||
.token.url,
|
.token.url,
|
||||||
.language-css .token.string,
|
.language-css .token.string,
|
||||||
.style .token.string,
|
.style .token.string,
|
||||||
.token.variable {
|
.token.variable,
|
||||||
color: #00e0e0;
|
.token.keyword
|
||||||
|
) {
|
||||||
|
color: var(--prism-a11y-color-text-blue);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
:where(
|
||||||
|
.token.selector,
|
||||||
|
.token.attr-name,
|
||||||
|
.token.string,
|
||||||
|
.token.char,
|
||||||
|
.token.builtin,
|
||||||
|
.token.inserted
|
||||||
|
) {
|
||||||
|
color: var(--prism-a11y-color-text-green);
|
||||||
|
}
|
||||||
|
|
||||||
|
:where(
|
||||||
.token.atrule,
|
.token.atrule,
|
||||||
.token.attr-value,
|
.token.attr-value,
|
||||||
.token.function {
|
.token.function,
|
||||||
color: #ffd700;
|
|
||||||
}
|
|
||||||
|
|
||||||
.token.keyword {
|
|
||||||
color: #00e0e0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.token.regex,
|
.token.regex,
|
||||||
.token.important {
|
.token.important
|
||||||
color: #ffd700;
|
) {
|
||||||
|
color: var(--prism-a11y-color-text-yellow);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
:where(
|
||||||
|
.token.boolean,
|
||||||
|
.token.number,
|
||||||
|
.token.keyword
|
||||||
|
) {
|
||||||
|
color: var(--prism-a11y-color-text-purple);
|
||||||
|
}
|
||||||
|
|
||||||
|
:where(
|
||||||
.token.important,
|
.token.important,
|
||||||
.token.bold {
|
.token.bold
|
||||||
|
) {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
.token.italic {
|
.token.italic {
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
}
|
}
|
||||||
|
@ -120,69 +169,50 @@ pre[class*="language-"] {
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Plugin support
|
* MARK: Plugin support
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* Line highlight */
|
/* Line highlight */
|
||||||
.line-highlight {
|
.line-highlight {
|
||||||
background: rgba(255, 217, 0, 0.10);
|
background: var(--prism-a11y-plugin-color-background);
|
||||||
border-top: 1px solid rgba(255, 217, 0, 0.55);
|
border-top: var(--prism-a11y-width-border) solid var(--prism-a11y-plugin-color-border);
|
||||||
border-bottom: 1px solid rgba(255, 217, 0, 0.55);
|
border-bottom: var(--prism-a11y-width-border) solid var(--prism-a11y-plugin-color-border);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Line numbers */
|
/* Line numbers */
|
||||||
.line-numbers .line-numbers-rows {
|
.line-numbers .line-numbers-rows {
|
||||||
border-right: 1px solid #F8F8F2;
|
border-right: var(--prism-a11y-width-border) solid var(--prism-a11y-color-text-no-token);
|
||||||
}
|
}
|
||||||
|
|
||||||
.line-numbers-rows > span:before {
|
.line-numbers-rows > span:before {
|
||||||
color: #D4D0AB;
|
color: var(--prism-a11y-color-text-comment);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
High contrast mode support
|
* MARK: Forced color mode support
|
||||||
*/
|
*/
|
||||||
@media screen and (-ms-high-contrast: active) {
|
@media (forced-colors: active) {
|
||||||
code[class*="language-"],
|
:root {
|
||||||
pre[class*="language-"] {
|
--prism-a11y-color-background: Canvas;
|
||||||
color: windowText;
|
--prism-a11y-color-text-no-token: CanvasText;
|
||||||
background: window;
|
--prism-a11y-color-text-comment: GrayText;
|
||||||
|
--prism-a11y-color-text-blue: LinkText;
|
||||||
|
--prism-a11y-color-text-gray: LinkText;
|
||||||
|
--prism-a11y-color-text-green: CanvasText;
|
||||||
|
--prism-a11y-color-text-purple: CanvasText;
|
||||||
|
--prism-a11y-color-text-red: CanvasText;
|
||||||
|
--prism-a11y-color-text-yellow: GrayText;
|
||||||
|
--prism-a11y-plugin-color-border: LinkText;
|
||||||
|
--prism-a11y-plugin-color-background: Canvas;
|
||||||
}
|
}
|
||||||
|
|
||||||
:not(pre) > code[class*="language-"],
|
:where(
|
||||||
pre[class*="language-"] {
|
.token.boolean,
|
||||||
background: window;
|
.token.number,
|
||||||
}
|
.token.keyword
|
||||||
|
) {
|
||||||
.token.important {
|
|
||||||
background: highlight;
|
|
||||||
color: window;
|
|
||||||
font-weight: normal;
|
|
||||||
}
|
|
||||||
|
|
||||||
.token.atrule,
|
|
||||||
.token.attr-value,
|
|
||||||
.token.function,
|
|
||||||
.token.keyword,
|
|
||||||
.token.operator,
|
|
||||||
.token.selector {
|
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
.token.attr-value,
|
|
||||||
.token.comment,
|
|
||||||
.token.doctype,
|
|
||||||
.token.function,
|
|
||||||
.token.keyword,
|
|
||||||
.token.operator,
|
|
||||||
.token.property,
|
|
||||||
.token.string {
|
|
||||||
color: highlight;
|
|
||||||
}
|
|
||||||
|
|
||||||
.token.attr-value,
|
|
||||||
.token.url {
|
|
||||||
font-weight: normal;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -96,9 +96,10 @@ code {
|
||||||
word-break: break-word;
|
word-break: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
:not(pre) > code { padding: 0.125em 0.25em; }
|
:not(pre) > code {
|
||||||
:not(pre) > code,
|
padding: 0.125em 0.25em;
|
||||||
pre { background-color: var(--clr-code-bg); }
|
background-color: var(--clr-code-bg);
|
||||||
|
}
|
||||||
|
|
||||||
pre {
|
pre {
|
||||||
border: 0.1em solid var(--clr-code-border);
|
border: 0.1em solid var(--clr-code-border);
|
||||||
|
|
|
@ -407,7 +407,7 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
<time datetime="Sun Sep 08 2024 01:53:17 GMT+0000 (Coordinated Universal Time)">8 September 2024</time>
|
<time datetime="Mon Sep 09 2024 14:29:05 GMT+0000 (Coordinated Universal Time)">9 September 2024</time>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li>
|
<li>
|
||||||
|
@ -417,7 +417,7 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
<time datetime="Sun Sep 08 2024 01:53:17 GMT+0000 (Coordinated Universal Time)">8 September 2024</time>
|
<time datetime="Mon Sep 09 2024 14:29:05 GMT+0000 (Coordinated Universal Time)">9 September 2024</time>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li>
|
<li>
|
||||||
|
@ -427,7 +427,7 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
<time datetime="Sun Sep 08 2024 01:53:17 GMT+0000 (Coordinated Universal Time)">8 September 2024</time>
|
<time datetime="Mon Sep 09 2024 14:29:05 GMT+0000 (Coordinated Universal Time)">9 September 2024</time>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li>
|
<li>
|
||||||
|
|
|
@ -407,7 +407,7 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
<time datetime="Sun Sep 08 2024 01:53:17 GMT+0000 (Coordinated Universal Time)">8 September 2024</time>
|
<time datetime="Mon Sep 09 2024 14:29:05 GMT+0000 (Coordinated Universal Time)">9 September 2024</time>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li>
|
<li>
|
||||||
|
|
|
@ -407,7 +407,7 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
<time datetime="Sun Sep 08 2024 01:53:17 GMT+0000 (Coordinated Universal Time)">8 September 2024</time>
|
<time datetime="Mon Sep 09 2024 14:29:05 GMT+0000 (Coordinated Universal Time)">9 September 2024</time>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li>
|
<li>
|
||||||
|
@ -417,7 +417,7 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
<time datetime="Sun Sep 08 2024 01:53:17 GMT+0000 (Coordinated Universal Time)">8 September 2024</time>
|
<time datetime="Mon Sep 09 2024 14:29:05 GMT+0000 (Coordinated Universal Time)">9 September 2024</time>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li>
|
<li>
|
||||||
|
|
2
feed.xml
2
feed.xml
|
@ -4,7 +4,7 @@
|
||||||
<subtitle>Leilukin's personal website.</subtitle>
|
<subtitle>Leilukin's personal website.</subtitle>
|
||||||
<link href="https://leilukin.com/feed.xml" rel="self"/>
|
<link href="https://leilukin.com/feed.xml" rel="self"/>
|
||||||
<link href="https://leilukin.com"/>
|
<link href="https://leilukin.com"/>
|
||||||
<updated>2024-09-08T01:53:24Z</updated>
|
<updated>2024-09-09T14:29:10Z</updated>
|
||||||
<id>https://leilukin.com/</id>
|
<id>https://leilukin.com/</id>
|
||||||
<author>
|
<author>
|
||||||
<name>Leilukin</name>
|
<name>Leilukin</name>
|
||||||
|
|
|
@ -18,7 +18,6 @@ User-agent: Google-Extended
|
||||||
User-agent: GoogleOther
|
User-agent: GoogleOther
|
||||||
User-agent: GoogleOther-Image
|
User-agent: GoogleOther-Image
|
||||||
User-agent: GoogleOther-Video
|
User-agent: GoogleOther-Video
|
||||||
User-agent: iaskspider/2.0
|
|
||||||
User-agent: ICC-Crawler
|
User-agent: ICC-Crawler
|
||||||
User-agent: ImagesiftBot
|
User-agent: ImagesiftBot
|
||||||
User-agent: Meta-ExternalAgent
|
User-agent: Meta-ExternalAgent
|
||||||
|
@ -34,6 +33,7 @@ User-agent: YouBot
|
||||||
User-agent: anthropic-ai
|
User-agent: anthropic-ai
|
||||||
User-agent: cohere-ai
|
User-agent: cohere-ai
|
||||||
User-agent: facebookexternalhit
|
User-agent: facebookexternalhit
|
||||||
|
User-agent: iaskspider/2.0
|
||||||
User-agent: img2dataset
|
User-agent: img2dataset
|
||||||
User-agent: omgili
|
User-agent: omgili
|
||||||
User-agent: omgilibot
|
User-agent: omgilibot
|
||||||
|
|
76
sitemap.xml
76
sitemap.xml
|
@ -917,192 +917,192 @@
|
||||||
<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>2024-09-08T01:53:17.554Z</lastmod>
|
<lastmod>2024-09-09T14:29:05.625Z</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>2024-09-08T01:53:17.554Z</lastmod>
|
<lastmod>2024-09-09T14:29:05.625Z</lastmod>
|
||||||
<changefreq>weekly</changefreq>
|
<changefreq>weekly</changefreq>
|
||||||
<priority>0.5</priority>
|
<priority>0.5</priority>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>https://leilukin.com/blog/posts/</loc>
|
<loc>https://leilukin.com/blog/posts/</loc>
|
||||||
<lastmod>2024-09-08T01:53:17.578Z</lastmod>
|
<lastmod>2024-09-09T14:29:05.645Z</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>2024-09-08T01:53:17.578Z</lastmod>
|
<lastmod>2024-09-09T14:29:05.645Z</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>2024-09-08T01:53:17.582Z</lastmod>
|
<lastmod>2024-09-09T14:29:05.653Z</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>2024-09-08T01:53:17.582Z</lastmod>
|
<lastmod>2024-09-09T14:29:05.653Z</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>2024-09-08T01:53:17.582Z</lastmod>
|
<lastmod>2024-09-09T14:29:05.653Z</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>2024-09-08T01:53:17.582Z</lastmod>
|
<lastmod>2024-09-09T14:29:05.653Z</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>2024-09-08T01:53:17.582Z</lastmod>
|
<lastmod>2024-09-09T14:29:05.653Z</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>2024-09-08T01:53:17.582Z</lastmod>
|
<lastmod>2024-09-09T14:29:05.653Z</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>2024-09-08T01:53:17.582Z</lastmod>
|
<lastmod>2024-09-09T14:29:05.653Z</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>2024-09-08T01:53:17.582Z</lastmod>
|
<lastmod>2024-09-09T14:29:05.653Z</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>2024-09-08T01:53:17.582Z</lastmod>
|
<lastmod>2024-09-09T14:29:05.653Z</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>2024-09-08T01:53:17.582Z</lastmod>
|
<lastmod>2024-09-09T14:29:05.653Z</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>2024-09-08T01:53:17.582Z</lastmod>
|
<lastmod>2024-09-09T14:29:05.653Z</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>2024-09-08T01:53:17.582Z</lastmod>
|
<lastmod>2024-09-09T14:29:05.653Z</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>2024-09-08T01:53:17.582Z</lastmod>
|
<lastmod>2024-09-09T14:29:05.653Z</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>2024-09-08T01:53:17.582Z</lastmod>
|
<lastmod>2024-09-09T14:29:05.653Z</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>2024-09-08T01:53:17.582Z</lastmod>
|
<lastmod>2024-09-09T14:29:05.653Z</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>2024-09-08T01:53:17.582Z</lastmod>
|
<lastmod>2024-09-09T14:29:05.653Z</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>2024-09-08T01:53:17.582Z</lastmod>
|
<lastmod>2024-09-09T14:29:05.653Z</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>2024-09-08T01:53:17.586Z</lastmod>
|
<lastmod>2024-09-09T14:29:05.653Z</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>2024-09-08T01:53:17.586Z</lastmod>
|
<lastmod>2024-09-09T14:29:05.653Z</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>2024-09-08T01:53:17.586Z</lastmod>
|
<lastmod>2024-09-09T14:29:05.653Z</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>2024-09-08T01:53:17.586Z</lastmod>
|
<lastmod>2024-09-09T14:29:05.653Z</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>2024-09-08T01:53:17.586Z</lastmod>
|
<lastmod>2024-09-09T14:29:05.653Z</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>2024-09-08T01:53:17.586Z</lastmod>
|
<lastmod>2024-09-09T14:29:05.653Z</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>2024-09-08T01:53:17.586Z</lastmod>
|
<lastmod>2024-09-09T14:29:05.653Z</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>2024-09-08T01:53:17.586Z</lastmod>
|
<lastmod>2024-09-09T14:29:05.653Z</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>2024-09-08T01:53:17.586Z</lastmod>
|
<lastmod>2024-09-09T14:29:05.653Z</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>2024-09-08T01:53:17.586Z</lastmod>
|
<lastmod>2024-09-09T14:29:05.653Z</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>2024-09-08T01:53:17.586Z</lastmod>
|
<lastmod>2024-09-09T14:29:05.657Z</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>2024-09-08T01:53:17.586Z</lastmod>
|
<lastmod>2024-09-09T14:29:05.657Z</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>2024-09-08T01:53:17.586Z</lastmod>
|
<lastmod>2024-09-09T14:29:05.657Z</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>2024-09-08T01:53:17.586Z</lastmod>
|
<lastmod>2024-09-09T14:29:05.657Z</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>2024-09-08T01:53:17.586Z</lastmod>
|
<lastmod>2024-09-09T14:29:05.657Z</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>2024-09-08T01:53:17.586Z</lastmod>
|
<lastmod>2024-09-09T14:29:05.657Z</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>2024-09-08T01:53:17.586Z</lastmod>
|
<lastmod>2024-09-09T14:29:05.657Z</lastmod>
|
||||||
<changefreq>weekly</changefreq>
|
<changefreq>weekly</changefreq>
|
||||||
<priority>0.5</priority>
|
<priority>0.5</priority>
|
||||||
</url>
|
</url>
|
||||||
|
|
Loading…
Reference in New Issue