Compare commits
2 Commits
6ab5e55be7
...
88aff0f309
Author | SHA1 | Date |
---|---|---|
helenclx | 88aff0f309 | |
helenclx | 398f9719ba |
34
.htaccess
34
.htaccess
|
@ -10,37 +10,5 @@ Header set Cache-Control "no-cache, public"
|
|||
RewriteEngine on
|
||||
|
||||
# Block bad bots
|
||||
RewriteCond %{HTTP_USER_AGENT} (Amazonbot) [NC,OR]
|
||||
RewriteCond %{HTTP_USER_AGENT} (Applebot) [NC,OR]
|
||||
RewriteCond %{HTTP_USER_AGENT} (Applebot-Extended) [NC,OR]
|
||||
RewriteCond %{HTTP_USER_AGENT} (Bytespider) [NC,OR]
|
||||
RewriteCond %{HTTP_USER_AGENT} (CCBot) [NC,OR]
|
||||
RewriteCond %{HTTP_USER_AGENT} (ChatGPT-User) [NC,OR]
|
||||
RewriteCond %{HTTP_USER_AGENT} (Claude-Web) [NC,OR]
|
||||
RewriteCond %{HTTP_USER_AGENT} (ClaudeBot) [NC,OR]
|
||||
RewriteCond %{HTTP_USER_AGENT} (Diffbot) [NC,OR]
|
||||
RewriteCond %{HTTP_USER_AGENT} (FacebookBot) [NC,OR]
|
||||
RewriteCond %{HTTP_USER_AGENT} (FriendlyCrawler) [NC,OR]
|
||||
RewriteCond %{HTTP_USER_AGENT} (GPTBot) [NC,OR]
|
||||
RewriteCond %{HTTP_USER_AGENT} (Google-Extended) [NC,OR]
|
||||
RewriteCond %{HTTP_USER_AGENT} (GoogleOther) [NC,OR]
|
||||
RewriteCond %{HTTP_USER_AGENT} (GoogleOther-Image) [NC,OR]
|
||||
RewriteCond %{HTTP_USER_AGENT} (GoogleOther-Video) [NC,OR]
|
||||
RewriteCond %{HTTP_USER_AGENT} (ICC-Crawler) [NC,OR]
|
||||
RewriteCond %{HTTP_USER_AGENT} (ImagesiftBot) [NC,OR]
|
||||
RewriteCond %{HTTP_USER_AGENT} (Meta-ExternalAgent) [NC,OR]
|
||||
RewriteCond %{HTTP_USER_AGENT} (Meta-ExternalFetcher) [NC,OR]
|
||||
RewriteCond %{HTTP_USER_AGENT} (OAI-SearchBot) [NC,OR]
|
||||
RewriteCond %{HTTP_USER_AGENT} (PerplexityBot) [NC,OR]
|
||||
RewriteCond %{HTTP_USER_AGENT} (PetalBot) [NC,OR]
|
||||
RewriteCond %{HTTP_USER_AGENT} (Scrapy) [NC,OR]
|
||||
RewriteCond %{HTTP_USER_AGENT} (Timpibot) [NC,OR]
|
||||
RewriteCond %{HTTP_USER_AGENT} (VelenPublicWebCrawler) [NC,OR]
|
||||
RewriteCond %{HTTP_USER_AGENT} (YouBot) [NC,OR]
|
||||
RewriteCond %{HTTP_USER_AGENT} (anthropic-ai) [NC,OR]
|
||||
RewriteCond %{HTTP_USER_AGENT} (cohere-ai) [NC,OR]
|
||||
RewriteCond %{HTTP_USER_AGENT} (facebookexternalhit) [NC,OR]
|
||||
RewriteCond %{HTTP_USER_AGENT} (img2dataset) [NC,OR]
|
||||
RewriteCond %{HTTP_USER_AGENT} (omgili) [NC,OR]
|
||||
RewriteCond %{HTTP_USER_AGENT} (omgilibot) [NC]
|
||||
RewriteCond %{HTTP_USER_AGENT} Amazonbot|Applebot-Extended|Bytespider|CCBot|ChatGPT-User|Claude-Web|ClaudeBot|Diffbot|FacebookBot|FriendlyCrawler|GPTBot|Google-Extended|GoogleOther|GoogleOther-Image|GoogleOther-Video|ICC-Crawler|ImagesiftBot|Meta-ExternalAgent|Meta-ExternalFetcher|OAI-SearchBot|PerplexityBot|PetalBot|Scrapy|Timpibot|VelenPublicWebCrawler|YouBot|anthropic-ai|cohere-ai|facebookexternalhit|img2dataset|omgili|omgilibot [NC]
|
||||
RewriteRule .* https://nocommercialuse.org/ [L]
|
|
@ -456,6 +456,7 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
|
|||
<li>Templating languages: Nunjucks and Markdown</li>
|
||||
<li>Code written with Visual Studio Code</li>
|
||||
<li>JavaScript runtime: <a href="https://bun.sh">Bun</a></li>
|
||||
<li>Tested browsers: Mozilla Firefox and Lynx</li>
|
||||
<li>Source code available on <a href="https://github.com/helenclx/leilukin-site">GitHub</a> and its <a href="https://git.32bit.cafe/Leilukin/leilukin-site">Gitea mirror</a></li>
|
||||
</ul>
|
||||
<div class="heading-wrapper h2">
|
||||
|
@ -473,6 +474,7 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
|
|||
<li>Eleventy's official <a href="https://www.11ty.dev/docs/plugins/rss/">RSS</a> plugin</li>
|
||||
<li>Eleventy's official <a href="https://www.11ty.dev/docs/plugins/navigation/">Navigation</a> plugin</li>
|
||||
<li>Eleventy's official <a href="https://www.11ty.dev/docs/plugins/syntaxhighlight/">Syntax Highlighting</a> plugin</li>
|
||||
<li>Eleventy's official <a href="https://www.11ty.dev/docs/plugins/fetch/">Fetch</a> plugin</li>
|
||||
<li><a href="https://www.npmjs.com/package/@zachleat/details-utils">@zachleat/details-utils</a></li>
|
||||
</ul>
|
||||
<div class="heading-wrapper h3">
|
||||
|
@ -532,7 +534,7 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
|
|||
<p>You can still access most of the content of this site with JavaScript disabled, but the above components will not work as intended.</p>
|
||||
|
||||
|
||||
<p class="update-info">(This colophon page was last updated on 2 August 2024)</p>
|
||||
<p class="update-info">(This colophon page was last updated on 20 August 2024)</p>
|
||||
|
||||
|
||||
</article>
|
||||
|
|
2
feed.xml
2
feed.xml
|
@ -4,7 +4,7 @@
|
|||
<subtitle>Leilukin's personal website.</subtitle>
|
||||
<link href="https://leilukin.com/feed.xml" rel="self"/>
|
||||
<link href="https://leilukin.com"/>
|
||||
<updated>2024-08-20T00:38:56Z</updated>
|
||||
<updated>2024-08-20T01:58:36Z</updated>
|
||||
<id>https://leilukin.com/</id>
|
||||
<author>
|
||||
<name>Leilukin</name>
|
||||
|
|
|
@ -1,10 +1,7 @@
|
|||
Sitemap: https://leilukin.com/sitemap/
|
||||
|
||||
User-agent: *
|
||||
Disallow:
|
||||
|
||||
User-agent: Amazonbot
|
||||
User-agent: Applebot
|
||||
User-agent: Applebot-Extended
|
||||
User-agent: Bytespider
|
||||
User-agent: CCBot
|
||||
|
@ -36,4 +33,6 @@ User-agent: facebookexternalhit
|
|||
User-agent: img2dataset
|
||||
User-agent: omgili
|
||||
User-agent: omgilibot
|
||||
Disallow: /
|
||||
Disallow: /
|
||||
|
||||
Sitemap: https://leilukin.com/sitemap/
|
Loading…
Reference in New Issue