From e7260bc8755798944c0fa640a6f9583b0ecca57d Mon Sep 17 00:00:00 2001 From: etherware-novice <73374039+etherware-novice@users.noreply.github.com> Date: Wed, 31 Jul 2024 14:28:58 -0500 Subject: [PATCH] remove the water flood on the test version --- _layouts/default.html | 6 ++++-- localhost.sh | 1 + 2 files changed, 5 insertions(+), 2 deletions(-) create mode 100755 localhost.sh diff --git a/_layouts/default.html b/_layouts/default.html index 44c7caf..f086a29 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -38,8 +38,10 @@ navbar: topnav - - + {% unless jekyll.environment == "local" %} + + + {% endunless %} diff --git a/localhost.sh b/localhost.sh new file mode 100755 index 0000000..2fb4c19 --- /dev/null +++ b/localhost.sh @@ -0,0 +1 @@ +JEKYLL_ENV=local xterm -e "jekyll serve" &