From b836b1003c96dfdcd925c5c6b8a2ab039304af0e Mon Sep 17 00:00:00 2001 From: askiiart Date: Sun, 25 Aug 2024 11:53:36 -0500 Subject: [PATCH] oops should've probably updated the sitedomain variable --- generate-sitemap.sh | 2 +- sitemap.xml | 21 +++++++++------------ 2 files changed, 10 insertions(+), 13 deletions(-) diff --git a/generate-sitemap.sh b/generate-sitemap.sh index 2b281a4..34dc047 100755 --- a/generate-sitemap.sh +++ b/generate-sitemap.sh @@ -4,7 +4,7 @@ # Taken from here and modified: https://www.lostsaloon.com/technology/how-to-create-an-xml-sitemap-using-wget-and-shell-script/ # (https://web.archive.org/web/20231202193251/https://www.lostsaloon.com/technology/how-to-create-an-xml-sitemap-using-wget-and-shell-script/) (https://archive.ph/qtdMP) -sitedomain=https://tccdcode.club/ +sitedomain=https://askiiart.net/ dir=$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")" &>/dev/null && pwd) wget --spider --recursive --level=inf --output-file=$dir/linklist.txt $sitedomain # greps for the relevant lines, gets the URLs, gets only the lines for $sitedomain, and sorts them diff --git a/sitemap.xml b/sitemap.xml index 5a27a84..f0e9bb9 100644 --- a/sitemap.xml +++ b/sitemap.xml @@ -1,14 +1,11 @@ -https://tccdcode.club/ -https://tccdcode.club/calendar.html -https://tccdcode.club/flyer.html -https://tccdcode.club/index.html -https://tccdcode.club/phone-directory.html -https://tccdcode.club/profiles/ -https://tccdcode.club/profiles/event-director.html -https://tccdcode.club/profiles/president.html -https://tccdcode.club/profiles/senate.html -https://tccdcode.club/profiles/social-director.html -https://tccdcode.club/profiles/vice-president.html -https://tccdcode.club/resources.html +https://askiiart.net/blog/ +https://askiiart.net/blog/300.html +https://askiiart.net/blog/foooooonts.html +https://askiiart.net/blog/marlin-boot-animations.html +https://askiiart.net/blog/new-pgp-key.html +https://askiiart.net/repos/ +https://askiiart.net/til/ +https://askiiart.net/til/akkoma-in-docker.html +https://askiiart.net/til/using-json-with-docker-compose.html