From 7716fd0437d63798d34476ed9ebb099488421cfb Mon Sep 17 00:00:00 2001 From: otoneko1102 Date: Thu, 21 Nov 2024 16:55:32 +0900 Subject: [PATCH] =?UTF-8?q?=E3=82=B5=E3=82=A4=E3=83=88=E3=83=9E=E3=83=83?= =?UTF-8?q?=E3=83=97=E3=82=92=E8=BF=BD=E5=8A=A0=E3=83=BB=E8=BB=BD=E5=BE=AE?= =?UTF-8?q?=E3=81=AA=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 4 ++++ 404.html | 4 ++-- catalunya/index.html | 4 ++-- index.html | 2 +- script.js | 6 ++++++ sitemap.xml | 16 ++++++++++++++++ 6 files changed, 31 insertions(+), 5 deletions(-) create mode 100644 sitemap.xml diff --git a/.gitignore b/.gitignore index 1e107f5..a8e7519 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,5 @@ examples +node_modules +generateSitemap.js +package-lock.json +package.json diff --git a/404.html b/404.html index c5d019a..4b91bfd 100644 --- a/404.html +++ b/404.html @@ -7,7 +7,7 @@ 音猫。 - + @@ -16,7 +16,7 @@ - + diff --git a/catalunya/index.html b/catalunya/index.html index 1c514b2..a5e1b2b 100644 --- a/catalunya/index.html +++ b/catalunya/index.html @@ -7,7 +7,7 @@ 音猫。 - + @@ -16,7 +16,7 @@ - + diff --git a/index.html b/index.html index a2a0d15..ffde493 100644 --- a/index.html +++ b/index.html @@ -46,7 +46,7 @@

-

<まだなにもない>

+

Catalunya

diff --git a/script.js b/script.js index f6d7a5c..c454cd6 100644 --- a/script.js +++ b/script.js @@ -30,6 +30,12 @@ async function fetchText(path) { return data; }; +const fakeLink = document.getElementById("ca-fake"); +if (fakeLink) { + fakeLink.remove(); + meowLog('Successfully removed!') +} + const bio = document.getElementById('bio'); if (bio) { diff --git a/sitemap.xml b/sitemap.xml new file mode 100644 index 0000000..43c0d3f --- /dev/null +++ b/sitemap.xml @@ -0,0 +1,16 @@ + + + + + https://www.otoneko.cat/ + 2024-11-21 + weekly + 1.0 + + + https://www.otoneko.cat/catalunya/ + 2024-11-21 + monthly + 0.1 + + \ No newline at end of file