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" &