From bdd871eacd9630d9ed80f53efb43b33259ee3f36 Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 29 May 2025 21:07:31 +0000 Subject: light fixes --- sitemap.sh | 2 +- sitemap.sh.options | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/sitemap.sh b/sitemap.sh index 2f1d874..ab73965 100755 --- a/sitemap.sh +++ b/sitemap.sh @@ -1,7 +1,7 @@ #!/bin/bash # url configuration -URL="https://mcmilk.de/" +URL="https://$(hostname)/" # values: always hourly daily weekly monthly yearly never FREQ="weekly" diff --git a/sitemap.sh.options b/sitemap.sh.options index 88e9176..91faccb 100644 --- a/sitemap.sh.options +++ b/sitemap.sh.options @@ -2,9 +2,20 @@ ! -iname robots.txt ! -iname sitemap.\* ! -iname .\* +! -iname \*.css +! -iname \*.avif +! -iname \*.jxl +! -iname \*.jpg +! -iname \*.jpeg +! -iname \*.png +! -iname \*.webm +! -iname \*.gif +! -iname \*.svg +! -iname \*.txz ! -path ./css/\* ! -path ./js/\* ! -path ./img/\* ! -path ./tmp/\* ! -path ./fonts/\* ! -path ./stats/\* +! -path ./up/\* -- cgit v1.2.3