From b76076e2e305d41adfd9e584a11636c58a32c99a Mon Sep 17 00:00:00 2001 From: anoduck <9925396+anoduck@users.noreply.github.com> Date: Sat, 5 Apr 2025 04:25:02 -0400 Subject: fix(Search-indexing): fixed search indexing and working on fixing missing leaflet elements --- sync.sh | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'sync.sh') diff --git a/sync.sh b/sync.sh index fb231be..b7d5e73 100755 --- a/sync.sh +++ b/sync.sh @@ -79,11 +79,12 @@ generate_key() { fi } -generate_robots() { - if ! [[ -e "$DSRBTS" ]]; then - echo "$rbts" > "$DSRBTS" - fi -} +# Generation of robots is nowhandled by hugo +# generate_robots() { +# if ! [[ -e "$DSRBTS" ]]; then +# echo "$rbts" > "$DSRBTS" +# fi +# } # ------------------------------------------ if [[ ! "$PWD" == "$REPO" ]]; then cd "$REPO" || return @@ -91,7 +92,7 @@ fi # compush build cd "$SRC" || return -generate_key && indexnow && generate_robots +generate_key && indexnow #alt_files echo "Skipping cleaning of alt files" cd "$REPO" || return -- cgit v1.2.3