From 5cf3040188bc977547db6b0c4f5462180715ab9d Mon Sep 17 00:00:00 2001 From: firebadnofire Date: Mon, 21 Apr 2025 18:43:37 +0000 Subject: [PATCH] Mon --- build.sh | 5 ----- content/posts/{Intro => }/intro.md | 0 content/posts/{test => }/test.md | 0 3 files changed, 5 deletions(-) rename content/posts/{Intro => }/intro.md (100%) rename content/posts/{test => }/test.md (100%) diff --git a/build.sh b/build.sh index 131882f..261cedf 100644 --- a/build.sh +++ b/build.sh @@ -1,9 +1,4 @@ #!/bin/bash -if [[ -z "${!1+x}" ]]; then - echo "Error: Variable '$1' is not set" - exit 1 -fi - hugo --cleanDestinationDir sudo rsync -av --delete ./public/ /var/www/pol/public/ diff --git a/content/posts/Intro/intro.md b/content/posts/intro.md similarity index 100% rename from content/posts/Intro/intro.md rename to content/posts/intro.md diff --git a/content/posts/test/test.md b/content/posts/test.md similarity index 100% rename from content/posts/test/test.md rename to content/posts/test.md