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